Unblock Card

[POST]
{{baseUrl}}/api/v1/card/virtual/unblock
HeaderTypeDescription
AppIdstringyou would need to create an app to get your app ID
Authorizationstringpublic secret key

Body parameter

| Parameter | Type | Description | | | --- | --- | --- | | card_id required | string | Card Id |

Sample response

Response
{
    "entity": "Card Reactivated Successfully"
}

Was this page helpful?