Endpoint
POST /api/sandbox/v1/allocations/newBase URL
https://api.kiotapay.co
Request Headers
| Key | Value | Required | Description |
|---|---|---|---|
Content-Type | application/json | ✅ | Specifies that the request body is in JSON format. |
Authorization | Bearer <your-token> | ✅ | API authentication token. Replace <your-token> with a valid JWT. |
Request Body
| Field | Type | Description |
|---|---|---|
| fromOrganisation | String | The Organisation Id where the deduction will happen |
| toOrganisationId | string | The sOrganisation id where the funds will be allocated. |
| amount | number | The amount of money to be allocated |
