#jona_invoice-paypal
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/1217145021317513357
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
can you share the Invoice where it works in Test mode so I can compare?
jona_invoice-paypal
this requests works req_ktoevDBoMOl0gg
different customer/user but the underlying code that sends the request is the same
thanks looking
@sour linden okay per https://docs.stripe.com/payments/paypal/set-up-future-payments?platform=web&ui=API recurring payments with Paypal require approval. Unfortunately it seems to "just work" in Test mode and only error in Live mode. It's definitely not good and I'm sorry this caused your errors. But right now you'll have to get approval to do recurring payments with Paypal. Or use send_invoice instead
what does recurring payments mean in this context? the invoice is for a single order without any future payments
maybe I should clearify our invoice setup
yes but you are using charge_automatically which is when you already have a saved payment method on file which implies off session or recurring payments.
ah, I see
with our setup we create the payment method via payment elements, send it to our server and use it to confirm the payment intend created by the invoice.
yeah sadly that isn't really compatible with this flow without having recurring payments enabled first unfortunately.
i see, thanks very much for the info