#antoineb_api

1 messages ยท Page 1 of 1 (latest)

rugged brookBOT
#

๐Ÿ‘‹ 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/1316467155432378438

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

worthy palm
#

Hi, it appears that the payment method used there is a sepa_debit payment method type: https://dashboard.stripe.com/test/logs/req_Ek7tPIERoMJdFC. This is a delayed payment method, https://docs.stripe.com/payments/sepa-debit/accept--payment and the it is expected that it will be in 'processing' for a period of time.

mossy marten
#

yes! How can I create a PayPal payment intent with a processing status as well to test my implementation?

worthy palm
#

Ah, I see what you're asking for now. Since PayPal is an immediate payment no. You would know if it failed or succeeded right away

mossy marten
#

But since it's asynchronous, can't I have some processing payments?
Because we turned on async payments.

I read that in the docs :
By default, Stripe only allows synchronous payment methods on PayPal. This guarantees that you receive an immediate notification for the success or the failure of each payment. If you allow asynchronous payment methods, you might encounter delayed notifications for some payments. As a result, you must rely on webhooks to receive notifications about the success or failure of certain payments.

To enable asynchronous payments on PayPal, contact Stripe support.

worthy palm
#

For features that is not supported by default you would need to reach out to our support team. Our support team will be able to assist you better than I can: https://support.stripe.com/contact

mossy marten
#

Okay! thanks ๐Ÿ™‚

worthy palm
#

Sure!