#thebobdresseur_webhooks

1 messages ยท Page 1 of 1 (latest)

dire gyroBOT
#

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

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

proper cave
#

Hi ๐Ÿ‘‹ I can elaborate on the usecases I have

covert ocean
#

let me know if you have further questions that aren't addressed there

proper cave
#

Yes, I want to reflect sepa mandates with our own table in our database

#

And I was looking for a mandate.created webhook event, but there is none

covert ocean
#

got it. may I ask for more details on how you're integrating? are you using Checkout or Elements?

proper cave
#

So right now sepa mandates are created with the setup_intent.succeeded event but that is not ideal

covert ocean
proper cave
#

For cards we're using Elements, but for ibans we're using our own inputs

#

Yes we're already using the mandate property on setup_intent.succeeded

#

But when creating the iban with a PaymentIntent, there is no setup_intent.succeeded

covert ocean
#

got it, one moment while I look into this

proper cave
#

Here are our different use cases :

  • iban creation without sepa mandate (just to attach to a customer)
  • iban and sepa mandate creations via setup intent
  • existing iban and sepa mandate creation via setup intent
  • iban and sepa mandate creations via payment intent
#

So ideally, we would have :

  • payment_method.attached event to reflect iban creation
  • mandate.created event to reflect the sepa mandate creation
covert ocean
dire gyroBOT
proper cave
#

Beside upgrading the api version is there any other option ? Is my use case common ?

autumn helm
#

Hi there ๐Ÿ‘‹ jumping in as my teammate needs to step away soon. It's the first I'm hearing of someone wanting to track mandates in their own table, but I'm happy to help dig into it.

Do you have an example of a Payment Intent from your testing where you can't find a path to the related Mandate object.

proper cave
#

๐Ÿ‘‹

#

I don't but I have to handle logic in multiple event handlers in order to reflect sepa mandates creation whereas I could only listen to a unique event

autumn helm
#

There is no such Event at this time. I can capture your feedback that you're interested in that being created, but I fear that won't unblock you in the short-term.

proper cave
#

Ok I'll dig into it then !

#

Thanks for your time