#bumbzor_api
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/1462761920850297036
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi arran
๐ Hi there!
Yes, if you can provide a Payment Intent ID (pi_) or at least a URL, that would be helpful
So if you click this: https://edd-lite.rmjsoft.com/checkout/?edd_action=add_to_cart&download_id=788 it will add the item to the cart and take you to the Checkout page.
The Stripe account is from Poland already and Blik is enabled in the configuration but I just can't figure out why it's not showing.
Thanks, taking a look
So it looks like you're using a deferred intent, which doesn't currently support BLIK, and so that's why it doesn't appear:
https://docs.stripe.com/payments/accept-a-payment-deferred?platform=web&type=payment#enable-payment-methods
The BLIK documentation mentions that deferred intent support is currently only available in private preview: https://docs.stripe.com/payments/blik
is there a link where we can sign up for ?
It depends on how your integration confirms a Payment Intent when using this flow
ok understood thanks
If you can guarantee that you're only confirming Payment Intents on the client-side, then we can enable BLIK for your integration
I will talk to the team here. thanks for confirming!
OK, great. For info, I see there is one example in your account yesterday where a P24 payment was confirmed on the client-side: https://dashboard.stripe.com/acct_1SqvuJE3vinkcoEj/test/logs/req_WXbotmvDPeiYuA
Yeah the P24 gateway works fine.
so based on the P24 working, that means Blik should also work as long as we get it "approved" right ?
The BLIK documentation says that you can only use deferred intents (i.e. collect payment info first, and then create a Payment Intent) if you confirm the intent on the client-side โ i.e. call stripe.confirmPayment from the client, and not from your backend.
If you can confirm that you are not confirming these Payment Intents on the backend, then you would be eligible for the beta to use BLIK with your current setup.
We can also move this to a support ticket, if you need time to investigate, and we can continue the conversation there