bc-authorize
POST {{base_url}}/disbursement/v1_0/bc-authorize
This endpoint allows you to make an HTTP POST request to {{baseurl}}/disbursement/v10/bc-authorize in order to authorize a disbursement.
Request Body
The request should include the following parameters in x-www-form-urlencoded format:
- param1
: (text) Description of param1.
- param2
: (text) Description of param2.
- param3
: (file) Description of param3.
Response
The response of this request is a JSON schema detailing the structure of the data that will be returned upon a successful request.
Request Body
[{"name"=>"scope", "value"=>"all_info", "datatype"=>"string"}, {"name"=>"login_hint", "value"=>"ID:563667/MSISDN", "datatype"=>"string"}, {"name"=>"access_type", "value"=>"offline", "datatype"=>"string"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Target-Environment | string | ||
X-Callback-Url | string | ||
Content-Type | string | ||
Ocp-Apim-Subscription-Key | string |