Get a specific payment

Path parameters

payment_idstringRequired

Headers

AuthorizationstringRequired

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

Response

Successful response
payment_idstring or null
ID of the payment.
payment_datestring or nullformat: "date"
The date of the payment.
document_idstring or null
The ID of the document associated with the payment.
payment_type_idstring or null
The ID of the payment type.
payment_amountdouble or null
The amount of the payment.
payment_detailsstring or null
Additional details about the payment.
cash_account_idstring or null
The ID of the cash account associated with the payment.

Errors