#benclum11
1 messages ยท Page 1 of 1 (latest)
Hello ๐
The mandates is typically on the SetupIntent that was used to store the payment method if I recall correctly, let me check
Yeah if you retrieve and expand the mandate on the SetupIntent that was used for this PaymentMethod then you'd be able to see the mandate
https://stripe.com/docs/api/setup_intents/object#setup_intent_object-mandate
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
great thanks!