cURL
curl --request POST \ --url https://business.bfinance.app/external/api/risk-control/restricted-mccs/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "mccs": [ "5411", "5812", "7995" ] } '
200
Example
{ "status": "success", "data": { "mccs": [ "5812" ] } }
Replace the list of restricted merchant category codes (MCCs) for a card type.
JWT authentication token
Card type ID
List of restricted merchant category codes.
4
Successfully updated restricted MCCs
"success"
Show child attributes
Was this page helpful?
Contact support