Payment Endpoints
Create Payment
Handles the payment creation process, including validation, checking for sales, handling virtual currency, and processing payments through various methods.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Currency for the payment.
Selected payment method.
Whether the user has accepted the privacy policy.
Whether the user has accepted the terms and conditions.