Confirm payment and proceed with order delivery
API Integration
Confirm payment and proceed with order delivery
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.
POST
Confirm payment and proceed with order delivery
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Checkout identifier returned from /b2b/place-order.
Example:
"CHK-123456"
Public URL to receive order completion callbacks.
Example:
"https://merchant.example.com/wizzgift/order-callback"
Arbitrary JSON object that will be returned unchanged in the callback.
Response
Payment request accepted.
Indicates if the payment was accepted successfully.
Example:
true