Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- payment_intent.succeeded
- Resend
- More options
- Response
- 200 OK
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="utf-8" />
- <link rel="shortcut icon" href="/favicon.ico" />
- <meta
- name="viewport"
- content="minimum-scale=1, initial-scale=1, width=device-width, shrink-to-fit=no"
- />
- <meta name="theme-color" content="#000000" />
- <link rel="manifest" href="/manifest.json" />
- <meta property='og:type' content='website' />
- <meta property='og:url' content='https://mySaaSapp.com' />
- <meta property='og:description' content='I made a SaaS App. Buy my stuff.' />
- <meta property='og:image' content='src/client/static/image.png' />
- <title>Inno</title>
- <script type="module" crossorigin src="/assets/index-31e214f6.js"></script>
- <link rel="stylesheet" href="/assets/index-df5b1543.css">
- </head>
- <body>
- <noscript>You need to enable JavaScript to run this app.</noscript>
- <div id="root"></div>
- </body>
- </html>
- Request
- {
- "id": "evt_3N4QNsEuwdm0l6U90mrpnapl",
- "object": "event",
- "api_version": "2022-11-15",
- "created": 1683299846,
- "data": {
- "object": {
- "id": "pi_3N4QNsEuwdm0l6U90BvTQ3iC",
- "object": "payment_intent",
- "amount": 500,
- "amount_capturable": 0,
- "amount_details": {
- "tip": {
- }
- },
- "amount_received": 500,
- "application": null,
- "application_fee_amount": null,
- "automatic_payment_methods": null,
- "canceled_at": null,
- "cancellation_reason": null,
- "capture_method": "automatic",
- "client_secret": "pi_3N4QNsEuwdm0l6U90BvTQ3iC_secret_ywtd2xdfhiZt2D2PM1qW9aj32",
- "confirmation_method": "automatic",
- "created": 1683299844,
- "currency": "usd",
- "customer": "cus_Npmj2zTbIhi8Q1",
- "description": "Subscription creation",
- "invoice": "in_1N4QNsEuwdm0l6U9zzQxQPqe",
- "last_payment_error": null,
- "latest_charge": "ch_3N4QNsEuwdm0l6U90gpMjKi7",
- "livemode": false,
- "metadata": {
- },
- "next_action": null,
- "on_behalf_of": null,
- "payment_method": "pm_1N47YKEuwdm0l6U9cyHoZ7Ho",
- "payment_method_options": {
- "card": {
- "installments": null,
- "mandate_options": null,
- "network": null,
- "request_three_d_secure": "automatic",
- "setup_future_usage": "off_session"
- }
- },
- "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
- }
- },
- "livemode": false,
- "pending_webhooks": 1,
- "request": {
- "id": "req_EHifDyX5XoICKo",
- "idempotency_key": "28879ac3-ede7-4978-9f2d-af16a7176aa7"
- },
- "type": "payment_intent.succeeded"
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement