Withdraw Funds

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

Body parameter

ParameterTypeDescription
card_id requiredstringCard Id
amount requiredstringAmount to withdraw from the card

Sample response

Response
{
    "entity": {
        "data": {
            "amountLimit": 30,
            "cardId": "5a049649-9dce-49d7-90d2-08dd08e9829e",
            "cardBrand": null,
            "cardClass": null,
            "limitWindow": "LIFETIME",
            "expirationDate": "2027-11-20T00:00:00",
            "expiration": "1127",
            "terminateDate": null,
            "currencyCode": "USD",
            "firstSix": "556371",
            "lastFour": "4910",
            "status": "Card - Active",
            "midWhitelist": [],
            "midBlacklist": [
                "244815000156182",
                "720000866043001",
                "8029612713",
                "653990701861820"
            ],
            "gatewayMerchantGuid": "9ec18b1a-fc6a-4e72-a62a-a91bcfcdcdef",
            "availableBalance": 30,
            "isPhysical": false
        },
        "cardTransactionId": 6676,
        "amountDebited": 0,
        "rate": 0,
        "balanceBeforeTermination": 0,
        "blockedByAdmin": false,
        "isSuccessful": true,
        "responseMessage": "Card funds Withdrawal Successful",
        "responseCode": "000"
    }
}