v1

latestOpenAPI 3.0.12026-07-243407211.3 MB
Disbursement

Create Disbursement Transfer

Performs a generic disbursement transfer for the specified account and program. Use for sending funds to a destination.

post/programs/{programCode}/accounts/{accountIdentifier}/disbursements/transfer/{transferIdentifier}

Path parameters

programCodestring required

The program code associated with the request.

accountIdentifierstring required

The unique identifier of the account.

transferIdentifierstring required

The unique identifier of the transfer.

Headers

X-GD-RequestIdstring required

The unique request identifier for tracking.

Request body

sourceUristring nullable

The URI of the source for the transfer.

destinationUristring nullable

The URI of the destination for the transfer.

currencystring nullable

The currency code for the transfer (e.g., "USD").

amountstring nullable

The amount to transfer.

descriptionstring nullable

The description of the transfer.

transactionDatestring nullable

The date of the transaction (format: yyyy-MM-dd).

Response

Created