#ravinder_api
1 messages ยท Page 1 of 1 (latest)
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- ravinder_api, 3 hours ago, 26 messages
- ravinder_code, 6 days ago, 11 messages
๐ 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/1242822928643657781
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Payment element renders in tab on stripe doc
why i am not getting same result locally with either live or test mode publishable key
Can you share the intent ID you're using to initialise the Element (pi_xxx)
i am using differ method that me setting amount while setup elemen
const StripePaymentMethod = ( props ) => {
const { eventRegistration, emitResponse, billing, stripePromise } = props;
const { cartTotal, currency } = billing;
const stripeElementOptions = {
mode: 'payment',
amount: cartTotal.value,
currency: currency.code.toLowerCase(),
paymentMethodCreation: 'manual',
};
return (
<Elements stripe={ stripePromise } options={ stripeElementOptions }>
<TestModeNotice />
<PaymentElement />
<CheckoutHandler
eventRegistration={ eventRegistration }
emitResponse={ emitResponse }
billing={ billing }
/>
</Elements>
);
};
i got this url from browser network tab, i hope it will help you
Do you have non-card PMs enabled on your account? https://dashboard.stripe.com/test/settings/payment_methods
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Payment Element will dynamically render the available methods according to those settings and payment parameters
yes, i do
Should be req_xxx ID in the headers? Can you paste that
If it's the call to /v1/elements/sessions
Thanks! Checking
Which PMs are you expecting to see, specifically?
Apple Pay etc?
No: https://docs.stripe.com/payments/payment-methods/integration-options#payment-method-availability
Hmm, I'd expect that to be available here. Unclear why, still looking
apart from Card payment method what do you support for INR
Apple Pay and Google Pay require domain registration, which you do not have setup right now: https://docs.stripe.com/payments/payment-methods/pmd-registration
So that explains that
All listed at the link above
i want to see if multiple payment method display to customer
but i did not get success
got it
can you help to figureout?
Yep, still looking
thank you
Hmm, I actually don't think Amazon Pay is enabled for the relevant account (acct_1HAi7MIqONfMPfff) in this scenario. This is a Connect payment, so the configuration is set on the platform (acct_1OWmbwEY6KIZiMBQ)
Which payment method are you referring to?
Amazon Pay seems off in the screenshot
link
Where are you testing from? I suspect we're filtering payment method based on the location..
I believe link also requires domain registration
https://docs.stripe.com/payments/payment-methods/pmd-registration
is ti possible to add local domain?
No, I think it requires HTTPS scheme.
Try using something like ngrok tunneling
do we have api param to mimic customer location?
as we are doing in this display
No.. You could try using a VPN but that may still not work depending on VPN/proxy config.