old_Loopcrypto.xyz
  • Introduction
  • Supported networks and tokens
  • Loop + Frames
  • Learn
    • How Loop works
    • Core components
      • Collecting authorization
        • Enabling payment on multiple networks
        • Accepting ETH and MATIC
      • Sending payment requests
      • Checking a customer's balance & allowance
      • Receipts and reminders
      • Customer portal
    • Loop + your financial stack
      • Linking on-chain transactions with invoices in your ERP system
      • Connecting with accounting software
      • Crypto off-ramp
    • Case studies
  • Dashboard functionality
    • Subscriptions
      • Free trials, discounts and more
      • Auto-invoicing
      • Auto-cancelations
    • One-time payments
    • Scheduling outbound payments
      • Internal notes
    • Editing an upcoming payment
    • Payments for platforms
  • Integrations
    • Stripe + Loop
      • Getting setup
      • Stripe Connect setup
      • Subscriptions
        • Free trials
        • Upgrading a customer or editing a subscription's products
      • Invoicing
      • One-time payments
      • Coupon codes
      • Stripe Connect - Subscriptions
      • FAQs about Stripe integration
    • Chargebee + Loop
      • Getting setup
      • Subscriptions
      • One-time payments
      • Coupon codes
    • Quickbooks + Loop
      • Invoicing
    • Xero + Loop
      • Invoicing
    • Ghost.org + Loop
    • Zapier + Loop
    • Manually add integrations
  • Technical Docs
    • APIs
      • Entity
        • Adding child entities
        • Adding user to child entity
        • Get child entities
      • Items
        • Adding items
          • Item types
          • Categories
        • Retrieving an item
        • Updating an item
        • Deactivating an item
      • Agreements
      • Transfer requests
        • Signing transfer requests
        • Loop CLI
        • Canceling transfer requests
        • Transfer request status
        • Handling unfulfilled transfer requests
        • Validations
      • Webhooks
        • Checking webhook signatures
        • Demo App
        • Slack, Airtable, Discord, Telegram
    • Archeticture
      • Smart contract
        • Deploying your smart contract
          • Modifying smart contract properties
      • Collecting authorization
        • Checkout page
          • Additional functionality
          • Add "pay with crypto" button
        • Checkout widget
          • NPM package readme
        • Checkout parameter examples
      • Providing on-chain payment based access
        • Subscription gated communities
    • Loop SDK
      • Verify Webhook
      • Transfers
      • Error Handling
      • Generating API keys
    • Sample guide: Collect a subscription or one-time payment
    • Integrating the Loop Protocol into your dApp
      • Payroll applications
      • Loan platforms (credit cards, BNPL)
    • Security
      • API Authentication
      • Securing with signatures
      • API Trust assumptions
      • Audits
  • FAQs
  • Company Dashboard
  • Loop Portal
Powered by GitBook
On this page
  • Overview
  • Steps:
  • Add Loop payment link as a default option
  • Updating an invoice
  1. Integrations
  2. Stripe + Loop

Invoicing

PreviousUpgrading a customer or editing a subscription's productsNextOne-time payments

Last updated 7 months ago

Overview

Loop lets you create an invoice in Stripe and include a Loop payment link, and Loop will take care of the rest. Set this payment link as a default payment option and never think about adding your wallet address again.

  • Loop will mark the invoice as paid when funds are received (including the transaction hash)

  • 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

  • Send you a message letting you know you got paid

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.

2. Add the Loop checkout link

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

Add Loop payment link as a default option

Settings -> billings -> invoices -> default memo field

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.

✅
✅
✅
✅
❌