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

Authorizations

Authorization
string
header
required

JWT authentication token

Path Parameters

id
string
required

ID of the card to freeze

Response

Successfully frozen the card

status
string
Example:

"success"

message
string
Example:

"Card has been frozen"