Skip to main content
GET
/
risk-control
/
restricted-countries
/
{id}
Get restricted countries
curl --request GET \
  --url https://business.bfinance.app/external/api/risk-control/restricted-countries/{id} \
  --header 'Authorization: Bearer <token>'
{
  "status": "success",
  "data": {
    "countries": [
      "USA"
    ]
  }
}

Authorizations

Authorization
string
header
required

JWT authentication token

Path Parameters

id
string
required

Card type ID

Response

Successfully retrieved restricted countries

status
string
Example:

"success"

data
object