cURL
curl --request GET \ --url https://business.bfinance.app/external/api/cards/{id}/sensetive \ --header 'Authorization: Bearer <token>'
{ "status": "success", "data": { "number": "<string>", "expire": "<string>", "cvc": "<string>" } }
Retrieve sensitive information (card number, expiration date, and CVC)
JWT authentication token
ID of the card
Successfully retrieved sensitive information for the card
"success"
Show child attributes
Was this page helpful?
Contact support