Reference accounts
If your account encompasses multiple merchants or is categorized as a partner account, you must to utilize the API by employing the reference-account-id
HTTP header. This header allows you to explicitly specify the account on which you intend to perform actions.
You can find this in the hub :
Example:
curl --request POST \
--url https://api.justt.ai/v1/transactions \
--header 'accept: application/json' \
--header 'authorization: Bearer <token>' \
--header 'reference-account-id: <account-id>' \
--header 'content-type: application/json'
Updated 6 months ago
Whatβs Next