POST
/
payments

Authorizations

Authorization
string
headerrequired

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

Body

application/json
billing
object
required
customer
object
required
product_cart
object[]
required
payment_link
boolean | null
return_url
string | null

Response

200 - application/json
client_secret
string
required
customer
object
required
payment_id
string
required
total_amount
integer
required
Required range: x > 0
payment_link
string | null
product_cart
object[] | null