Skip to main content

Fields

nextPaymentAmount : Int

The amount of the next scheduled payment for the account.

nextPaymentDate : Date

The date of the next scheduled payment for the account.

skippedPaymentAmount : Int! required

The amount of the skipped payment.

skippedPaymentDate : Date

The date of the payment that was skipped.

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

{ "nextPaymentAmount": 97, "nextPaymentDate": "1974-02-02", "skippedPaymentAmount": 23, "skippedPaymentDate": "2025-03-31" }