v1

latestOpenAPI 3.0.02026-08-0610682246.0 KB
Stripe 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

subscriptionIdstring

Example request

{
  "subscriptionId": "sub_H8eIeMFwMawg6w"
}

Response

OK

grant_idstring

New grant of product bundle to user

Example response

{
  "grant_id": "aa583cb8-51d1-4bd9-9ec7-3a43796ef8e5"
}