AmendPaymentInput
Input fields
The account number.
The new amount for the amended payment.
The new date to collect the payment.
The ID of the payment to amend. Deprecated: use paymentUuid instead.
The UUID of the payment to amend.
Reason for amending the payment.
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
Example
{
"accountNumber": "A-92475499",
"amount": 92,
"paymentDate": "1976-11-04",
"paymentId": 37050783,
"paymentUuid": "85526028",
"reason": "her-lot-party-environment-point"
}