cURL
curl --request POST \ --url https://dev-billing-api.spectertech.ai/api/v1/payments/confirm \ --header 'Content-Type: application/json' \ --data '{ "paymentIntentId": "<string>", "returnUrl": "<string>" }'
{ "message": "<string>" }
Confirm a payment intent.
Unique identifier of the payment intent
Return URL after payment confirmation (optional)
OK - Successful confirmation of payment intent
Confirmation message of the payment intent