v1

latestOpenAPI 3.0.12026-07-243407211.3 MB
ExternalAccount

Delete a bank link from a customer profile.

Delete a linked bank account from a customer profile. The bank link will be removed and cannot be used for future transfers.

delete/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).

Response

Bank link deleted successfully.

codeinteger

The primary status or error code for the response (e.g., 200 for success, 400 for validation error).

subCodeinteger nullable

An optional subcode providing more granular detail about the response or error.

descriptionstring nullable

A human-readable description of the response, error, or status.

urlstring nullable

A URL linking to documentation or a web page with more information about the response code.