After a successful checkout, use this endpoint to verify the payment was processed and credits were added to the account. This is useful as a fallback in case the webhook wasn’t processed.
Credits are typically added automatically via Stripe webhooks. This endpoint provides a manual verification option for edge cases or client-side confirmation.
For third-party integrations: Use GET /credits/verify-session/{sessionId}/api with API Key authentication instead.
This endpoint is idempotent. If the credits were already added (via webhook), it will not add them again. It will still return success with the credit amount.