#ed_mitch_61625
1 messages ยท Page 1 of 1 (latest)
Good question, looking in to it and will get back to you
Doesn't specify on the PaymentMethod object itself either! https://stripe.com/docs/api/payment_methods/object#payment_method_object-us_bank_account-networks-supported
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
To be clear still looking, I was just surprised by that
That is odd. I'll work on a conspiracy theory while you're looking ๐
This must go all the way to the top
Yeah I am getting an array of Strings when I create an ACH PM
"id": "pm_1NlHGHJmquaq3LbpUmDpt86V",
"object": "payment_method",
...
"us_bank_account": {
...
"networks": {
"preferred": "ach",
"supported": [
"ach"
]
},
...
}
}```
And will put in feedback that we should specify that this is an array of strings in the ref ๐
Perfect, an array of strings it is
Thanks!