#taxeve_api

1 messages ¡ Page 1 of 1 (latest)

potent nightBOT
#

👋 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/1303696946766155877

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

mellow mesa
rustic marsh
#

Oh, this is a receipt I think.

mellow mesa
#

Yep that's a payment receipt

#

If you need an invoice for accounting/tax purposes then you cannot use Payment Intents directly

rustic marsh
#

How can we send invoice after the payment?

mellow mesa
rustic marsh
#

We are using React Native for mobile apps, is there a way we can use Checkout for that?

mellow mesa
#

No we don't recommend using Checkout in native apps as it has quirky behaviour when used in a webview

rustic marsh
#

Then we are stuck. Can you please suggest a solution?

mellow mesa
#

That guide is what you need, except you'd substitute the Payment Element stuff for RN code

rustic marsh
#

We are using Payment sheet for React Native. Will this work with that?

mellow mesa
#

Yes! The invoice will give you a client secret that you'll be initialising the Payment Sheet with today

#

The only difference is your backend API call to create an Invoice instead of a Payment Intent