cURL
curl --request POST \ --url https://business.bfinance.app/external/api/physical-cards/{id}/activate \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "cardType": "budget", "code": "1234-5678" } '
{ "status": "success", "message": "Physical card has been activated" }
Activate a physical version of a budget or prepaid card using an activation code.
JWT authentication token
ID of the card to be activated
Type of the card ("budget" or "prepaid")
budget
prepaid
"budget"
Activation code for the physical card
"1234-5678"
Successfully activated the physical card
"success"
"Physical card has been activated"
Was this page helpful?
Contact support