Create embedded Google Ads payment setup
Starts the card-saving flow for rendering inside your own page, rather than sending a person to a Stripe-hosted page.
This is the embedded counterpart to Create Google Ads payment setup. It takes no body, because there is no return trip to configure: you mount Stripe’s embedded checkout with the client_secret and poll Get Google Ads billing status to see when the card lands. Nothing is charged here.
Prefer the hosted flow unless you are actually building the form. It hands you one URL to give a person, where this hands you a token you still have to render Stripe’s component around.
Authorizations
Personal API key.
Path Parameters
ID of the app whose Google Ads campaigns to manage.
Response
The token for mounting Stripe's embedded checkout.
A Stripe Checkout session for saving a card inside your own page.
Token that mounts Stripe's embedded checkout in a browser. It is meant for client-side use and is scoped to this one session, so it is not a secret key, but it does let whoever holds it complete this card setup.
"cs_live_a1B2c3D4e5_secret_f6G7h8I9j0"
Stripe's ID for the session.
"cs_live_a1B2c3D4e5"
Base44's Stripe publishable key, which the embedded checkout needs. It is public by design.
"pk_live_51H8xY2eZvKYlo2C"