Hello Everyone !
I have a zap that triggers the Stripe create subscription (legacy) every 1st of the month.
The client already exist in Stripe before the zap, and already made a first payment, so i have their card info. I do a search to find the client by their cus_ID, and create the subscription.
It worked but I now have this error “
The app returned "This customer has no attached payment source or default payment method. Please consider adding a default payment method. For more information, visit https://stripe.com/docs/billing/subscriptions/payme...".
I can’t seem to find a way to l use their card, or to set it up as default payment method.
I did the setup manually, I went into stripe and set a client’s card as default payments method, and ran the zap, which was successful.
But how can I make my zap work?
Thanks everyone!