#xrrnmrie-customer-link

1 messages · Page 1 of 1 (latest)

supple vineBOT
pulsar pewter
#

xrrnmrie-customer-link

#

@zealous finch no that's not possible. If you created a brand new Customer then you start "fresh"

zealous finch
#

oh I see, how about teh other way around? like creating a contact on the payment that has been captured in stripe

pulsar pewter
#

that's the same thing really

#

so no it's not possible

zealous finch
#

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?

supple vineBOT
pulsar pewter
#

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

zealous finch
#

hwo does SetupIntent, works?

slender magnet
#

👋 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

zealous finch
#

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

slender magnet
#

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?