POST
/
payments
/
create

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
currency
string

Currency for the payment.

details
object
paymentMethod
string

Selected payment method.

privacyPolicy
boolean

Whether the user has accepted the privacy policy.

termsAndConditions
boolean

Whether the user has accepted the terms and conditions.

Response

200 - application/json
data
object
success
boolean

Indicates if the payment creation was successful.