#kanzaki_sepa-paymentintent-events

1 messages ยท Page 1 of 1 (latest)

fluid anchorBOT
#

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

๐Ÿ“ 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.

latent pumice
#

Hi ๐Ÿ‘‹

Setup Intents are used to only collect the payment method details and do not involve moving funds. Are you referring to an off-session, or merchant initiated, transaction?

compact saffron
#

I am referring to a regular transaction, I do create a subscription right after the setup intent succeeds

latent pumice
#

Okay. We will fire different events baed on the outcome of an attempted charge

#

but we do not have a separate event to indicate only that the charge has been attempted

compact saffron
#

when payment intent is used, there's an event payment_intent.processing

#

I wanted to know if there was a similar event without creating a payment intent

#

is a payment intent created with a subscription or an invoice ?

latent pumice
compact saffron
#

so I suppose an event payment_intent.processing does happen

latent pumice
#

Yup

#

That will fire

compact saffron
#

thank you so much

latent pumice
#

Happy to help ๐Ÿ™‚

#

For any billing integration, I strongly recommend coding a full test scenario to ensure you see the behavior you expect. I know it's a little tough with payment method types like Sepa DD because we don't exactly replicate the delay.

compact saffron
#

yes, I intend to test this scenario tomorrow

latent pumice
#

Great idea ๐Ÿค“

I find billing scenarios much more easy to think through if I can see the objects being created

compact saffron
#

I suppose the subscription won't be canceled while the payment is being processed ? since sepa debits are a handled payment method

latent pumice
#

Correct

#

Unless you set the payment_behavior to error_if_incomplete

compact saffron
#

no I haven't ๐Ÿ™‚

#

perfect

latent pumice
#

Okay great, then you should be fine

compact saffron
#

yes, thank you again

latent pumice
#

Sure thing, it's why we're here.