Make a Ledger withdrawal

POST https://{{env_url}}/transfer/ledger/withdraw

The /transfer/get fetches information about the transfer corresponding to the given transfer_id.

Request Body

{"client_id"=>"{{client_id}}", "secret"=>"{{secret_key}}", "amount"=>"1.00", "idempotency_key"=>"R8Z0eD5lc8C2jTLcolDQ", "network"=>"ach"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{"sweep":{"id":"8c2fda9a-aa2f-4735-a00f-f4e0d2d2faee","funding_account_id":"8945fedc-e703-463d-86b1-dc0607b55460","created":"2020-08-06T17:27:15Z","amount":"12.34","iso_currency_code":"USD","settled":null,"status":"pending","trigger":"manual","description":"withdraw"},"request_id":"saKrIBuEB9qJZno"}