#Auzzy - customer ID

1 messages · Page 1 of 1 (latest)

grave shell
#

Hello, that will be an ID that looks something like this cus_123456789

surreal cedar
#

How do I get it to be dynamic, and fetch the relevant Stripe Customer ID and Stripe Charge ID values each time a purchase takes place.

grave shell
#

Are you programming directly to our API to create customers?

#

When/where are you creating customers?

surreal cedar
#

This is for an affiliate program. So they will have already paid. Just trying to get information to Tapfiliate.

grave shell
#

I am unfamiliar with this flow, so some time after making a payment, you need to send this info to Tapfiliate?

#

What info on the payment do you have when you are at this step?

surreal cedar
#

Their name, email address and credit card information.

grave shell
#

So if you are not creating a new Customer for each transaction, you can look them up that way

#

Actually, at this point in your flow, do you have a reference to the PaymentIntent or Charge that was used to take payment from your user?

#

Those should have a customer field with the ID that you need

surreal cedar
#

If i use tap('trial', 'customer'); will that automatically pull the customer id?

grave shell
#

That is Tapfiliate code, it would be best to ask Tapfiliate how to use that

surreal cedar
#

They told me contact you guys

grave shell
#

We do not develop the code behind the tap function, only they can speak to that code.

Have you been able to look in to the Stripe API code solutions that I mentioned?

surreal cedar
#

The only thing is see is "id" that has the customer id

grave shell
#

I'm sorry but I am still very unclear on what you are doing here from the Stripe side. Can we take a step back and go over your process here?

#

Like how are you collecting payments via Stripe? What steps are you taking?