v1

latestOpenAPI 3.0.22026-07-26128245430.3 KB
Prefunded Accounts

Get funding history of a Prefunded Account

Retrieve the funding events and returns for a Prefunded Account

get/prefunded_accounts/{prefundedAccountID}/history

Response

Successful Prefunded Account object response

idstring required

A UUID that uniquely identifies a resource

amountstring required

Amount of the transaction, represented as a dollar denominated string. Examples include "100.25", "0.1", "1.234567", "1.01" etc.

available_balancestring required

Amount available for spending, represented as a dollar denominated string. Examples include "100.25", "0.1", "1.234567", "1.01" etc.

currency'usd' required
namestring required

Serialized name of the account.

type'funding' | 'refunded transfer' required

The type of the transaction.

created_atstring date-time required

Time of creation of the External Account

withdrawal_idstring

The ID of the transfer which created this event. Exclusive with deposit_id.

deposit_idstring

The ID of the transfer which created this event. Exclusive with withdrawal_id.