v1

latestOpenAPI 3.0.12026-07-243407211.3 MB
Transfers

Get Transfer by Token (Guest Checkout)

Retrieves transfer details using a guest checkout token. Allows partners to access transfer information for users without authentication.

post/programs/{programCode}/transfers/{transferToken}/guestcheckout

Path parameters

programCodestring required

The program code for the partner implementation.

transferTokenstring required

The unique token identifying the transfer for guest checkout.

Headers

X-GD-RequestIdstring required

A unique identifier (GUID) for tracking the request.

Request body

Response

OK

transferIdentifierstring nullable

The unique identifier assigned to the transfer. Used for tracking and reference.

transferStatusstring nullable

The current status of the transfer (e.g., "pending", "completed", "failed").

transferTypestring nullable

The type of transfer (e.g., "A2A", "ACH", "Wire").

transferStatusReasonstring nullable

The reason for the current transfer status, if applicable (e.g., "insufficient funds", "limit exceeded").

transactionAmountnumber double nullable

The amount involved in the transfer.

memostring nullable

An optional memo or note associated with the transfer.

velocityLimitStatusstring nullable

The velocity limit status for the transfer, indicating if any transfer frequency or amount limits have been reached.