Help your creators invoice you faster
If you are creator, you can bookmark a link to a prefilled form with all your information stored.
If you are a brand, you can create a custom link that prefills the invoice form with your brand information and other details. This makes it easier for creators to invoice you correctly.
Simply add query parameters to the URL like this:
https://www.prettysimpleinvoices.com/?brand_name=Your%20Brand&invoice_amount=1000
creator_name
- Creator's full namecreator_email
- Creator's email addresscreator_address
- Creator's physical addresscreator_platform
- Social media platform (Instagram, TikTok, YouTube, Twitch, Other)creator_handle
- Username/handle on the platformbrand_name
- Brand/company namebrand_address
- Brand physical addressinvoice_service
- Description of services providedinvoice_amount
- Amount to be invoiced (numeric value)invoice_currency
- Currency code (USD, EUR, GBP, JPY, AUD)invoice_payment_details
- Payment account detailsinvoice_tax_rate
- Tax percentage (numeric value)invoice_no
- Custom invoice numberinvoice_date
- Invoice date (YYYY-MM-DD format)invoice_due_date
- Due date (YYYY-MM-DD format)invoice_notes
- Additional notes for the invoicepayment_paypal=0
- Disable PayPal as a payment optionpayment_bank_account=0
- Disable Bank Account as a payment optionpayment_venmo=0
- Disable Venmo as a payment optionpayment_other=0
- Disable Other as a payment optionFor multiline text fields (like addresses), you can use %0A
to create line breaks:
brand_address=123%20Main%20Street%0ASuite%20101%0ANew%20York,%20NY%2010001
This will display as:
Here's a complete example with multiple parameters:
https://www.prettysimpleinvoices.com/?brand_name=Acme%20Inc&brand_email=invoices@acme.com&brand_address=123%20Business%20Ave%0ASuite%20500%0ASan%20Francisco,%20CA%2094107&invoice_service=Instagram%20Promotion&invoice_amount=500&invoice_currency=USD&payment_venmo=0