PaymentIntents represent your intent to collect payment from a customer. They track the lifecycle of a payment from creation through confirmation, processing, and completion. Each PaymentIntent typically corresponds to a single shopping cart or customer session.Documentation Index
Fetch the complete documentation index at: https://docs.fluveo.com/llms.txt
Use this file to discover all available pages before exploring further.
Endpoints
Create a PaymentIntent
Creates a new PaymentIntent object.
List all PaymentIntents
Returns a paginated list of PaymentIntents, sorted by creation date.
Retrieve a PaymentIntent
Retrieves the details of a PaymentIntent that was previously created.
Confirm a PaymentIntent
Confirms a PaymentIntent, initiating the payment flow.
Capture a PaymentIntent
Captures a previously authorized PaymentIntent.
Cancel a PaymentIntent
Cancels a PaymentIntent that has not yet been captured or succeeded.