#sachin5917_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/1461597024393891943
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Server logs confirm the PaymentIntent includes Pix:
Payment Method Types: [ 'card', 'pix' ]
Payment Method Options: {
"card": { ... },
"pix": {
"amount_includes_iof": "always",
"expires_after_seconds": 14400,
"expires_at": null
}
}
Dashboard settings: Pix is enabled with BRL currency, and I've disabled Apple Pay and Link.
Problem: Only credit card shows up in the payment sheet, not Pix. Link continued to show for a while even after disabling it.
Is there any account-specific capability needed for Pix in test mode? Could regional detection be filtering it out despite setting Brazil as the billing country? Any known issues with Pix in the Android SDK?
Hi there, let me take a look at this.
https://docs.stripe.com/payments/payment-methods/payment-method-support#real-time-payments-product-support ok the mobile payment sheet doesn't support pix right now
https://github.com/stripe/stripe-android/issues/11164 I also found the feature request in this ticket
So what you are saying is that mobile sheet i.e anything paying from the android application will not work at all with android
What I said is pix isn't supported in Stripe mobile payment sheet yet.
so opening this in a webview is the only option?
Yes you can continue using web integration to support pix
do you have guides/docs on how to do these from mobile?
You can embed a webview in your mobile app, or redirecting your customer to an external browser for them to accee the checkout page
can you send the docs url for checkout page integration