#sqrl-card
1 messages ยท Page 1 of 1 (latest)
It's expected to saved as pm_xxx since it's the Payment Method Id
The Payment Method Id should be enough for use
- so is it fine to create it as pm_xxx?
- i can not find any difference except id
also i can't find any docs which states difference between pm_xxx & card_xxx
- Yes
- You have a card object live inside the Payment Method object (which is identified by Payment Method Id pm_xxx) here: https://stripe.com/docs/api/payment_methods/object#payment_method_object-card. Then a Card object here: https://stripe.com/docs/api/cards/object but the Card object was used in Source API which is an older API. Payment Method is newer API and should just work
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
okay. thank you so much ๐