Change the funding account for an originator
POST https://{{env_url}}/transfer/originator/funding_account/update
The /transfer/get
fetches information about the transfer corresponding to the given transfer_id
.
Request Body
{"client_id"=>"{{client_id}}", "secret"=>"{{secret_key}}", "originator_client_id"=>"{{originator_client_id}}", "funding_account"=>{"access_token"=>"{{access_token}}", "account_id"=>"{{account_id}}"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"request_id":"saKrIBuEB9qJZno"}