Buy Button Sessions
JWT token obtained from /auth/login or /auth/login/manager. Include as Authorization: Bearer <token>.
Buy button ID
Merchant unique order reference — must be unique per transaction
Existing conversion code (if resuming a session)
Webhook URL called when payment completes
Redirect URL on payment cancellation
Redirect URL after successful payment
Session-specific price (string or number)
Session created
Whether the request succeeded
HTTP status code
Duplicate orderRef with active order, or button not found
Unauthorized
Validation error
JWT token obtained from /auth/login or /auth/login/manager. Include as Authorization: Bearer <token>.
Session ID
Session details including current conversion status
Whether the request succeeded
HTTP status code
Unauthorized
Session not found
JWT token obtained from /auth/login or /auth/login/manager. Include as Authorization: Bearer <token>.
Session ID
Session deleted
Whether the request succeeded
HTTP status code
Response payload
Unauthorized
Session not found
JWT token obtained from /auth/login or /auth/login/manager. Include as Authorization: Bearer <token>.
Order code from /confirm_conversion/request
Session details with conversion status
Whether the request succeeded
HTTP status code
Unauthorized
Session not found
Last updated