Decrypt Card Data for Payment
Overview
You can decrypt virtual card data for a payment via GET method.
Resource Access
GET https://<hostname>/payment/v1/decryptCardData/{paymentID}?pin={supplierPin}
Example Request
GET https://<hostname>/payment/v1/decryptCardData/bf37c227-cd36-5ff7-8614-5658f97e352f?pin=123456
Example Response
{
"virtualCardNumber": "4485500005376061",
"securityCode": "164",
"vcnStatus": "Success",
"amount": 100,
"expirationDate": "2023-04-01T00:00:00.000Z",
"expirationString": "2023-04-01",
"nameOnCard": "Aditya buyer braves"
}
Updated 3 days ago