Create InvoiceCopy Pagepost https://business.mamopay.com/manage_api/v1/invoices/invoicesAPI to create and send an invoice to a customer via email.Body Paramsamountnumberrequired≥ 0Defaults to 123The invoice amount to be charged to the customer.amount_currencystringenumrequiredDefaults to AEDCurrency code for the invoice amount. See examples for more details.AEDUSDEURGBPSARAllowed:AEDUSDEURGBPSARemailstringrequiredThe customer's email address where the invoice will be sent.descriptionstringA description of the invoice. This will appear on the invoice sent to the customer.customer_typestringenumDefaults to individualThe type of customer receiving the invoice.individualbusinessAllowed:individualbusinessfirst_namestringThe first name of the customer.last_namestringThe last name of the customer.phone_numberstringThe customer's phone number.vat_enabledbooleanDefaults to falseWhether VAT should be applied and displayed on the invoice.truefalseadditional_headingstringAn optional heading that will appear as additional information on the invoice.additional_detailsstringOptional additional details or notes to include on the invoice.additional_cc_emailsarray of stringsA list of additional email addresses to CC when the invoice is sent.additional_cc_emailsADD stringinclude_external_idbooleanDefaults to falseWhether to display the external ID on the invoice.truefalseexternal_idstringAn external reference ID of your choice to associate with this invoice.processing_fee_percentagenumber | null≥ 0A processing fee percentage to be added on top of the invoice amount and charged to the customer.processing_fee_amountnumber | null≥ 0A fixed processing fee amount to be added on top of the invoice amount and charged to the customer.Responses 200Successful response 403Unauthorised 422Unprocessable entity 500Unexpected errorUpdated 3 months ago Reverse PaymentSubscriptionsDid this page help you?YesNo