v1

latestOpenAPI 3.0.12026-07-243407211.3 MB
DirectDeposit

Add Direct Deposit Manual Form

Creates a manual form for a direct deposit switch, allowing users to manually initiate a direct deposit setup. The request payload must include account and bank details.

post/programs/{programCode}/accounts/{accountIdentifier}/directdeposit/manualform

Path parameters

programCodestring required

The program code for the direct deposit context.

accountIdentifierstring required

The unique identifier for the account. Required.

Headers

X-GD-RequestIdstring required

A unique request identifier for tracking and logging.

Request body

fullNamestring nullable

The full name of the account holder as it should appear on the form.

accountNumberstring nullable

The bank account number to be used for direct deposit.

routingNumberstring nullable

The routing number of the bank for direct deposit.

bankNamestring nullable

The name of the bank where the account is held.

addressLine1string nullable

The first line of the account holder's address.

addressLine2string nullable

The second line of the account holder's address (optional).

Response

OK

outputstring nullable

The output content generated by the manual direct deposit form creation process (e.g., a form or confirmation message).