cURL
curl --request GET \ --url https://business.bfinance.app/external/api/budget-cards/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "maskedCardNumber": "**** **** **** 1234", "currency": "EUR", "status": "active", "externalCardId": "<string>", "sensitive": { "number": "5168 3214 5678 1234", "expire": "07/29", "cvc": "***" } }
JWT authentication token
Internal card ID or externalCardId
Card found
Internal card ID
Masked PAN
"**** **** **** 1234"
"EUR"
Card status (active, blocked, deleted, etc.)
"active"
Full PAN data (CVC masked when returned outside /sensitive)
Show child attributes
Was this page helpful?
Contact support