v1
latestOpenAPI 3.0.02026-08-0610682246.0 KBStripe Payments
Start the Stripe subscription confirmation
If a payment requires confirmation (3dSecure etc), the payment is confirmed in the front end.
post/blaize/payment/stripe/subscription/confirmation
Request body
Example request
{
"subscriptionId": "sub_H8eIeMFwMawg6w"
}Response
OK
Example response
{
"grant_id": "aa583cb8-51d1-4bd9-9ec7-3a43796ef8e5"
}