Hi there,
I’m creating payments with via API interface, how can I change the behavior that a confirmation e-mail is not automatically send every time I create a payment for a invoice?
BR Benjamin
Hi there,
I’m creating payments with via API interface, how can I change the behavior that a confirmation e-mail is not automatically send every time I create a payment for a invoice?
BR Benjamin
Hi,
I believe you can add send_email=true to send it.
Note: the web app uses the API, you can use the network tab in the browser console to see sample API requests.
Hi hillel,
that was a great hint! It’s payments?email_receipt=false .
Thank you so much!
BR Benjamin