cURL
curl --request POST \ --url https://business.bfinance.app/external/api/cards/reissue \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "cardId": "603e12345e1234567890abcd", "initialBalance": 1000 } '
{ "status": "success", "data": { "card": { "id": "<string>", "cardExpire": "<string>", "cardBalance": 123, "currency": "<string>", "maskedCardNumber": "<string>", "brand": "<string>", "label": "<string>" } } }
Reissue an existing card
JWT authentication token
The ID of the card to be reissued
"603e12345e1234567890abcd"
The initial balance for the reissued card
1000
Successfully reissued a card
"success"
Show child attributes
Was this page helpful?
Contact support