#yohana2211

1 messages · Page 1 of 1 (latest)

loud bisonBOT
patent ferry
#

Hi
Could you please share more details?

terse viper
#

I have integrated with Stripe JS, but after client pay .. not receiving a confirmation email

patent ferry
#

Can you share a PaymentIntent id ?

terse viper
#

pi_3NSF8DLibZt8EYKW3O6NP3m1

patent ferry
terse viper
#

I did that on the server side when creating an intent .. but is not showing

patent ferry
#

Ah correct, I see it in the creation request req_ZqXdxEJHr45rfj let me check more..

terse viper
patent ferry
#

When confirming the Payment, I'm seeing that receipt is being overrided by empty char: req_1RUtcdtVyFPD4b

#

Could you please share how are you confirming the payment(frontend) ?

terse viper
#

ok

patent ferry
#

Between, you've received a receipt email on your email at Jul 10th 2023 8:14:29 am UTC

#

Wasn't that email that you are expecting actually ?

loud bisonBOT
terse viper
#

I have set it manually from the dashboard ... was not automated

honest socket
#

Hi! I'm taking over this thread.

#

You can see receipt_email: "".

terse viper
#

Yes .. I have set that on the server side ... Do you need me to set on fron JS as well?

honest socket
#

What you are currently doing:

  • Set it on the backend (correct)
  • And then ovverride it with "" on the frontend (not correct)
#

To solve this, simply do not pass receipt_email on the frontend at all.

terse viper
#

Let me change that

#

Is this correct?

honest socket
#

completely remove the line receipt_email from the frontend, since it's already set on the backend.

terse viper
#

Got it .. right away

honest socket
#

Yes

terse viper
#

Let's test now

#

Great .. is working now .. thanks @honest socket