Advertisement
Guest User

Untitled

a guest
May 5th, 2023
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.08 KB | None | 0 0
  1. payment_intent.succeeded
  2. Resend
  3. More options
  4. Response
  5. 200 OK
  6.  
  7. <!DOCTYPE html>
  8. <html lang="en">
  9. <head>
  10. <meta charset="utf-8" />
  11. <link rel="shortcut icon" href="/favicon.ico" />
  12. <meta
  13. name="viewport"
  14. content="minimum-scale=1, initial-scale=1, width=device-width, shrink-to-fit=no"
  15. />
  16. <meta name="theme-color" content="#000000" />
  17. <link rel="manifest" href="/manifest.json" />
  18. <meta property='og:type' content='website' />
  19. <meta property='og:url' content='https://mySaaSapp.com' />
  20. <meta property='og:description' content='I made a SaaS App. Buy my stuff.' />
  21. <meta property='og:image' content='src/client/static/image.png' />
  22. <title>Inno</title>
  23. <script type="module" crossorigin src="/assets/index-31e214f6.js"></script>
  24. <link rel="stylesheet" href="/assets/index-df5b1543.css">
  25. </head>
  26. <body>
  27. <noscript>You need to enable JavaScript to run this app.</noscript>
  28. <div id="root"></div>
  29.  
  30. </body>
  31. </html>
  32.  
  33. Request
  34.  
  35. {
  36. "id": "evt_3N4QNsEuwdm0l6U90mrpnapl",
  37. "object": "event",
  38. "api_version": "2022-11-15",
  39. "created": 1683299846,
  40. "data": {
  41. "object": {
  42. "id": "pi_3N4QNsEuwdm0l6U90BvTQ3iC",
  43. "object": "payment_intent",
  44. "amount": 500,
  45. "amount_capturable": 0,
  46. "amount_details": {
  47. "tip": {
  48. }
  49. },
  50. "amount_received": 500,
  51. "application": null,
  52. "application_fee_amount": null,
  53. "automatic_payment_methods": null,
  54. "canceled_at": null,
  55. "cancellation_reason": null,
  56. "capture_method": "automatic",
  57. "client_secret": "pi_3N4QNsEuwdm0l6U90BvTQ3iC_secret_ywtd2xdfhiZt2D2PM1qW9aj32",
  58. "confirmation_method": "automatic",
  59. "created": 1683299844,
  60. "currency": "usd",
  61. "customer": "cus_Npmj2zTbIhi8Q1",
  62. "description": "Subscription creation",
  63. "invoice": "in_1N4QNsEuwdm0l6U9zzQxQPqe",
  64. "last_payment_error": null,
  65. "latest_charge": "ch_3N4QNsEuwdm0l6U90gpMjKi7",
  66. "livemode": false,
  67. "metadata": {
  68. },
  69. "next_action": null,
  70. "on_behalf_of": null,
  71. "payment_method": "pm_1N47YKEuwdm0l6U9cyHoZ7Ho",
  72. "payment_method_options": {
  73. "card": {
  74. "installments": null,
  75. "mandate_options": null,
  76. "network": null,
  77. "request_three_d_secure": "automatic",
  78. "setup_future_usage": "off_session"
  79. }
  80. },
  81. "payment_method_types": [
  82. "card"
  83. ],
  84. "processing": null,
  85. "receipt_email": null,
  86. "review": null,
  87. "setup_future_usage": "off_session",
  88. "shipping": null,
  89. "source": null,
  90. "statement_descriptor": null,
  91. "statement_descriptor_suffix": null,
  92. "status": "succeeded",
  93. "transfer_data": null,
  94. "transfer_group": null
  95. }
  96. },
  97. "livemode": false,
  98. "pending_webhooks": 1,
  99. "request": {
  100. "id": "req_EHifDyX5XoICKo",
  101. "idempotency_key": "28879ac3-ede7-4978-9f2d-af16a7176aa7"
  102. },
  103. "type": "payment_intent.succeeded"
  104. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement