#xrrnmrie-customer-link
1 messages · Page 1 of 1 (latest)
xrrnmrie-customer-link
@zealous finch no that's not possible. If you created a brand new Customer then you start "fresh"
oh I see, how about teh other way around? like creating a contact on the payment that has been captured in stripe
so the customer had to go in and add their payment method to their account again?
can you also point me to the direction where I can setup a payment intent?
I'm sorry I don't really get the words you use like "setup a payment intent" when we have an API called SetupIntent. I think we need you to more explicitly explain clearly what you are trying to do with context around your own existing code first
hwo does SetupIntent, works?
👋 stepping in as koopajah needs to step away
@zealous finch what are you trying to build here exactly?
Like what is your use-case?
Then we can talk about the best way to accomplish it
I am previously using ontraport for payments but I am now transitioning to stripe. I have customers making payments in stripe but I didn't setup a customer account for them. I have stripe recording their payments but no customer account linked to it
I am trying to continue setting up their subscriptions in stripe but I can't autocharge them anymore since, I just created their customer profile.
trying to figure out if I can link those payments
If the PaymentMethod wasn't attached toa Customer initially and has already been charged then it is consumed and can't be re-used. You will need to collect the payment details again in that case and you want to ensure you attach them to a Customer.
It sounds like you aren't using Subscriptions within Stripe, correct?