{ "object": "list", "url": "/v1/payment_intents", "has_more": false, "data": [ { "id": "pi_1GSdxwIfhoELGSZwHJ9Kcws7", "object": "payment_intent", "amount": 200, "amount_capturable": 0, "amount_received": 0, "application": null, "application_fee_amount": null, "canceled_at": null, "cancellation_reason": null, "capture_method": "automatic", "charges": { "object": "list", "data": [], "has_more": false, "url": "/v1/charges?payment_intent=pi_1GSdxwIfhoELGSZwHJ9Kcws7" }, "client_secret": "pi_1GSdxwIfhoELGSZwHJ9Kcws7_secret_X6fWfGfqjRrFjhKF7qi30kZvu", "confirmation_method": "automatic", "created": 1585637572, "currency": "usd", "customer": null, "description": null, "invoice": null, "last_payment_error": null, "livemode": false, "metadata": {}, "next_action": null, "on_behalf_of": null, "payment_method": null, "payment_method_options": { "card": { "installments": null, "request_three_d_secure": "automatic" } }, "payment_method_types": [ "card" ], "receipt_email": null, "review": null, "setup_future_usage": null, "shipping": null, "statement_descriptor": null, "statement_descriptor_suffix": null, "status": "requires_payment_method", "transfer_data": null, "transfer_group": null } ] }