#poldo
1 messages ยท Page 1 of 1 (latest)
I haven't played around with embedded checkout too much yet. Is this deployed somewhere so I can take a look?
hey, yes! I just deployed it to https://qa.d1b2q7m6cwg77u.amplifyapp.com/
it would required sign-up though
but it's just dev/qa environment, I can remove your user afterwards,
you need to go to QA -> signup -> Subscription Tab -> hit Upgrade button
Without going to the page just yet, are you putting the embedded element in a <div> that's sized that way?
this is my div
{clientSecret && (
<EmbeddedCheckoutProvider
stripe={stripePromise}
options={{ clientSecret }}
>
<EmbeddedCheckout/>
</EmbeddedCheckoutProvider>
)}
</div>
Right, but is that nested under another smaller div?
and if I add more content inside the checkout div, it displays on a good size
oh, sorry. no it's not limited by a parent div
Ahhh gotcha. I repro'd on my end and got the same thing. I don't think you can resize it.
If you want a full-page sized Checkout, then I'd just redirect to the Checkout URL, which is Stripe hosted.
oh ok ๐ฆ
do you think it will be possible in the future?
I mean, is there any way we can fill a request for it?
because even on Stripe Branding section it shows a better way
That's the same form I get as well. The input forms themselves are quite small, but I get an amount and a logo in mine. Can you try adding a logo from this page?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Err, wait. You already have those
Do you have a Checkout Session ID I can look at for your page?
You would find the log line in the Dashboard by visiting here: https://dashboard.stripe.com/test/logs
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Also, I wasn't able to get into your QA environment, so if you can include more precise instructions that might be helpful
ok! my last checkout session created was
"id": "cs_test_a10LmAH294mVfkNVvNwNsDmxZecDxxVm3t5X8hEiTnyCfbld2CmoaoDhe4",
"object": "checkout.session",
I'll check my QA env.
@upper fulcrum I found out that if you set the parent div wide enough, the embedded form goes wide too ๐
thanks for working together with me! Have a great weekend