#sachin5917_api

1 messages ¡ Page 1 of 1 (latest)

charred perchBOT
#

👋 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.

opal ibex
#

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?

patent marten
#

Hi there, let me take a look at this.

opal ibex
#

thanks!

#

fyi this is all in sandbox

#

do you need more info to see my sandbox?

patent marten
opal ibex
#

So what you are saying is that mobile sheet i.e anything paying from the android application will not work at all with android

patent marten
#

What I said is pix isn't supported in Stripe mobile payment sheet yet.

opal ibex
#

so opening this in a webview is the only option?

patent marten
#

Yes you can continue using web integration to support pix

opal ibex
#

do you have guides/docs on how to do these from mobile?

patent marten
#

You can embed a webview in your mobile app, or redirecting your customer to an external browser for them to accee the checkout page

opal ibex
#

can you send the docs url for checkout page integration

patent marten