v1

latestOpenAPI 3.0.12026-07-243407211.3 MB
Payment

Get Payment Details for an Account

Retrieves the last calculated minimum payment for a customer after scheduling a one-time SCC payment and choosing the minimum-amount option.

get/programs/{programCode}/accounts/{accountIdentifier}/payments

Path parameters

programCodestring required

The program code identifying the BaaS program context.

accountIdentifierstring required

The unique identifier for the account whose payment details are being retrieved.

Headers

X-GD-RequestIdstring required

A unique request identifier for tracking and logging. Should be a GUID.

Response

OK

lastStatementBalancenumber double nullable

The balance from the last statement issued for the SCC account.

remainingBalanceDuenumber double nullable

The remaining total balance due on the SCC account.

remainingMinimumDuenumber double nullable

The remaining minimum payment amount required for the SCC account.

paymentDueDatestring nullable

The due date for the next payment, formatted as a string (e.g., "yyyy-MM-dd").

lastStatementDatestring nullable

The date of the last statement issued, formatted as a string (e.g., "yyyy-MM-dd").

daysDelinquentstring nullable

The number of days the account is delinquent, formatted as a string.

lastCalculatedMinimumPaymentnumber double nullable

The last calculated minimum payment amount for the SCC account.

totalPastDuenumber double nullable

The total amount past due on the SCC account.