Adds destination to an existing payment transaction identified by transactionId. The payment entity is used to provide detailed information about the destinations.
post
Authorizations
Path parameters
transactionIdstringrequired
Unique identifier assigned to each payment transaction within the system. It is used to reference and track transactions across all API operations, such as creating, confirming, and querying payments.
Body
namestringoptional
Unique identifier of the payment method.
typestringoptional
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.
currencystring ยท enumoptional
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.
Available options:
referenceIdstringoptional
External reference ID.
processingstring ยท enumoptional
Processing time of the payment method. INSTANT_PAYMENT applies to methods processed immediately. Other methods have delays of 1 to 3 business days.
Available options:
feeobjectoptional
Fees represent additional charges applied to a transaction. These can either be a percentage of the transaction amount or a fixed sum.
limitsobjectoptional
Transaction limits
metaDataobjectoptional
Human readable information
paymentInitiationobjectoptional
paymentInitiation field is included when the payment method type is PAYMENT_INITIATION.
accountobjectoptional
account field is only included when the payment method type is WIRE.
cryptoobjectoptional
crypto field is only included when the payment method type is CRYPTO.