#Kalluste
1 messages · Page 1 of 1 (latest)
Checking in to this, I think Blik is supported by our deferred intents flow but you need to pre-declare an amount in that flow and that amount must match the amount of the intent that you eventually confirm https://stripe.com/docs/payments/accept-a-payment-deferred
Can you tell me more about this scenario? What info do you get when the customer submits their Blik payment that you need to determine the price? The customer's address?
well basically we want to display the blik field even before the customer has enetered their billing details or selected shipping method. This means that the amount can change until they actually fill in the blik code and click on "place order"
Can you explain a little further how you are getting the blik code and how that affects the price?
I understand that for card payments it's possible to display the card fields before we have created a paymentIntent but since for blik it seems not to be possible we are planning to create a paymentIntent and update it through the API and then confirm the payment
no we just want to display the Stripe JS blik field ideally without previously having to create the paymentIntent
but in your documentation it's written that it's not possible and I was wondering if there are maybe ways around this
It looks like you can probably use the process from this doc https://stripe.com/docs/payments/blik/accept-a-payment?platform=web&ui=API
It creates a PaymentIntent in step 2 but the intent isn't actually used until after the code has been obtained