#Jul

1 messages · Page 1 of 1 (latest)

fickle maple
#

Hi 👋 How can we help?

flat isle
#

My stripe make guest customer before e real customers, i need to skip this fonction too only have customer. i don t find the spec to delete this fonction on the stripe docs

fickle maple
#

You can't

#

You have to explicitly create the customer on your end at the time of payment

#

Otherwise a guest customer is created.

flat isle
#

ok I

fickle maple
#

I recommend keeping customer data alongside an email so that they can easily be associated with all the relevant transactions

flat isle
#

firts paiement = guest , second paiement = customers ?

#

so, if i want limit the paiment per customer , this rules is wrong : ? Block if :total_charges_per_customer_daily: > 1

#

i have to find why the customers is not created at the time of payement <

fickle maple
#

I would create the customer first, then the first payment

#

That block rule won't work unless you create Customers on your account and use the Customer ID when creating charges