cURL
curl --request POST \ --url https://business.bfinance.app/external/api/risk-control/restricted-countries/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "countries": [ "USA", "GBR", "DEU" ] } '
200
Example
{ "status": "success", "data": { "countries": [ "USA" ] } }
Replace the list of restricted countries for a card type using ISO 3166-1 alpha-3 country codes.
JWT authentication token
Card type ID
List of restricted countries in ISO 3166-1 alpha-3 format.
3
Successfully updated restricted countries
"success"
Show child attributes
Was this page helpful?
Contact support