cURL
curl --request POST \ --url https://business.bfinance.app/external/api/budget-cards/{id}/pin \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "pin": "<string>" } '
{ "status": "success", "message": "<string>" }
JWT authentication token
4–6‑digit numeric PIN
PIN successfully set
"success"
Was this page helpful?
Contact support