POST
/
v1
/
payments

Authorizations

Authorization
string
headerrequired

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

Body

application/json
type
enum<string>
required
Available options:
one_time
customer_id
string
required
items
object[]
required
purchase_order
string | null
custom_note
string
charging_method
enum<string>
required
Available options:
immediately

Response

200 - application/json
invoice_id
string
required

Payment invoice ID.

checkout
object

One-time payment checkout session.