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 (up to 10 seconds). Returns the current status of the payment intent.
POST
Process payment intent after client-side confirmation
Documentation Index
Fetch the complete documentation index at: https://docs.solvapay.com/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
Payment processor ID returned from createPaymentIntent
Example:
"pi_1a2b3c4d5e6f7g8h"
Body
application/json
Payment processing data
Response
Payment intent status
Optional message, only present for timeout status
Example:
"Timeout while waiting for payment intent confirmation, try again later. This could be due to payment webhooks not being configured correctly."
Payment intent status
Available options:
succeeded, timeout, failed, cancelled Example:
"succeeded"