Billing

Create a new order and get checkout URL

post/v1/billing/orders

Request body

successUrlstring uri required

URL to redirect to after successful payment

cancelUrlstring uri required

URL to redirect to if payment is cancelled

Response

Order created successfully

successboolean required

Indicates if the request was successful

messagestring required

Human readable message

timestampstring date-time required

Timestamp of the response

Changes

No recorded changes to this endpoint across all 1 revision of this API.