Invoicing

Overview

Loop lets you create an invoice in Stripe and include a Loop payment link, and Loop will take care of the rest. Loop will mark the invoice as paid when funds are received (including the transaction hash) and ensure you get paid the full amount on the right chain in the right token. Any automations you have built off of closing invoices can now be automatically triggered.

Loop makes it easy to get paid in crypto.

Supported functionality

Invoice for one or multiple items

Invoice for new or existing customers

Include both fiat and crypto payment options

Charging taxes, coupons, or quantities > 1

Updating an invoice after a customer gave authorization (coming soon)

If the one-time product in Stripe has customized pricing, Loop will ultimately pull in the total amount of the invoice and show this amount on the checkout page.

Steps:

1. Create the invoice

  • Select the customer, and item you'd like to invoice for. Both can be new or existing.

  • Select request payment and chose the due date. Loop will schedule and process the payment on this date. If the date is in the past, Loop will process immediately.

  • Select a delivery method.

Check add Memo and add in the Loop payment link.

Loop offers an invoicing landing page where you can use a static payment link that you include in all invoices and your customer can type in their invoice number and amount to pay their bill.

https://checkout.loopcrypto.xyz/<entityID>

Conversely, you can pre-populate the payment link so that it takes the customer directly to their unique checkout page. However, the invoice number isn't created until after the invoice is finalized. Thus, this method works best if you are manually sending the invoice to the customer.

https://checkout.loopcrypto.xyz/<entityID>?invoiceId=<invoice_number>&invoiceAmount=<invoiceamount>

Example link:

  • Note, the amount is passed through in "hundreds", i.e. $3.00 = 300.

https://checkout.loopcrypto.xyz/<entityID>?invoiceId=5CF3CA7A-0011&invoiceAmount=300

3. (Optional): Edit the acceptable tokens

After you've created the invoice, you can edit the tokens and networks that you are willing to accept. To do this, head to the "one-time payments" page on the company dashboard, find the item you are billing for, and edit the accepted tokens/networks.

4. Getting paid

Customers have the option to schedule the date when they want the payment to process.

After the customer has successfully gone through the Loop checkout and the transaction is finalized, Loop will automatically mark the Stripe invoice as paid and include the transaction hash within the memo field of the payment.

Please note, payers will see an error message if any of the following is true:

  • invoice number entered isn’t found

  • the amount entered doesn’t match the invoice

  • the invoice is already paid

  • the invoice is in draft

Updating an invoice

If you update an invoice, Stripe will create a NEW invoice number. Payers can use the new number to provide authorization and pay.

Please note, if the payer gave authorization to the original invoice already, then you cannot update the invoice. We are adding functionality to enable this.

Last updated