v2
latestOpenAPI 3.0.32026-08-05174296703.4 KBpayment-method
setupStripeCheckoutData payment-method
create the customer and retrieve the secret from Stripe to add the payment method
post/payment_method/setup-stripe-checkout-data
Request body
Example request
{
"offer_id": "abc123",
"stripe_checkout_session_return_url": "abc123",
"use_stripe_checkout_session": false
}Response
OK response.
Example response
{
"client_secret": "abc123",
"session_id": "abc123"
}