{
    "id": "pm_1KWQdhJyH9e69bzm97umcIxC",
    "object": "payment_method",
    "billing_details": {
        "address": {
            "city": null,
            "country": "PY",
            "line1": null,
            "line2": null,
            "postal_code": null,
            "state": null
        },
        "email": "test@gmail.com",
        "name": "Test",
        "phone": null
    },
    "card": {
        "brand": "visa",
        "checks": {
            "address_line1_check": null,
            "address_postal_code_check": null,
            "cvc_check": "pass"
        },
        "country": "US",
        "exp_month": 2,
        "exp_year": 2029,
        "fingerprint": "e7VZutYP1BAoEDLw",
        "funding": "credit",
        "generated_from": null,
        "last4": "4242",
        "networks": {
            "available": [
                "visa"
            ],
            "preferred": null
        },
        "three_d_secure_usage": {
            "supported": true
        },
        "wallet": null
    },
    "created": 1645645001,
    "customer": "cus_LCqKKEefiAC1e3",
    "livemode": false,
    "metadata": [],
    "type": "card"
}