Get in the payment processing business

We're working with several of the world's leading payment processors to support a “Pay Now” feature that can be offered by you or your customers.

Checkout form
Get paid faster

Our invoicing solution is just the beginning of an accelerated payment cycle. By sending invoices with click-through payment processing, you can expect to get paid more quickly.

Click-through Invoicing

Create and send branded invoices that offer customers to view the invoice and seamlessly click through to a payment link.

Faster Payments

Electronic invoices with integrated payment processing significantly reduce payment processing times.

Revenue Sharing

We can put you in the payments business. We charge for payment processing and will share the revenue with you.

How it works

Generate & Send Invoice

Either through our API or Invoicing App, create customized and locally compliant invoices that can be accessed via a link to an invoice page or PDF.

Include "Pay Now" Button

Invoices can include an embedded "Pay Now" button that supports immediate payment via credit cards or other methods.

Manage Receivables

Based on rules and messages tailored by you, we automatically follow up with customers with payment reminders that include embedded "Pay Now" links.

Share Payments Revenue

At the end of a defined period, you will receive payment from us based on the amount of payments revenue we generate together.

Generate & Send Invoice

For high-volume businesses, our API is the most common way to input data but we also offer a form-based UI as part of our invoicing app. In either case, everything is customized for your brand: logo, color pallette, messages, etc. We also ensure local tax compliance with options to automatically calculate sales taxes and report transactions in real-time to local tax authorities.

Branded invoices
Checkout form

Include "Pay Now" Button

As you configure your customized invoice format, you can also select the option to include a "Pay Now" button that makes it super simple for customers to click through for immediate payment, whether by credit card or other payment options.

Manage Receivables

While you hope that every customer will pay on time, the unfortunate reality is that you will have to chase some of them. This can not only take time, but it's also not an enjoyable task. Let us automate the task for you with rules-based follow up messages to late payers, an approach that has proven to reduce costs and accelerate payments.

Share Payments Revenue

Why outsource your entire payment processing workflow and not share in the revenue? We'll give you a portion of the revenue generated from credit card processing fees.

curl https://api.spaceinvoices.com/v1/organizations/:ID/documents \
  -H "Authorization: TOKEN" \
  -d '{ \
    "type": "invoice" \
    "_documentClient": { \
      "name": "Rocket man", \
      "email": "[email protected]", \
      "country": "USA" \
    }, \
    "_documentItems": [{ \
      "name": "Space suit", \
      "quantity": 1, \
      "price": 19500 \
    }], \
    "send": true \
 }'
let response = await fetch('https://api.spaceinvoices.com/v1/organizations/:ID/documents', {
  method: 'POST',
  headers: {
    Authorization: 'TOKEN'
  },
  body: {
    type: 'invoice',
    _documentClient: {
      name: 'Rocket man',
      email: '[email protected]',
      country: 'USA'
    },
    _documentItems: [{
      name: 'Space suit',
      country: 19500,
      country: 1
    }],
    send: true
  }
})
import requests
url = "https://api.spaceinvoices.com/v1/organizations/:ID/documents"
headers = {
  "Authorization": "TOKEN"
}
body = {
  "type": "invoice",
  "_documentClient": {
    "name": "Rocket man",
    "email": "[email protected]",
    "country": "USA"
  },
  "_documentItems": [{
    "name": "Space suit",
    "country": 19500,
    "country": 1
  }],
  "send": True
}
response = requests.post(url, data=body, headers=headers)
;

Start issuing Invoices, free!

Signup and start issuing compliant invoices from your software in minutes.
Or contact us to get a free implementation consultation.

Sign up Contact us