cURL
curl --request POST \ --url https://business.bfinance.app/external/api/cards/{id}/freeze \ --header 'Authorization: Bearer <token>'
{ "status": "success", "message": "Card has been frozen" }
Freeze a specific card by its ID.
JWT authentication token
ID of the card to freeze
Successfully frozen the card
"success"
"Card has been frozen"
Was this page helpful?
Contact support