#Sam_Praveen-dupe-card

1 messages · Page 1 of 1 (latest)

elfin topaz
#

Which APIs are you using to create payment methods?

green spoke
#

I am using this API to add a New Card under a Stripe Customer:

\Stripe\Customer::createSource(
'cus_xxxxxxxx',
['source' => 'tok_xxxxxxxx']
);

elfin topaz
green spoke
#

Well I just want to add a new card in my Stripe Customer account for future use and for that I am getting a Customer ID and a StripeToken. Now what API matches to my needs?

thorn swift
#

Hi there
Taking over as ynnoj needs to step away soon
I believe you should be able to use Payment Methods API for that