Posted on 04/09/2024 11:45:58
Hi Bo
I do not know any implementations. But Quickpay do have an API over http where you can do pretty much anything.
In your case you have a payment that DW authorized, and now you need to capture it.
You can call the capture feature in Quickpay relatively simple if you have the correct payment information:
https://learn.quickpay.net/tech-talk/api/services/#POST-payments--id-capture---format-
You need to send a PaymentID - which you can find on the order in DW on the ecomorders table - and also part of the data that can be send to BC.
Also there is a long thread here about how you can capture payments using Dynamicweb in an integration scenario - but pretty technical:
https://doc.dynamicweb.com/forum/integration/order-capture-through-scheduled-tasks?PID=1605
On Dynamicweb 10 you can use the management api (Http rest API with api-keys) to capture an order using our logic.
Let me know if this helps you further - and ask if you have any other questions.
BR Nicolai