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

Authorizations

Authorization
string
header
required

JWT authentication token

Path Parameters

id
string
required

Response

Card successfully frozen

status
string
Example:

"success"

message
string