{
    "id": "pi_3KWQdjJyH9e69bzm1iC78spJ",
    "object": "payment_intent",
    "amount": 500,
    "amount_capturable": 0,
    "amount_received": 500,
    "application": null,
    "application_fee_amount": null,
    "automatic_payment_methods": null,
    "canceled_at": null,
    "cancellation_reason": null,
    "capture_method": "automatic",
    "charges": {
        "object": "list",
        "data": [
            {
                "id": "ch_3KWQdjJyH9e69bzm15OLHwWU",
                "object": "charge",
                "amount": 500,
                "amount_captured": 500,
                "amount_refunded": 0,
                "application": null,
                "application_fee": null,
                "application_fee_amount": null,
                "balance_transaction": "txn_3KWQdjJyH9e69bzm162P45xe",
                "billing_details": {
                    "address": {
                        "city": null,
                        "country": "PY",
                        "line1": null,
                        "line2": null,
                        "postal_code": null,
                        "state": null
                    },
                    "email": "test@gmail.com",
                    "name": "Test",
                    "phone": null
                },
                "calculated_statement_descriptor": "QUERITEL.COM",
                "captured": true,
                "created": 1645645004,
                "currency": "usd",
                "customer": "cus_LCqKKEefiAC1e3",
                "description": "Subscription creation",
                "destination": null,
                "dispute": null,
                "disputed": false,
                "failure_code": null,
                "failure_message": null,
                "fraud_details": [],
                "invoice": "in_1KWQdjJyH9e69bzmFgE49wua",
                "livemode": false,
                "metadata": [],
                "on_behalf_of": null,
                "order": null,
                "outcome": {
                    "network_status": "approved_by_network",
                    "reason": null,
                    "risk_level": "normal",
                    "risk_score": 2,
                    "seller_message": "Payment complete.",
                    "type": "authorized"
                },
                "paid": true,
                "payment_intent": "pi_3KWQdjJyH9e69bzm1iC78spJ",
                "payment_method": "pm_1KWQdhJyH9e69bzm97umcIxC",
                "payment_method_details": {
                    "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",
                        "installments": null,
                        "last4": "4242",
                        "network": "visa",
                        "three_d_secure": null,
                        "wallet": null
                    },
                    "type": "card"
                },
                "receipt_email": null,
                "receipt_number": null,
                "receipt_url": "https://pay.stripe.com/receipts/acct_1HJPlPJyH9e69bzm/ch_3KWQdjJyH9e69bzm15OLHwWU/rcpt_LCqKmXB5Ql29SdncshXUxOLJJdHIdsm",
                "refunded": false,
                "refunds": {
                    "object": "list",
                    "data": [],
                    "has_more": false,
                    "total_count": 0,
                    "url": "/v1/charges/ch_3KWQdjJyH9e69bzm15OLHwWU/refunds"
                },
                "review": null,
                "shipping": null,
                "source": null,
                "source_transfer": null,
                "statement_descriptor": null,
                "statement_descriptor_suffix": null,
                "status": "succeeded",
                "transfer_data": null,
                "transfer_group": null
            }
        ],
        "has_more": false,
        "total_count": 1,
        "url": "/v1/charges?payment_intent=pi_3KWQdjJyH9e69bzm1iC78spJ"
    },
    "client_secret": "pi_3KWQdjJyH9e69bzm1iC78spJ_secret_ufiK6BNmhdbjBCZFWHo4q8dxc",
    "confirmation_method": "automatic",
    "created": 1645645003,
    "currency": "usd",
    "customer": "cus_LCqKKEefiAC1e3",
    "description": "Subscription creation",
    "invoice": "in_1KWQdjJyH9e69bzmFgE49wua",
    "last_payment_error": null,
    "livemode": false,
    "metadata": [],
    "next_action": null,
    "on_behalf_of": null,
    "payment_method": "pm_1KWQdhJyH9e69bzm97umcIxC",
    "payment_method_options": {
        "card": {
            "installments": null,
            "network": null,
            "request_three_d_secure": "automatic"
        }
    },
    "payment_method_types": [
        "card"
    ],
    "processing": null,
    "receipt_email": null,
    "review": null,
    "setup_future_usage": "off_session",
    "shipping": null,
    "source": null,
    "statement_descriptor": null,
    "statement_descriptor_suffix": null,
    "status": "succeeded",
    "transfer_data": null,
    "transfer_group": null
}