Skip to main content
POST
/
cards
/
{id}
/
unfreeze
Unfreeze a card
curl --request POST \
  --url https://business.bfinance.app/external/api/cards/{id}/unfreeze \
  --header 'Authorization: Bearer <token>'
{
  "status": "success",
  "message": "Card has been unfrozen"
}

Authorizations

Authorization
string
header
required

JWT authentication token

Path Parameters

id
string
required

ID of the card to unfreeze

Response

Successfully unfrozen the card

status
string
Example:

"success"

message
string
Example:

"Card has been unfrozen"