Payments
Create One Time Payment
Create a one-time payment for a customer.
POST
/
payments
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
billing
object
requiredcustomer
object
requiredproduct_cart
object[]
requiredpayment_link
boolean | null
return_url
string | null
Response
200 - application/json
client_secret
string
requiredcustomer
object
requiredpayment_id
string
requiredtotal_amount
integer
requiredRequired range:
x > 0
payment_link
string | null
product_cart
object[] | null