Confirms the payment for a previously created checkout and triggers order delivery.
Required fields:
checkoutId – obtained from /b2b/place-order.callback_url – URL where WizzGift will POST the final order status.meta_data – arbitrary JSON object, returned unchanged in the callback.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Checkout identifier returned from /b2b/place-order.
"CHK-123456"
Public URL to receive order completion callbacks.
"https://merchant.example.com/wizzgift/order-callback"
Arbitrary JSON object that will be returned unchanged in the callback.
Payment request accepted.
Indicates if the payment was accepted successfully.
true