post
https://example.com/api/v1/billing/verify-payment
Verify and process a payment intent manually
This endpoint allows the frontend to manually trigger payment processing in case the webhook didn't fire or failed. Used as a fallback mechanism.
Args: request: {"payment_intent_id": "pi_xxx"}
Returns: Payment processing result
