#smartge3k
1 messages · Page 1 of 1 (latest)
hi! it would depend on the integration(code you wrote) which you used to do this/add the card exactly, it must be using some legacy Card/Token APIs potentially
Its very strange, in the live mode when I add the same way, its not a problem
how can I avoide it? I need to generate the payment method id
I select "add Card"
it doesn't matter, any API that accepts a PaymentMethod ID pm_xxx will accept the card_xxx ID and work exactly the same with no issue
It creates an issue for my local database.
looks like that part of our dashboard hasn't been updated to not use legacy APIs unfortunately
you wouldn't really do this anyway since you're not going to enter raw credit card numbers from your customers into a dashboard
how so? your database shouldn't care about the format of id fields from Stripe, you'd just treat them as strings
I will check. Thank you