Create invoice
The PayPal Create Invoice tool enables businesses to quickly generate professional invoice links for seamless payment collection. It streamlines billing by creating accurate, customizable invoices with essential details.
Features
- Generate PayPal invoice links with specified business name and email.
- Customize invoices with product name, amount, currency, and due dates.
- Apply discount and tax percentages directly within the invoice.
- Include personalized notes from the seller to customers.
- Ensure all invoices are created with validated input to prevent errors.
Benefits
- Speeds up the invoicing process and reduces manual work.
- Enhances professionalism with well-structured invoices.
- Improves cash flow by simplifying payment collection.
- Allows flexibility in pricing with discounts and taxes.
- Facilitates clear communication through custom seller notes.
Description
Creates PayPal Invoice Link
Parameters
9 parameters
| Name | Type | Description |
|---|---|---|
| business_namerequired | string | Company Name of the invoicer for which invoice has to be created, do not use example names, ask user for the specific name. |
| business_emailrequired | string | Company Email of the invoicer for which invoice has to be created, do not use example emails, ask user for the specific email. |
| product_namerequired | string | Product Name for which invoice has to be created |
| amount_valuerequired | number | Amount for which invoice has to be created |
| amount_currency_coderequired | string | 3 character currency code |
| due_date | string | Due date for the invoice should be in YYYY-MM-DD format only, for example 2018-11-30, if not provided set it for 30 days |
| note_from_seller | string | note to customer from invoicer regarding the purchase or payment |
| discount | string | Discount Percentage value that has to be applied for the invoice total amount, if user provides 8% set the value as 8 |
| tax | string | Sales Tax Percentage value that has to be applied for the invoice total amount, if user provides 8% set the value as 8 |