#jona_invoice-paypal

1 messages ¡ Page 1 of 1 (latest)

icy nicheBOT
#

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

pallid ospreyBOT
quiet flint
#

can you share the Invoice where it works in Test mode so I can compare?

#

jona_invoice-paypal

sour linden
#

this requests works req_ktoevDBoMOl0gg

#

different customer/user but the underlying code that sends the request is the same

quiet flint
#

thanks looking

sour linden
#

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

quiet flint
#

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.

sour linden
#

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.

quiet flint
#

yeah sadly that isn't really compatible with this flow without having recurring payments enabled first unfortunately.

sour linden
#

i see, thanks very much for the info