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