v1

latestOpenAPI 3.0.12026-07-243407211.3 MB
Account

Update Check

After a check is submitted and the checkDepositStatus is either pending or in review, this endpoint forces the customer to either accept or cancel the check deposit request.

  • Accept or Cancel Check Deposit Request
put/programs/{programCode}/accounts/{accountIdentifier}/transfers/{transferIdentifier}/mrdc

Path parameters

accountIdentifierstring required

Unique account identifier (UID or GUID).

transferIdentifierstring required

Unique transfer identifier (UID or GUID).

programCodestring required

Partner program code for the account.

Headers

X-GD-RequestIdstring required

Unique request tracking identifier (X-GD-RequestId header).

Request body

accountIdentifierstring nullable

The unique identifier (UID or GUID) of the account associated with the check deposit transfer.

transferIdentifierstring nullable

The unique identifier (UID or GUID) of the transfer (check deposit) to be updated.

transferAuthorizationTypestring nullable

The type of authorization action to perform on the transfer (e.g., "accept", "cancel").

Response

OK