#dan.burke
1 messages · Page 1 of 1 (latest)
Hello! Can you give me the request ID showing that error? Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
req_LyQEW3kq3M8I1Z
Also, can you confirm this is the integration you're trying to build? https://stripe.com/docs/ach-deprecated
^ yes
^ my co-worker 🙂
is it that we need to create a setupintent passing the payment method ID and add the mandate data there?
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.
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
Not sure what you mean by "the only way to track for events"? But yes, we have charge.* Events.
Meaning to track the status of the charges, whether the charges created are of status pending, successful, failed, etc with time