Update a payment record
Path parameters
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
Positive amount in case of successful payment, negative amount in case of payment failure or refund, represented in minor currency units (e.g., cents).
Currency code (ISO 4217) indicating the currency in which the payment was made.
Reference object linked to this payment record, indicating the type (receivable or payable) and its identifier.
Response
Positive amount in case of successful payment, negative amount in case of payment failure or refund, represented in minor currency units (e.g., cents).
Currency code (ISO 4217) indicating the currency in which the payment was made.
Filled in a case, if payment amount is more, than total_amount
The current status of the payment record. Possible values: created
, processing
, succeeded
, canceled
.