Create Airwallex Subscription Checkout
Access: authenticated organization users. Gateway availability depends on organization settings.
Creates an Airwallex checkout payload for a subscription package.
POST
Create Airwallex Subscription 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 package.
Body
application/json
The body is of type object.
Response
Success
The response is of type object.
Previous
Verify Subscription CheckoutAccess: authenticated organization users. Gateway availability depends on organization settings.
This endpoint processes the success response from Stripe or PayPal after a subscription checkout.
It verifies the payment intent and subscription status, logs transaction details, and updates subscription records.
Next
Create Airwallex Subscription Checkout