#daniel-connect

1 messages · Page 1 of 1 (latest)

vital vault
#

@tropic pebble sure, you definitely can. Overall the guide is https://stripe.com/docs/payments/save-during-payment for instance and you can adapt it to the specific way you use Connect. You'd never use the Charges API(but I'm aware of a couple of places in the docs that still use it). Happy to help more specifically

tropic pebble
#

I see!
Would it be possible for me to implement a save card form and offer my customers the possibility to pick a saved card?

#

Also if I use the provided method, how would I be able to fetch the cards so that I can show my customer which cards are saved?

#

This is an example from Mega's implementation with stripe and I can see that I can view my card in the account, could you point me in the documentation on how to implement this?

I really can't find anything about this :(

tropic pebble
vital vault
vital vault
tropic pebble
#

I see, that makes sense.
Is the only possibility of saving payment methods through actual charges? Can I not implement an interface to add cards to?

vital vault