v1

latestOpenAPI 3.0.12026-07-243407211.3 MB
Transfers

Create GFT (Global Fund Transfer)

Creates a global fund transfer (GFT) from a partner to a user. Supports B2C, A2A, and partner account transfers. Returns the created transfer details.

post/programs/{programCode}/transfers/gft

Path parameters

programCodestring required

The program code for the partner implementation.

Headers

X-GD-RequestIdstring required

A unique identifier (GUID) for tracking the request.

Request body

transferIdstring nullable

Required. If the transaction is initiated through the Transfers API, the transferIdentifier that uniquely identifies the initiating transfer is included.

transferTypestring nullable

Required. The type of GFT transfer. Use TransferType A2AOut for Debit Card transfers. Use TransferType DisbursementExternal for B2C Disbursements. Use TransferType PartnerA2A for partner account to account transfers. Use TransferType A2A for account to account transfers.

initiatorstring nullable

The identifier of the entity or user initiating the transfer.

accountHolderIdentifierstring nullable

Optional. Account Holder Identifier for Forter verification.

fraudDataobject nullable

Optional. Fraud data for Forter verification.

Example request

{
  "transferId": "00000000-0000-0000-0000-000000000000",
  "transferType": "A2AOut"
}

Response

Created