cURL
curl --request GET \ --url https://business.bfinance.app/external/api/cards/types \ --header 'Authorization: Bearer <token>'
{ "status": "success", "data": { "types": [ { "id": "<string>", "name": "<string>", "cardCurrency": "USD", "price": 10, "brand": "visa" } ] } }
Returns active card types available for the current user
JWT authentication token
Successfully retrieved available card types.
"success"
Show child attributes
Was this page helpful?
Contact support