Stripe Payment Intents API — Payment Intents
Stripe Payment Intents API — Payment Intents. 11 operations. Lead operation: Payment Intents. Self-contained Naftiko capability covering one Stripe business surface.
What You Can Do
Returns a list of PaymentIntents.
Creates a PaymentIntent object.
Search for PaymentIntents you’ve previously created using Stripe’s Search Query Language.
Retrieves the details of a PaymentIntent that has previously been created.
Updates properties on a PaymentIntent object without confirming.
Manually reconcile the remaining amount for a customer_balance PaymentIntent.
You can cancel a PaymentIntent object when it’s in one of these statuses: requires_payment_method, requires_capture, requires_confirmation, requires_action or, /v1/v1/payment-intents/{intent}/cancel
Capture the funds of an existing uncaptured PaymentIntent when its status is requires_capture.
Confirm that your customer intends to pay with current or provided
Perform an incremental authorization on an eligible
Verifies microdeposits on a PaymentIntent object.
MCP Tools
p-returns-list-paymentintents-p
Returns a list of PaymentIntents.
p-creates-paymentintent-object-p
Creates a PaymentIntent object.
p-search-paymentintents-you-ve-previously-created
Search for PaymentIntents you’ve previously created using Stripe’s Search Query Language.
p-retrieves-details-paymentintent-that-has
Retrieves the details of a PaymentIntent that has previously been created.
p-updates-properties-paymentintent-object-without
Updates properties on a PaymentIntent object without confirming.
p-manually-reconcile-remaining-amount-code-customer
Manually reconcile the remaining amount for a customer_balance PaymentIntent.
p-you-can-cancel-paymentintent-object
You can cancel a PaymentIntent object when it’s in one of these statuses: requires_payment_method, requires_capture, requires_confirmation, requires_action or,
p-capture-funds-existing-uncaptured-paymentintent
Capture the funds of an existing uncaptured PaymentIntent when its status is requires_capture.
p-confirm-that-your-customer-intends
Confirm that your customer intends to pay with current or provided
p-perform-incremental-authorization-eligible
Perform an incremental authorization on an eligible
p-verifies-microdeposits-paymentintent-object-p
Verifies microdeposits on a PaymentIntent object.