#bokgold
1 messages ยท Page 1 of 1 (latest)
Yes, you must tell us which Payment Method to use, we will not make an assumption on which one should be used.
So if the user has two VISA cards stored I must say pm_123 or pm_456 ... I cant just say use a 'card'
Correct
OK ๐
Also ... is there a way to create a unique customer ID .. although I do intend to save this against my user account upon registration .. I just found it weird during testing that there appear to be loads of duplicates
I'm not sure I understand the question. All of our Customer objects have an id that is unique to them:
https://stripe.com/docs/api/customers/object#customer_object-id
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.