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"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.