#akram.alsaidi
1 messages ยท Page 1 of 1 (latest)
yep
sorry for keeping you waiting
I think your code should be fine
is it failing? do you have any request ID example of that?
ok perfect
next question
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
how can i pass param for email my account ?
or any username
I don't really follow, would you mind elaborating?
i need to send email for user who is paid and email for my account has stripe account
as for your Account, you need to listen to the webhook events
with this 'invoice_creation
' => ['enabled
' => true], can send email ?
this would send an invoice
to the customer
but you can just send a receipt
if you don't really need an invoice
sure i need receipt for me
by live just ?
the receipt is sent to the customer
yes only in live mode
i need 2 email one for customer and one for me
as I explained, you don't get an email, the way to handle this is by using webhooks
have you checked any of the links I sent you earlier?
if you really need an email, you can leverage your webhook endpoint code to send you the email
but i thought able by data returned after paid