#Kalluste

1 messages · Page 1 of 1 (latest)

formal nexusBOT
cursive seal
#

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?

main crypt
#

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"

cursive seal
#

Can you explain a little further how you are getting the blik code and how that affects the price?

main crypt
#

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

cursive seal
#

It creates a PaymentIntent in step 2 but the intent isn't actually used until after the code has been obtained