Initiates the payment flow for iframe integration.
The request body must include:
jwt: Signed JWT token from WizzGift.callback_url: Public URL where WizzGift will send a POST request with the payment result.meta_data: Arbitrary JSON object. WizzGift will return this unchanged in the callback
payload for your reference.WizzGift will later POST the payment result to callback_url.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Signed JWT token issued by WizzGift.
Public HTTPS URL where WizzGift will send a POST callback with payment result.
Arbitrary JSON object for merchant’s internal reference.
This will be returned unchanged in the callback payload.