InvoicePayment Links

Send payment email

POST
Trigger email to payer inviting them to make payment

Path parameters

invoiceIdstringRequired

Query parameters

attachInvoicebooleanOptional
Whether to attach the invoice to the email
POST
1curl -X POST "https://api.mercoa.com/invoice/:invoiceId/sendPayerEmail?attachInvoice=true" \
2 -H "Authorization: Bearer <token>"