#Omri-pi-wallet
1 messages ยท Page 1 of 1 (latest)
Hey, you'd check the payment_method field on the PI, which would be a PM object: https://stripe.com/docs/api/payment_methods/object
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
From there, there's a card hash with details: https://stripe.com/docs/api/payment_methods/object#payment_method_object-card
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
๐ Taking over this thread, catching up now
If it's a bacs direct debit, it'll be under bacs_debit hash: https://stripe.com/docs/api/payment_methods/object#payment_method_object-bacs_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.