v1

latestOpenAPI 3.0.12026-07-243407211.3 MB
Transfers

Update Existing Transfer

Updates an existing transfer, including reversals. Reversals are subject to account status and balance requirements. Returns updated transfer details.

put/programs/{programCode}/transfers/{transferIdentifier}

Path parameters

programCodestring required

The program code for the partner implementation.

transferIdentifierstring required

The unique identifier for the transfer to update.

Headers

X-GD-RequestIdstring required

A unique identifier (GUID) for tracking the request.

Request body

transferAuthorizationTypestring nullable

The type of authorization being requested for the transfer update (e.g., "execute", "hold", "accept", "cancel", "reject", "system", "reverse"). Determines the intended action for the transfer update.

debitToNegativeboolean nullable

Indicates whether the update allows the account to be debited to a negative balance (true if allowed).

Response

OK