PaymentIntent

A PaymentIntent guides you through the process of collecting a payment from your customer. We recommend that you create exactly one PaymentIntent for each order or customer session in your system. You can reference the PaymentIntent later to see the history of payment attempts for a particular session.


Description Description

A PaymentIntent transitions through <a href="https://stripe.com/docs/payments/intents#intent-statuses”>multiple statuses throughout its lifetime as it interfaces with Stripe.js to perform authentication flows and ultimately creates at most one successful charge.

Related guide: <a href="https://stripe.com/docs/payments/payment-intents”>Payment Intents API.


Source Source

File: includes/gateways/stripe/vendor/stripe/stripe-php/lib/PaymentIntent.php


			

Top ↑

Methods Methods


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.