Send payment

/v3/ledger/transaction

4 credits per API call.


Sends a payment within Tatum Private Ledger. All assets are settled instantly.
When a transaction is settled, 2 transaction records are created, 1 for each of the participants. These 2 records are connected via a transaction reference, which is the same for both of them.
This method is only used for transferring assets between accounts within Tatum and will not send any funds to blockchain addresses.
If there is an insufficient balance in the sender account, no transaction is recorded.
It is possible to perform an anonymous transaction where the sender account is not visible for the recipient.
The FIAT currency value of every transaction is calculated automatically. The FIAT value is based on the accountingCurrency of the account connected to the transaction and is available in the marketValue parameter of the transaction.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required
length between 24 and 24

Internal sender account ID within Tatum platform

string
required
length between 24 and 24

Internal recipient account ID within Tatum platform

string
required
length ≤ 38

Amount to be sent.

boolean
Defaults to false

Anonymous transaction does not show sender account to recipient, default is false

boolean

Enable compliant checks. Transaction will not be processed, if compliant check fails.

string
length between 1 and 100

For bookkeeping to distinct transaction purpose.

string
length between 1 and 100

Payment ID, External identifier of the payment, which can be used to pair transactions within Tatum accounts.

string
length between 1 and 500

Note visible to both, sender and recipient

number
≥ 0
Defaults to 1

Exchange rate of the base pair. Only applicable for Tatum's Virtual currencies Ledger transactions. Override default exchange rate for the Virtual Currency.

string
length between 1 and 500

Note visible to sender

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json