Authorizations
The app API key from an app from the /dashboard/developer page
Body
Parameters for TransferFunds
The amount to withdraw
6.9
The currency that is being withdrawn.
usd
, sgd
, inr
, aud
, brl
, cad
, dkk
, eur
, nok
, gbp
, sek
, chf
, hkd
, huf
, jpy
, mxn
, myr
, pln
, czk
, nzd
, aed
, eth
, ape
, cop
, ron
, thb
, bgn
, idr
, dop
, php
, try
, krw
, twd
, vnd
, pkr
, clp
, uyu
, ars
, zar
, dzd
, tnd
, mad
, kes
, kwd
, jod
, all
, xcd
, amd
, bsd
, bhd
, bob
, bam
, khr
, crc
, xof
, egp
, etb
, gmd
, ghs
, gtq
, gyd
, ils
, jmd
, mop
, mga
, mur
, mdl
, mnt
, nad
, ngn
, mkd
, omr
, pyg
, pen
, qar
, rwf
, sar
, rsd
, lkr
, tzs
, ttd
, uzs
, rub
, btc
The ID of the destination account which will receive the funds (either a User ID, Company ID, or LedgerAccount ID)
The ID of the origin account which will send the funds (either a User ID, Company ID, or LedgerAccount ID)
A unique key to ensure idempotence. Use a UUID or similar.
Notes for the transfer. Maximum of 50 characters.
Response
A successful response
Credit Transaction Transfer
The unique identifier of the credit transaction transfer
"ctt_xxxxxxxxxxxxxx"
The amount of the credit transaction transfer
6.9
The currency of the credit transaction transfer
usd
, sgd
, inr
, aud
, brl
, cad
, dkk
, eur
, nok
, gbp
, sek
, chf
, hkd
, huf
, jpy
, mxn
, myr
, pln
, czk
, nzd
, aed
, eth
, ape
, cop
, ron
, thb
, bgn
, idr
, dop
, php
, try
, krw
, twd
, vnd
, pkr
, clp
, uyu
, ars
, zar
, dzd
, tnd
, mad
, kes
, kwd
, jod
, all
, xcd
, amd
, bsd
, bhd
, bob
, bam
, khr
, crc
, xof
, egp
, etb
, gmd
, ghs
, gtq
, gyd
, ils
, jmd
, mop
, mga
, mur
, mdl
, mnt
, nad
, ngn
, mkd
, omr
, pyg
, pen
, qar
, rwf
, sar
, rsd
, lkr
, tzs
, ttd
, uzs
, rub
, btc
The timestamp when the credit transaction transfer was created
1701406800
The decimal fee of the credit transaction transfer
6.9
The notes of the credit transaction transfer
The ID of the origin ledger account
"ldgr_xxxxxxxxxxxxx"
The ID of the destination ledger account
"ldgr_xxxxxxxxxxxxx"
The sender of the credit transaction transfer An object representing a (sanitized) user of the site.
- Option 1
- Option 2
The recipient of the credit transaction transfer An object representing a (sanitized) user of the site.
- Option 1
- Option 2