Create Airwallex Release Checkout
Access: authenticated organization users. Gateway availability depends on organization settings.
Creates an Airwallex checkout payload for a pay-per-release order.
POST
Create Airwallex Release Checkout
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Use application/json for API responses.
Bearer access token. Use Bearer <YOUR_ACCESS_TOKEN>.
Path Parameters
Route identifier for release.
Body
application/json
The body is of type object.
Response
Success
The response is of type object.
Previous
Verify Release CheckoutAccess: authenticated organization users. Gateway availability depends on organization settings.
Verifies a completed checkout session (Stripe or PayPal) and finalizes the payment.
API callers must include `payment_intent_id` plus either `token` (PayPal order id) or `session_id` (Stripe Checkout Session id).
Next
Create Airwallex Release Checkout