Skip to main content
POST
Create payment

Authorizations

Authorization
string
header
required

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

Body

application/json
paymentId
string
required
Example:

"pay_01J8YF6D"

amount
object
required
status
string
required
Example:

"pending_approval"

debtorArrangementId
string
approvalRequired
boolean

Response

200 - application/json

OK

paymentId
string
required
Example:

"pay_01J8YF6D"

amount
object
required
status
string
required
Example:

"pending_approval"

debtorArrangementId
string
approvalRequired
boolean