v1
latestOpenAPI 3.0.02026-08-0610682246.0 KBStripe Payments
Create a Stripe one-off payment
Uses the payment method collected by Stripe Elements to create a one off payment.
post/blaize/payment/stripe/buy
Request body
Example request
{
"product_id": "lifetime-membership",
"price_point_id": "gold-package",
"payment_method": "pm_123456789",
"payment_intent_id": "pi_1GYZYWLgUJT2XNPAYQMomeqf"
}Response
OK
Example response
{
"grant_id": "aa583cb8-51d1-4bd9-9ec7-3a43796ef8e5",
"client_secret": "src_client_secret_QfsM25CJ2uCMon72MiOmUNTj`",
"payment_intent_id": "pi_1GYZYWLgUJT2XNPAYQMomeqf"
}