#fortunetede-PaymentMethod
1 messages · Page 1 of 1 (latest)
Hi, creating this thread and taking a look here
You can create the payment method, https://stripe.com/docs/api/payment_methods/create then attach to that customer, https://stripe.com/docs/api/payment_methods/attach. A customer can have more than one payment methods attached to them.
Thanks 