Freeze and Unfreeze Card
This endpoint is used to disable or enable a virtual card
POST
{{base_url}}/business/vcard-update
Headers
Name
Type
Description
Authorization*
String
SECRET_KEY
Request Body
Name
Type
Description
vcardid*
Sting
Already issued virtual card ID
updatetype*
String
Pass the update type as freeze to disable the card OR unfreeze to activate the car
Your secret keys are to be kept secret and only stored on your servers. Do not pass your secret key to the front-end language where it can be exploited.
Take a look at how you might do this:
Sample response
Last updated
Was this helpful?