Create an originator
POST https://{{env_url}}//transfer/originator/create
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
{"originator_client_id":"6a65dh3d1h0d1027121ak184","company_name":"Jane's Ceramics","request_id":"4zlKapIkTm8p5KM"}