v1

latestOpenAPI 3.0.02026-07-26166415635.8 KB
Funding Wallets

Retrieve funding wallet transfer by ID

Returns a single funding wallet transfer for the specified account by transfer_id. Responds with 404 if no matching transfer exists for the account.

get/v1beta/accounts/{account_id}/funding_wallet/transfers/{transfer_id}

Path parameters

account_idstring required

Alpaca account UUID

transfer_idstring required

transfer UUID

Response

transfer response if found

account_idstring uuid
created_atstring date-time
direction'incoming' | 'outgoing'

Status:

  • incoming: incoming amount
  • outgoing: outgoing amount
idstring uuid
original_amountstring decimal

The amount you should expect to receive, calculated as requested amount - fees

original_currencystring

The currency of the withdrawn amount, 3-letter ISO code

payment_type'swift_wire' | 'local_rails'

Status:

  • swift_wire: SWIFT wire
  • local_rails: Local scheme
requested_amountstring decimal

The amount sent as part of the withdrawal creation

status'PENDING' | 'CANCELED' | 'EXECUTED' | 'FAILED' | 'COMPLETE'

Status:

  • PENDING: Created and waiting to be processed
  • CANCELED: Canceled
  • FAILED: Failed mostly due to technical reasons
  • COMPLETE: Transfer has settled
updated_atstring date-time