Decrypt Card Sensitive Details

Post https://app.moneygraph.ai/api/v1/decrypt

Headers

Authorization* string

Pass your {api_key} as a bearer token in the request header to authorize this call

Body parameters

data* string

encrypted data

Response


{
    "message": "Data decrypted",
    "status": "success",
    "data": {
        'card_number': '4242424242424242',
        'exp_month': '08',
        'exp_year': '2028',
        'cvv': '123',
    }
}