Skip to main content

Input fields

accountNumber : String! required

The account number.

amount : Int! required

The new amount for the amended payment.

paymentDate : Date! required

The new date to collect the payment.

paymentId : Int! required

The ID of the payment to amend.

reason : String

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-CDCF955E", "amount": 35, "paymentDate": "2017-11-19", "paymentId": 19853305, "reason": "spring-painting-glass-enough-remain" }