cURL
curl --request GET \ --url https://api-staging.fossapay.com/api/v1/customers/{customerId}/tier-status \ --header 'x-api-key: <x-api-key>'
{ "status": "success", "statusCode": 200, "message": "Customer tier status retrieved successfully", "data": { "tierId": 0, "hasNin": false, "hasBvn": false } }
Retrieve the tier status and limits for a specific customer
success
error
Show properties