Skip to main content

Fields

amount : BigInt! required

Amount of payment in the currency's minor unit

id : ID

The ID of the payment/repayment.

marketName : String

The market name of the related supply point.

paymentDate : Date! required

The date this payment is scheduled to be debited

repaymentReason : AccountRepaymentReasonChoices

The reason of the repayment.

repaymentStatus : AccountRepaymentStatusOptions

The current status of the repayment.

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

{ "amount": 1, "id": "25060853", "marketName": "good-sound-political-successful-paper", "paymentDate": "2019-04-04", "repaymentReason": "FULL_CREDIT_REFUND", "repaymentStatus": "REQUESTED" }