cURL
curl --request POST \ --url https://business.bfinance.app/external/api/cards/{id}/pin \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "pin": "1234" }'
{ "status": "success", "message": "PIN has been set" }
JWT authentication token
ID of the card to set the PIN for
4-digit numeric PIN to be set for the card
"1234"
Successfully set the PIN for the card
"success"
"PIN has been set"
Was this page helpful?
Contact support