Payments · Invoices
Confirm Payment
Confirm a successful Vezmo payment for a specific invoice. This endpoint verifies the payment status, creates an internal Payment record, and automatically transitions the invoice status to PAID.
CREDENTIALS
HeaderYour API Key is sent in the request header.
Path & Body Params
id string required
The unique ID of the invoice being confirmed.paymentIntentId string required
The Vezmo PaymentIntent ID (e.g., pi_XXX).Note: Upon successful confirmation, a Webhook event will be triggered to notify any integrated third-party services of the status change.