#sqrl-card

1 messages ยท Page 1 of 1 (latest)

bitter imp
#

It's expected to saved as pm_xxx since it's the Payment Method Id

#

The Payment Method Id should be enough for use

fluid depot
#
  1. so is it fine to create it as pm_xxx?
  2. i can not find any difference except id
    also i can't find any docs which states difference between pm_xxx & card_xxx
bitter imp
#
  1. Yes
  2. 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
fluid depot
#

okay. thank you so much ๐Ÿ™‚