#jitendra_code
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1326842768101740584
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
I don't have payment intent, issue in reactjs library implementation
when i use above code i can't see SEPA payment option in tab only card option is visible
are you using the defer intent flow?
No
https://docs.stripe.com/payments/accept-a-payment?platform=web&ui=elements
i have use above method
then you must pass a PaymentIntent otherwise the PaymentElement won't show anything
PaymentIntent generate when i submit a form.
i don't know may be i implement using defer flow, this was implement a 1.5yr ago and it was working fine suddenly stop working
would you mind sharing your account ID?
https://dashboard.stripe.com/settings/payment_methods
ohk i think its done i have enable SEPA in one of payment methods here
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
here i can see two methods should i delete one of them?
yes I was going to look at that exactly
would you mind sharing your account ID so I can verify?
no it's the acct_xxx
acct_1Mri7PQoWw98s5ro
thanks
ok so basically this account is a custom account so you need to look at the PaymentMethods of your platform account
the 2 configurations you have here https://dashboard-admin.stripe.com/settings/payment_methods are different
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
ok so i think above link i given is correct
and each one is used separately
if you don't specify which PaymentMethodConfiguration to use, we use the Default one
I just checked that SEPA is available on both PMCs so you should be ok
would you mind trying again?
can you please guide me how can i set google pay option for payment?
Yes now SEPA are working