#dan.burke

1 messages · Page 1 of 1 (latest)

frank pelicanBOT
oak basin
dull finch
#

req_LyQEW3kq3M8I1Z

oak basin
winged blade
#

^ yes

dull finch
#

^ my co-worker 🙂

#

is it that we need to create a setupintent passing the payment method ID and add the mandate data there?

oak basin
#

No, you can't use Payment Intents and Setup Intents at all. The integration I linked to above is not compatible with Payment Intents or Setup Intents.

#

If you're using that integration you'll be using Sources, our legacy API, and creating Charges directly, which as you pointed out is not recommended, but that's how that integration works.

winged blade
#

Thanks for the info! @dull finch is out for lunch, will be back soon!

#

@oak basin And if we're using Charge with that integration, the only way to track for events of the transfer are via the webhook, right? By listening to the charge.* events? https://stripe.com/docs/api/events/types

oak basin
#

Not sure what you mean by "the only way to track for events"? But yes, we have charge.* Events.

winged blade
#

Meaning to track the status of the charges, whether the charges created are of status pending, successful, failed, etc with time