v1

latestOpenAPI 3.0.12026-07-243407211.3 MB
ExternalAccount

Update a bank link for a customer profile.

Update the details of a linked bank account for a customer profile.

put/programs/{programCode}/externalAccounts/customers/{customerToken}/banks/{linkId}

Path parameters

programCodestring required

Program code assigned to the partner.

customerTokenstring required

Unique customer token.

linkIdstring required

Unique link identifier.

Headers

X-GD-RequestIdstring required

Unique request identifier (GUID).

X-GD-CustomerTypestring

Type of customer (default: External).

Request body

saltstring required

Unique identifier (UUID) used by the encryption endpoint. Should match the RequestId provided in the header. Used for idempotency and encryption.

Example request

{
  "salt": "00000000-0000-0000-0000-000000000000"
}

Response

Bank link updated successfully.