Retrieves the source of funds (payment origin) for a transaction. This endpoint allows users to fetch the payment method or financial source (e.g., WIRE, CARD, CRYPTO) that has been added as the origin for transferring funds.
Retrieves the source of funds (payment origin) for a transaction. The response provides details about the origin, which can be one of the following types: WIRE, CARD, CRYPTO, PAYMENT_INITIATION or CASH. Depending on the origin type, the response will contain specific details related to that payment method.
Body
namestring
Unique identifier of the payment method.
typestring
The origin and destination fields define the source and destination of funds in a transaction. Each supports specific payment types:
origin the source of funds, which can be one of the following:
PAYMENT_INITIATION: A third-party service for initiating payments directly from a bank account.
WIRE: A traditional wire transfer from a bank account.
CARD: Payments made via credit or debit cards.
CRYPTO: Payments made using cryptocurrency, with funds originating from a digital wallet.
CASH: Payments made via cash.
destination the destination of funds, which supports the following:
WIRE: A traditional wire transfer to a bank account.
CRYPTO: Payments sent to a cryptocurrency wallet on a blockchain network.
CASH: Payments withdrawn via cash.
currencycurrencySymbol
Currency code supported by the payment method. For cryptocurrencies, include both the token and network (e.g., USDC_SOLANA). For fiat currencies, use the standard ISO 4217 currency codes.
Fees represent additional charges applied to a transaction. These can be applied over the transaction, origins, destinations, or FX (foreign exchange), and are either calculated as a percentage of the amount or as a fixed amount.
limitsobject
Transaction limits
metaDataobject
Human readable information
paymentInitiationPayment Initiation
Represents a payment initiation, detailing the widget information, and origin of funds.
accountaccount
Details about a user's bank account, including the account number, bank, holder information, and associated metadata.
cryptowalletInformation
Represents a crypto wallet, detailing the address, network, and related information for executing cryptocurrency transactions.