cURL
curl --request POST \ --url https://business.bfinance.app/external/api/cards/{id}/phone \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "phone": "+1234567890" } '
{ "status": "success", "message": "Phone has been updated" }
JWT authentication token
ID of the card to update the phone number for
The phone number to be updated, in international format (e.g., +1234567890)
"+1234567890"
Successfully updated the phone number for the card
"success"
"Phone has been updated"
Was this page helpful?
Contact support