#meneer Ak - ideal
1 messages · Page 1 of 1 (latest)
Hi there!
All information about iDeal PaymentMethod should be available here: https://stripe.com/docs/api/payment_methods/object#payment_method_object-ideal
But I need the full bank account number, and this only gives the last 4. Is there any way to retrieve the full number?
iDEAL wraps SEPA, so there may be additional fields available on the sepa_debit hash: https://stripe.com/docs/api/payment_methods/object#payment_method_object-sepa_debit
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
That's also just last4
I guess we don't make that available then. What's the use case?
We want to use stripe to make a mandate in another account management system.
Yeah I guess that's not really supported. Our mandates belong to Payment Method objects (which contains the related banking info), so there's never a need to expose that info