#BrianHHough
1 messages ยท Page 1 of 1 (latest)
Hello ๐
PaymentIntents API don't really generate an invoice. Are you trying to send email receipts?
https://stripe.com/docs/receipts
OR are you using invoicing feature?
Yes receipts. So it would allow the user to get a confirmation that they spent money.
And then a notification that the receiving user got paid.
Gotcha, so the email for the receipt should get sent out as long as you include their address in the receipt_email field on the payment intent
And to be clear, the receipt won't be sent out until the intent is successfully confirmed which may be a different step from creation
is there any limitaion when using the test key?
Yes, was actually about to mention it. In test mode we don't send out these emails automatically at all but you can send them out manually from the payment's page in your dashboard