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

Authorizations

Authorization
string
header
required

JWT authentication token

Path Parameters

id
string
required

Card type ID

Response

Successfully retrieved restricted currencies

status
string
Example:

"success"

data
object