(Platform Payments) Move funds between Ledgers
POST https://{{env_url}}/transfer/ledger/distribute
The /transfer/get
fetches information about the transfer corresponding to the given transfer_id
.
Request Body
{"client_id"=>"{{client_id}}", "secret"=>"{{secret_key}}", "amount"=>"12.34", "from_client_id"=>"originators-client-id-goes-here", "to_client_id"=>"{{client_id}}", "idempotency_key"=>"randomly-generated-key-goes-here", "description"=>"monthly platform fee"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"request_id":"saKrIBuEB9qJZno"}