List originators
POST https://{{env_url}}/transfer/originator/list
The /transfer/get
fetches information about the transfer corresponding to the given transfer_id
.
Request Body
{"client_id"=>"{{client_id}}", "secret"=>"{{secret_key}}", "company_name"=>"Jane's Ceramics"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"originators":[{"client_id":"6a65dh3d1h0d1027121ak184","transfer_diligence_status":"approved"},{"client_id":"8g89as4d2k1d9852938ba019","transfer_diligence_status":"denied"}],"request_id":"4zlKapIkTm8p5KM"}