#ravid_53977
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. 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.
- ravid_53977, 5 days ago, 9 messages
We have blik activated in our account and the amount is over the minimum
Hi
Can you share the PaymentIntent id ?
i don't have a payment intent, it's before that
in the paymentMethodTypes field in the options object we have only blik
we want to show only blik and it fails to load with the console error
Are you using defered approach ?
what is this?
How are you using Elements without an Intent? what guide are you following exactly ?
Can you share your code snipets ?
const [stripeOptions, setStripeOptions] = useState<StripeElementsOptions>({ mode: 'payment', amount: 5000, currency: 'pln', paymentMethodCreation: 'manual', paymentMethodTypes: ['blik'], loader: 'never', // Fully customizable with appearance API. appearance: { variables: { fontSizeSm: '12px', }, disableAnimations: true, }, });
this is the stripe options
So you are using the deffered approach:
https://stripe.com/docs/payments/accept-a-payment-deferred?platform=web&type=payment
Are you using you live or test mode keys ?
test mode
Is there a reason behind setting paymentMethodCreation: 'manual', ?
can you share your AccountId ?
acct_1NScG6DP6fXTZiUu
👋 taking over for my colleague. Let me catch up.
what's the request ID?
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
There is no request id it's happening on init I'm just trying to render the blik APM
there is no pay request
or a payment intent
it's happening before
Yep, please update me
still looking into it
so basically you can't use the deferred flow with BLIK
const [stripeOptions, setStripeOptions] = useState<StripeElementsOptions>({ mode: 'payment', amount: 5000, currency: 'pln', paymentMethodCreation: 'manual', paymentMethodTypes: ['blik'], loader: 'never', // Fully customizable with appearance API. appearance: { variables: { fontSizeSm: '12px', }, disableAnimations: true, }, });
But i specify it in the begging
?
how can i make it work?