$this->handleError('Amount differs',E::ts('Amount is different from the authorised amount (%1, %2)',[1=>$intent->amount,2=>$this->getAmount($params)]),$params['stripe_error_url']);
* Send email receipts from Stripe by default (as this was what 5.x did). Add a setting under Administer->CiviContribute->Stripe Settings to enable/disable receipts from Stripe.
## Release 6.1.4
**This release fixes a MAJOR issue that caused duplicate payments to be taken when a new recurring contribution (subscription) was setup. All users of 6.x should upgrade.**
Please make sure you have read and followed the instructions under [Install](/install) first.
## Receipts
In addition to the receipts that CiviCRM can send, Stripe will send it's own receipt for payment by default.
If you wish to disable this under *Administer->CiviContribute->Stripe Settings* you can find a setting that allows you to disable Stripe from sending receipts:
* Allow Stripe to send a receipt for one-off payments?