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
Response
200
application/json
Payment successfully created.
The response is of type object
.