#tematoconunoedo - Payment Notifications
1 messages ยท Page 1 of 1 (latest)
Sorry, what do you mean with "payment object"?๐
What types of Stripe records are you using?
Stripe sends Invoice receipt emails but I don't think we automate sending emails for Payment Intents
And I am unfamiliar with ManyChat and how they integrate with Stripe
Sorry i dont know enough about stripe, what do you mean with Stripe Records
Stripe is not sending email payment confirmation when a payment is succesfully done
The only way is to manually sent it by clicking the button "Send payment confirmation" in Stripe
Right and whether we would or not depends on what records are being created. If it's a Payment Intent (https://stripe.com/docs/payments/payment-intents) we wouldn't. But if it's an Invoice (https://stripe.com/docs/invoicing) and you have configured your Stripe account settings to send those emails then it should
But I want to have this automated
Okay...that is why I am asking what Stripe records you are using. How do you interact with Stripe?
Could you give me an example of a stripe records?
BOth of the docs I linked above are examples
The way the user interact with stripe is on instagram, there is a chatbot that sends him a button that opens a page (inside instagram) and then the user pay
With good explanations
ok let me see it
Ok let me see if I understand
I dont want to send automatic invoice to my customer after a payment. Just the receipt of the payment confirmation.
I also do not want to send notification for payment attempt
Intent*
Okay how are you interacting with Stripe. I still don't know what options you have
Im so confused
Please could you be more specific
How am I interact with stripe? through the web page i guess
๐
This is what are you asking?
And the customer interact with Stripe through a pop up page inside instagram
Sorry Im a beginner on Stripe
๐ฆ
Okay. So you use our Dashboard. When you go to Payments, what records do you see?
And when you look at one does the ID start with a pi_?
Those are Payment Methods, The PI one is a Payment Intent
but what ID are you asking. There's one above on the right corner, that one starts with "pi"
Yup
But below on payment method there's an ID stating with "pm"
but how does this help me?
I am trying to understand what Stripe records your integration interacts with. It will help me know where to look next
No, wait..yes
Okay so try going to this link and show. me what you see.
https://dashboard.stripe.com/settings/emails
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
This message says explains: "This configuration is ignored when a payment is done through the API and you you provide the parameter RECEIPT_EMAIL"
Could that be the problem? and why๐
That could be the problem. I assume the ManyChat integration is using the API.
Yes, is using it
Does ManyChat say "Stripe will send the email" or is it something they are offerring?
yes, let me share you
Here
And it is activated
Look, on stripe the "Receip_email" is null
that is the parameter that stripe mentioned ?
It is
I think you would need to ask ManyChat to collect the customer's email address and add it to the receipt_email field. Here we describe how it can be done: https://stripe.com/docs/receipts