Process payment intent after client-side confirmation
Payment Intents
Process payment intent after client-side confirmation
Processes a payment intent that has been confirmed on the client side. Polls the database for payment intent status to become succeeded. Returns the current status of the payment intent; on success, the response is enriched with the Purchase row created by the webhook handler.
POST
Process payment intent after client-side confirmation
Authorizations
Provider secret API key (sk_live_… / sk_test_…) supplied as a Bearer token.
Path Parameters
Payment processor ID returned from createPaymentIntent
Example:
"pi_1a2b3c4d5e6f7g8h"
Body
application/json
Payment processing data
Response
Payment intent status with optional purchase enrichment on success