#melbourne-retrieve-pm
1 messages ยท Page 1 of 1 (latest)
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Hi ๐ the endpoint to retrieve a Payment Method does not accept a customer parameter.
melbourne-retrieve-pm
I'm just trying to figure out the difference between the one I linked above and this one:
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
We're using a call that someone else designed, and they seem to be using the first method even though the payment methods are all attached to customers.
The problem is their call doesn't return the values we need (the interac_present and card_present hashes) so I am just rewriting it myself but not sure which endpoint to use.
I'd rather avoid having to send the customer ID if the first method is fine.
Thank you,
I believe retrieving with just the Payment Method's ID will work, but please let me know if that doesn't seem to be the case.