#gabrieldesigns
1 messages ยท Page 1 of 1 (latest)
What do you need help with?
i want to send auto paid invoices
They should send automatically once paid assuming you have the setting enabled. Do you have an example that wasn't?
and I really don t understand where I need to modify the "invoice_creation" to true
so, when someone complete a payment on my site
he recive on email only a recipt from stripe
And I want that the customer recive the PDF Invoice too on email
Well, how are you integrating with Stripe? The screenshot you shared is for Checkout โ are you using that?
Ok, yep that's Checkout. So do you control your integration yourself?
not really
Then you'll need to speak to whoever control that integration, so they can enable the invoice creation for you via the parameter
Which question?
i am controling it
Are you the developer who built your Stripe Checkout integration?
yes
Ok, then are you able to add the invoice_creation parameter to the code that creates your Checkout Sessions?
i just copy thr
the keys
publishabale key and secret key
and it was intergrated
Sounds like you're using a plugin?
yes
Then you need to speak to the company that build/maintain the plugin
They need to offer support for that feature
If you're using a plugin, you likely can't
do you know Site123?
I do not โ but you should speak to them if that's who owns your Stripe plugin
I'm deleting that screenshot as it contains your live API keys โ I would recommend re-rolling them: https://stripe.com/docs/keys#rolling-keys
to them? with Site123? or stripe? ๐
Site123. We (Stripe) cannot help I'm afraid
and to ask them what?
Exactly what you've asked us
What is your account ID? acct_xx
Ok, so this is an example of an API request to Stripe to create the payment page (in the screenshot): https://dashboard.stripe.com/logs/req_9r6FeMZtnuY4tE
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
From what you've explained, you didn't write the code to make that request. You use a plugin with Site123. Correct?
yes, i just add to the site123 the publishable key and the secret key
Ok, then their plugin makes that API request. In order for you to use that feature you shared, the invoice generation, then they need to update their code to include the invoice_creation parameter
You cannot do that, we cannot do that
Feel free to share this conversation with them if it helps them understand