Skip to main content
POST
/
budget-cards
/
{id}
/
phone
Update card’s phone number
curl --request POST \
  --url https://business.bfinance.app/external/api/budget-cards/{id}/phone \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "phone": "<string>"
}
'
{
  "status": "success",
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

JWT authentication token

Path Parameters

id
string
required

Body

application/json
phone
string
required

New phone number in E.164 format

Response

Phone number successfully updated

status
string
Example:

"success"

message
string