Developer forum

Forum » Development » Server callback in checkouthandler

Server callback in checkouthandler

Reynir Viðar Ingason
Reply

Hi,

I am developing a checkout handler for DW and have a couple of implementations to use for reference.
The ones I have are not using a server callback for the payment order but use different methods.

The one I am developing uses a server callback and the initial POST request I send to the api needs a callback URI.
I am wondering how this is supported in DW and how I can catch the callback to process the order once completed/failed.

 

Thanks,
Reynir


Replies

 
Nicolai Pedersen
Reply
This post has been marked as an answer

Hi Reynir

I think most of our checkouthandlers have some kind of server-to-server callback. Attached find the latest versions of all checkouthandlers. Take a look at i.e. DIBS checkouthandler. It specifies a callback URL that just uses the same page as the cart but in a callback url state. Also see https://doc.dynamicweb.com/api/html/f638d7da-3c43-1dd4-3bb4-f7c05ae48555.htm

BR Nicolai

Votes for this answer: 1

 

You must be logged in to post in the forum