Request Withdraw - Fiat
requires auth
Request Withdraw for Currency (Fiat)
POST /api/v1/accounting/account/{accountId}/request/withdraw/fiatPath
Type
Description
Body
Type
Description
Example
POST /api/v1/accounting/account/myAccountID/request/withdraw/fiat// Request body
{
"amount": "100 USD",
"type": "fedwire", // others "ach", "rtp", etc.
"routingNumber": "012345678",
"accountNumber": "0123456789",
"instructions": [
"additional instruction"
]
}Last updated
