Get cancel reasons

Some transactions may receive a rejection. Get the reason why the transaction was rejected.

All requests should use https proxy, humance.io domain, and start with /company/integration/. For example https://humance.io/company/integration/orders/make

Endpoint: /get/reasons

HEADERS: Authorize your company

API-Key: <Your API key>
API-Secret: <Your API secret key>

GET without any params

RESPONSE: Status 200 OK

{
    "id": 1,
    "reason": "Reason name",
}

Last updated