Payments
create payments
create payments
POST
/
payments
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
payload to create payment
accountId
string
requiredMaximum length:
512
externalPaymentReference
object
requiredexternal payment reference object
lineItemRecords
object[]
requiredcurrency
string
requiredMaximum length:
512
totalAmount
number
requireddescription
string
A brief description of the payment
Maximum length:
512
notes
string
A detailed note about the payment
Maximum length:
512
Response
201 - application/json
Payment object
id
string
requiredaccountId
string
requiredexternalPaymentReferences
object
requiredexternal payment reference object
lineItemRecords
object[]
requiredtotalAmount
number
requiredcurrency
string
requiredversion
number
requiredcreatedBy
string
requiredcreatedAt
string
requireddescription
string
notes
string