Unfortunately, this feature is not supported on mobile devices. For the best experience, please use a computer.

Core APIs (latest)

Introduction

The Rebilly API is built on HTTP and is RESTful. It has predictable resource URLs and returns HTTP response codes to indicate errors. It also accepts and returns JSON in the HTTP body. Use your favorite HTTP/REST library in your programming language when using this API, or use one of the Rebilly SDKs, which are available in PHP and JavaScript.

Every action in the Rebilly UI is supported by an API which is documented and available for use, so that you may automate any necessary workflows or processes. This API reference documentation contains the most commonly integrated resources.

Authentication

This topic describes the different forms of authentication that are available in the Rebilly API, and how to use them.

Rebilly offers four forms of authentication: secret key, publishable key, JSON Web Tokens, and public signature key.

  • Secret API key: Use to make requests from the server side. Never share these keys. Keep them guarded and secure.
  • Publishable API key: Use in your client-side code to tokenize payment information.
  • JWT: Use to make short-life tokens that expire after a set period of time.

Manage API keys

To create or manage API keys, select one of the following:

For more information on API keys, see API keys.

Errors

Rebilly follows the error response format proposed in RFC 9457, which is also known as Problem Details for HTTP APIs. As with any API responses, your client must be prepared to gracefully handle additional members of the response.

SDKs

Rebilly provides a JavaScript SDK and a PHP SDK to help interact with the Rebilly API. However, no SDK is required to use the API.

Rebilly also provides FramePay, a client-side iFrame-based solution, to help create payment tokens while minimizing PCI DSS compliance burdens and maximizing your customization ability. FramePay interacts with the payment tokens creation operation.

JavaScript SDK

For installation and usage instructions, see SDKs. All JavaScript SDK code examples are included in the API reference documentation.

PHP SDK

For installation and usage instructions, see SDKs. All SDK code examples are included in the API reference documentation. To use them, you must configure the $client as follows:

$client = new Rebilly\Client([
    'apiKey' => 'YourApiKeyHere',
    'baseUrl' => 'https://api.rebilly.com',
]);

Get started

The full Rebilly API has over 500 operations. This is likely more than you may need to implement your use cases. If you would like to implement a particular use case, contact Rebilly for guidance and feedback on the best API operations to use for the task.

To integrate Rebilly, and learn about related resources and concepts, see Get started.

Download OpenAPI description
Languages
Servers
Mock server
https://www.rebilly.com/_mock/docs/dev-docs/api/
Sandbox server
https://api-sandbox.rebilly.com/organizations/{organizationId}/
Live server
https://api.rebilly.com/organizations/{organizationId}/

Customers

Use these operations to manage customers. A customer is an entity that purchases goods or services from you (a merchant), and is the payee in any transaction that is credited to you. Customers are associated with payment instruments, subscriptions, invoices, and other related resources.

In other systems, customers may be referred to as accounts, clients, members, patrons, or players. For information on the customer resource, see Resources.

Operations

Customer authentication

Use these operations to validate the identity of users and manage authentication credentials.

Operations

Tags

Use tags to organize and categorize customers or KYC documents based on keywords.

Operations

Customers timeline

Use customer timelines to maintain an audit trail of changes and activity for each customer.

Operations

Payment instruments

Use these operations to manage payment instruments. Payment instrument is a term which describes any means of making a digital payment, such as: credit cards, debit cards, direct debits, payment service providers, and digital wallets.

For more information on payment instruments, see Payment instruments.

OperationsWebhooks

Payment tokens

Use payment tokens to reduce the scope of PCI DSS compliance.

A payment token can be made using a different authentication scheme (public key authentication), which enables you to create a payment token directly from the browser. This bypasses the need to send sensitive cardholder info to your servers. We recommend using this with the FramePay library, which helps you integrate a form into this API resource and create payment tokens.

Operations

Transactions

Use these operations to:

  • set up payment instruments for payments
  • authorize and hold funds
  • capture funds
  • make payments
  • make payouts
  • refund transactions.
Operations

Disputes

Use these operations to manage disputes. A dispute occurs when a customer contests a charge to their account. The dispute and related information is made available to the merchant by the bank or credit card company. The merchant then has the option to represent the charge and win the case. This process is called dispute resolution. If the merchant is unable to represent the charge, the card issuer typically reverses the sale and adds fees on top of the charge. This process is called a chargeback.

OperationsWebhooks

Fees

Use fees to reconcile transactions with applicable fees and discount rates. Fees are not applied directly to transaction amounts, they do not modify the transaction amount. Fees help to describe each part of the transaction amount.

Important: These operations are experimental and may change.

Operations

Transactions timeline

Use transaction timelines to maintain an audit trail of changes and activity for each transaction.

Operations

Orders

Use these operations to manage customer orders. An order is a customer's request to purchase items. It can contain subscription and one-time sale items. When an order contains one or more subscription items, it is a subscription order.

An order generates an invoice. A subscription order generates an invoice for each service period. For more information, see Orders.

Operations

Invoices

Use invoices to bill for the goods or services that you provide. If your invoice includes subscription items, it also includes the corresponding service periods and prices.

Operations

Retrieve invoices

Request

Retrieves a list of invoices.

Query
filterstring

Filters the collection items. This field requires a special format. Use , for multiple allowed values. Use ; for multiple fields.

For more information, see Using filter with collections.

sortArray of strings

Sorts and orders the collection of items. To sort in descending order, prefix with -. Multiple fields can be sorted by separating each with ,.

limitinteger[ 0 .. 1000 ]

Limits the number of collection items to be returned.

offsetinteger[ 0 .. 1000 ]

Specifies the starting point within the collection of items to be returned.

qstring

Use this field to perform a partial search of text fields.

expandstring

Expands a request to include embedded objects within the _embedded property of the response. This field accepts a comma-separated list of objects.

For more information, see Expand to include embedded objects.

curl -i -X GET \
  'https://www.rebilly.com/_mock/docs/dev-docs/api/invoices?expand=string&filter=string&limit=1000&offset=1000&q=string&sort=string' \
  -H 'REB-APIKEY: YOUR_API_KEY_HERE'
Experience it firsthand in the API Explorer!

Responses

List of invoices retrieved.

Headers
Pagination-Totalinteger

Total number of items.

Example:

332

Pagination-Limitinteger

Maximum number of items per page.

Example:

100

Pagination-Offsetinteger

Specifies the starting point within the collection of resource results. For example, a request with limit=20 retrieves and displays the first 20 results on a page. A following request with limit=20 and offset=20, retrieves the next page of 20 results.

Example:

2

Bodyapplication/jsonArray [
idstring<= 50 charactersread-only

ID of the invoice.

Example:

"in_0YVF9605RKC62BP14NE2R7V2XT"

websiteIdstring(WebsiteId)<= 50 charactersrequired
invoiceNumberintegerread-only

Auto-incrementing number based on the sequence of invoices for any particular customer.

orderIdstring or nullread-only

ID of the order (experimental).

Example:

"ord_01GYJPRKHBD6ZYHH897QCJMBS4"

subscriptionIdstring<= 50 charactersread-only

ID of the related subscription order, if available. This field is null if there are no related subscription orders.

Example:

"sub_01HRF27SATGE4Z6PBJE6PD8328"

quoteIdstring or null<= 50 charactersread-only

ID of the related quote, if available. This field is null if there are no related quotes.

Example:

"qt_0YV7DES3WPC5J8JD8QTVNZBZNZ"

currencystring(CurrencyCode)= 3 charactersrequired

Currency code in ISO 4217 format.

amountnumber(double)read-only

Amount of the invoice.

amountDuenumber(double)read-only

Amount that is due on the invoice.

subtotalAmountnumber(double)read-only

Subtotal amount of the invoice.

discountAmountnumber(double)read-only

Discount amount that is applied to the invoice.

shippingobject(Shipping)

Shipping settings.

taxobject(Taxes)

Taxes.

organizationTaxIdNumberobject or null

Organization tax ID number that is displayed on the invoice.

customerTaxIdNumberobject or null

Customer tax ID number that is displayed on the invoice.

billingAddressobject(ContactObject)

Contact's information.

deliveryAddressobject(ContactObject)

Contact's information.

poNumberstring or null<= 50 characters

Purchase order number that is displayed on the invoice.

Example:

"PO123456"

notesstring<= 65535 characters

Notes for the customer that are displayed on the invoice.

itemsArray of objects(InvoiceItem)read-only

Invoice items array.

discountsArray of objectsread-only

Discounts applied.

autopayScheduledTimestring or null(date-time)

Date and time when an automatic payment (autopay) is scheduled.

autopayRetryNumberinteger>= 0read-only

Number of times that an automatic payment (autopay) has been attempted on an invoice.

Default 0
statusstringread-only

Status of the invoice.

Enum"draft""quotation""unpaid""paid""partially-paid""past-due""abandoned""voided""partially-refunded""refunded"
delinquentCollectionPeriodintegerread-only

Length of time, in days, between when the invoice is due and when the invoice is paid.

collectionPeriodintegerread-only

Length of time, in days, between when the invoice is issued and when the invoice is paid.

abandonedTimestring or null(date-time)read-only

Date and time when the invoice is abandoned.

voidedTimestring or null(date-time)read-only

Date and time when the invoice is voided.

paidTimestring or null(date-time)read-only

Date and time when the invoice is paid.

dueTimestring(date-time)

Date and time when the invoice is due for payment.

issuedTimestring(date-time)(ServerTimestamp)read-only

Read-only timestamp in ISO 8601 date-time format.

createdTimestring(date-time)(CreatedTime)read-only

Date and time which is set automatically when the resource is created.

updatedTimestring(date-time)(UpdatedTime)read-only

Date and time which updates automatically when the resource is updated.

paymentFormUrlstring or null(url)read-only

URL where the customer is redirected to pay the invoice using one of the methods which are available to the customer. This is an alternative to creating a new transaction with empty methods.

customerIdstring<= 50 charactersrequired

ID of the customer resource.

Example:

"cus_0YV7DDSDD1C8DA64KHH2W33CPF"

transactionsArray of objects(Transaction)<= 10 itemsread-only

Invoice transactions array.

retryInstructionobject or null

Invoice payment retry instruction. This object specifies how to proceed if a payment related to the invoice fails.

revisionintegerread-only

Number of times the invoice data has been modified.

Use the revision number when analyzing webhook data to determine if a change should take precedence over the current representation.

typestringread-only

Type of invoice.

Enum"initial""renewal""interim""cancellation""one-time""refund""charge""one-time-sale"
dueReminderTimestring or null(date-time)read-only

Date and time when a past due reminder event is triggered.

dueReminderNumberinteger or nullread-only

Number of past due reminder events that have been triggered.

organizationIdstring<= 50 charactersread-only

Unique organization identifier. An organization is an entity that represents a company. For more information, see Obtain an organization ID.

Example:

"org_0YVDM8RC7GDADADSBSMW124JA8"

delinquencyTimestring or null(date-time)

Date and time when the related order is considered delinquent, and is canceled. If this value is null, no delinquency time is configured. If the dueTime of the order becomes greater than the delinquencyTime value, the delinquencyTime value becomes equal to dueTime.

If an invoice is not related to an order, this field can only be null.

Default null
_linksArray of objectsread-only

Related links.

_embeddedobjectread-only

Embedded objects that are requested by the expand query parameter.

]
Response
application/json
[ { "id": "in_0YVF9605RKC62BP14NE2R7V2XT", "websiteId": "web_0YV7DE4Z26DQSA1AC92FBJ7SEG", "invoiceNumber": 0, "orderId": "ord_01GYJPRKHBD6ZYHH897QCJMBS4", "subscriptionId": "sub_01HRF27SATGE4Z6PBJE6PD8328", "quoteId": "qt_0YV7DES3WPC5J8JD8QTVNZBZNZ", "currency": "USD", "amount": 0.1, "amountDue": 0.1, "subtotalAmount": 0.1, "discountAmount": 0.1, "shipping": {}, "tax": {}, "organizationTaxIdNumber": {}, "customerTaxIdNumber": {}, "billingAddress": {}, "deliveryAddress": {}, "poNumber": "PO123456", "notes": "string", "items": [], "discounts": [], "autopayScheduledTime": "2019-08-24T14:15:22Z", "autopayRetryNumber": 0, "status": "draft", "delinquentCollectionPeriod": 0, "collectionPeriod": 0, "abandonedTime": "2019-08-24T14:15:22Z", "voidedTime": "2019-08-24T14:15:22Z", "paidTime": "2019-08-24T14:15:22Z", "dueTime": "2019-08-24T14:15:22Z", "issuedTime": "2019-08-24T14:15:22Z", "createdTime": "2019-08-24T14:15:22Z", "updatedTime": "2019-08-24T14:15:22Z", "paymentFormUrl": "string", "customerId": "cus_0YV7DDSDD1C8DA64KHH2W33CPF", "transactions": [], "retryInstruction": {}, "revision": 0, "type": "initial", "dueReminderTime": "2019-08-24T14:15:22Z", "dueReminderNumber": 0, "organizationId": "org_0YVDM8RC7GDADADSBSMW124JA8", "delinquencyTime": null, "_links": [], "_embedded": {} } ]

Create an invoice

Request

Creates an invoice.

Bodyapplication/jsonrequired

Invoice resource.

websiteIdstring(WebsiteId)<= 50 charactersrequired
currencystring(CurrencyCode)= 3 charactersrequired

Currency code in ISO 4217 format.

shippingobject(Shipping)

Shipping settings.

taxobject(Taxes)

Taxes.

organizationTaxIdNumberobject or null

Organization tax ID number that is displayed on the invoice.

customerTaxIdNumberobject or null

Customer tax ID number that is displayed on the invoice.

billingAddressobject(ContactObject)

Contact's information.

deliveryAddressobject(ContactObject)

Contact's information.

poNumberstring or null<= 50 characters

Purchase order number that is displayed on the invoice.

Example:

"PO123456"

notesstring<= 65535 characters

Notes for the customer that are displayed on the invoice.

autopayScheduledTimestring or null(date-time)

Date and time when an automatic payment (autopay) is scheduled.

dueTimestring(date-time)

Date and time when the invoice is due for payment.

customerIdstring<= 50 charactersrequired

ID of the customer resource.

Example:

"cus_0YV7DDSDD1C8DA64KHH2W33CPF"

retryInstructionobject or null

Invoice payment retry instruction. This object specifies how to proceed if a payment related to the invoice fails.

delinquencyTimestring or null(date-time)

Date and time when the related order is considered delinquent, and is canceled. If this value is null, no delinquency time is configured. If the dueTime of the order becomes greater than the delinquencyTime value, the delinquencyTime value becomes equal to dueTime.

If an invoice is not related to an order, this field can only be null.

Default null
curl -i -X POST \
  https://www.rebilly.com/_mock/docs/dev-docs/api/invoices \
  -H 'Content-Type: application/json' \
  -H 'REB-APIKEY: YOUR_API_KEY_HERE' \
  -d '{
    "websiteId": "web_0YV7DE4Z26DQSA1AC92FBJ7SEG",
    "currency": "USD",
    "shipping": {
      "amount": 0.1,
      "calculator": "manual"
    },
    "tax": {
      "calculator": "manual",
      "items": [
        {
          "amount": 0.1,
          "description": "string"
        }
      ]
    },
    "organizationTaxIdNumber": {
      "type": "eu-vat",
      "value": "GB980780684"
    },
    "customerTaxIdNumber": {
      "type": "eu-vat",
      "value": "GB980780684"
    },
    "billingAddress": {
      "firstName": "Benjamin",
      "lastName": "Franklin",
      "organization": "Rebilly",
      "address": "36 Craven St",
      "address2": "^w$",
      "city": "Austin",
      "region": "Texas",
      "country": "GB",
      "postalCode": "WC2N 5NF",
      "phoneNumbers": [
        {
          "label": "main",
          "value": "512-710-1640",
          "primary": true
        }
      ],
      "emails": [
        {
          "label": "main",
          "value": "rebilly@example.com",
          "primary": true
        }
      ],
      "dob": "1980-04-01",
      "jobTitle": "CEO"
    },
    "deliveryAddress": {
      "firstName": "Benjamin",
      "lastName": "Franklin",
      "organization": "Rebilly",
      "address": "36 Craven St",
      "address2": "^w$",
      "city": "Austin",
      "region": "Texas",
      "country": "GB",
      "postalCode": "WC2N 5NF",
      "phoneNumbers": [
        {
          "label": "main",
          "value": "512-710-1640",
          "primary": true
        }
      ],
      "emails": [
        {
          "label": "main",
          "value": "rebilly@example.com",
          "primary": true
        }
      ],
      "dob": "1980-04-01",
      "jobTitle": "CEO"
    },
    "poNumber": "PO123456",
    "notes": "string",
    "autopayScheduledTime": "2019-08-24T14:15:22Z",
    "dueTime": "2019-08-24T14:15:22Z",
    "customerId": "cus_0YV7DDSDD1C8DA64KHH2W33CPF",
    "retryInstruction": {
      "attempts": [
        {
          "scheduleInstruction": {
            "method": "date-interval",
            "duration": 1,
            "unit": "second",
            "anchor": {
              "method": "day-of-month",
              "day": 1,
              "time": "14:15:22Z"
            }
          },
          "amountAdjustmentInstruction": {
            "method": "partial",
            "value": 0.1,
            "type": "percent",
            "afterApprovalPolicy": {
              "method": "none"
            }
          },
          "tryBackupInstruments": false
        }
      ],
      "afterAttemptPolicies": [
        "change-subscription-renewal-time"
      ],
      "afterRetryEndPolicies": [
        "abandon-invoice"
      ]
    },
    "delinquencyTime": null
  }'
Experience it firsthand in the API Explorer!

Responses

Invoice created.

Headers
Locationstring(uri)

Location of the related resource.

Example:

"https://api.rebilly.com/example"

Bodyapplication/json
idstring<= 50 charactersread-only

ID of the invoice.

Example:

"in_0YVF9605RKC62BP14NE2R7V2XT"

websiteIdstring(WebsiteId)<= 50 charactersrequired
invoiceNumberintegerread-only

Auto-incrementing number based on the sequence of invoices for any particular customer.

orderIdstring or nullread-only

ID of the order (experimental).

Example:

"ord_01GYJPRKHBD6ZYHH897QCJMBS4"

subscriptionIdstring<= 50 charactersread-only

ID of the related subscription order, if available. This field is null if there are no related subscription orders.

Example:

"sub_01HRF27SATGE4Z6PBJE6PD8328"

quoteIdstring or null<= 50 charactersread-only

ID of the related quote, if available. This field is null if there are no related quotes.

Example:

"qt_0YV7DES3WPC5J8JD8QTVNZBZNZ"

currencystring(CurrencyCode)= 3 charactersrequired

Currency code in ISO 4217 format.

amountnumber(double)read-only

Amount of the invoice.

amountDuenumber(double)read-only

Amount that is due on the invoice.

subtotalAmountnumber(double)read-only

Subtotal amount of the invoice.

discountAmountnumber(double)read-only

Discount amount that is applied to the invoice.

shippingobject(Shipping)

Shipping settings.

taxobject(Taxes)

Taxes.

organizationTaxIdNumberobject or null

Organization tax ID number that is displayed on the invoice.

customerTaxIdNumberobject or null

Customer tax ID number that is displayed on the invoice.

billingAddressobject(ContactObject)

Contact's information.

deliveryAddressobject(ContactObject)

Contact's information.

poNumberstring or null<= 50 characters

Purchase order number that is displayed on the invoice.

Example:

"PO123456"

notesstring<= 65535 characters

Notes for the customer that are displayed on the invoice.

itemsArray of objects(InvoiceItem)read-only

Invoice items array.

discountsArray of objectsread-only

Discounts applied.

autopayScheduledTimestring or null(date-time)

Date and time when an automatic payment (autopay) is scheduled.

autopayRetryNumberinteger>= 0read-only

Number of times that an automatic payment (autopay) has been attempted on an invoice.

Default 0
statusstringread-only

Status of the invoice.

Enum"draft""quotation""unpaid""paid""partially-paid""past-due""abandoned""voided""partially-refunded""refunded"
delinquentCollectionPeriodintegerread-only

Length of time, in days, between when the invoice is due and when the invoice is paid.

collectionPeriodintegerread-only

Length of time, in days, between when the invoice is issued and when the invoice is paid.

abandonedTimestring or null(date-time)read-only

Date and time when the invoice is abandoned.

voidedTimestring or null(date-time)read-only

Date and time when the invoice is voided.

paidTimestring or null(date-time)read-only

Date and time when the invoice is paid.

dueTimestring(date-time)

Date and time when the invoice is due for payment.

issuedTimestring(date-time)(ServerTimestamp)read-only

Read-only timestamp in ISO 8601 date-time format.

createdTimestring(date-time)(CreatedTime)read-only

Date and time which is set automatically when the resource is created.

updatedTimestring(date-time)(UpdatedTime)read-only

Date and time which updates automatically when the resource is updated.

paymentFormUrlstring or null(url)read-only

URL where the customer is redirected to pay the invoice using one of the methods which are available to the customer. This is an alternative to creating a new transaction with empty methods.

customerIdstring<= 50 charactersrequired

ID of the customer resource.

Example:

"cus_0YV7DDSDD1C8DA64KHH2W33CPF"

transactionsArray of objects(Transaction)<= 10 itemsread-only

Invoice transactions array.

retryInstructionobject or null

Invoice payment retry instruction. This object specifies how to proceed if a payment related to the invoice fails.

revisionintegerread-only

Number of times the invoice data has been modified.

Use the revision number when analyzing webhook data to determine if a change should take precedence over the current representation.

typestringread-only

Type of invoice.

Enum"initial""renewal""interim""cancellation""one-time""refund""charge""one-time-sale"
dueReminderTimestring or null(date-time)read-only

Date and time when a past due reminder event is triggered.

dueReminderNumberinteger or nullread-only

Number of past due reminder events that have been triggered.

organizationIdstring<= 50 charactersread-only

Unique organization identifier. An organization is an entity that represents a company. For more information, see Obtain an organization ID.

Example:

"org_0YVDM8RC7GDADADSBSMW124JA8"

delinquencyTimestring or null(date-time)

Date and time when the related order is considered delinquent, and is canceled. If this value is null, no delinquency time is configured. If the dueTime of the order becomes greater than the delinquencyTime value, the delinquencyTime value becomes equal to dueTime.

If an invoice is not related to an order, this field can only be null.

Default null
_linksArray of objectsread-only

Related links.

_embeddedobjectread-only

Embedded objects that are requested by the expand query parameter.

Response
application/json
{ "id": "in_0YVF9605RKC62BP14NE2R7V2XT", "websiteId": "web_0YV7DE4Z26DQSA1AC92FBJ7SEG", "invoiceNumber": 0, "orderId": "ord_01GYJPRKHBD6ZYHH897QCJMBS4", "subscriptionId": "sub_01HRF27SATGE4Z6PBJE6PD8328", "quoteId": "qt_0YV7DES3WPC5J8JD8QTVNZBZNZ", "currency": "USD", "amount": 0.1, "amountDue": 0.1, "subtotalAmount": 0.1, "discountAmount": 0.1, "shipping": { "amount": 0.1, "calculator": "manual" }, "tax": { "calculator": "manual", "amount": 0, "items": [] }, "organizationTaxIdNumber": { "type": "eu-vat", "value": "GB980780684" }, "customerTaxIdNumber": { "type": "eu-vat", "value": "GB980780684" }, "billingAddress": { "firstName": "Benjamin", "lastName": "Franklin", "organization": "Rebilly", "address": "36 Craven St", "address2": "^w$", "city": "Austin", "region": "Texas", "country": "GB", "postalCode": "WC2N 5NF", "phoneNumbers": [], "emails": [], "dob": "1980-04-01", "jobTitle": "CEO", "hash": "056ae6d97c788b9e98b049ebafd7b229bf852221" }, "deliveryAddress": { "firstName": "Benjamin", "lastName": "Franklin", "organization": "Rebilly", "address": "36 Craven St", "address2": "^w$", "city": "Austin", "region": "Texas", "country": "GB", "postalCode": "WC2N 5NF", "phoneNumbers": [], "emails": [], "dob": "1980-04-01", "jobTitle": "CEO", "hash": "056ae6d97c788b9e98b049ebafd7b229bf852221" }, "poNumber": "PO123456", "notes": "string", "items": [ {} ], "discounts": [ {} ], "autopayScheduledTime": "2019-08-24T14:15:22Z", "autopayRetryNumber": 0, "status": "draft", "delinquentCollectionPeriod": 0, "collectionPeriod": 0, "abandonedTime": "2019-08-24T14:15:22Z", "voidedTime": "2019-08-24T14:15:22Z", "paidTime": "2019-08-24T14:15:22Z", "dueTime": "2019-08-24T14:15:22Z", "issuedTime": "2019-08-24T14:15:22Z", "createdTime": "2019-08-24T14:15:22Z", "updatedTime": "2019-08-24T14:15:22Z", "paymentFormUrl": "string", "customerId": "cus_0YV7DDSDD1C8DA64KHH2W33CPF", "transactions": [ {} ], "retryInstruction": { "attempts": [], "afterAttemptPolicies": [], "afterRetryEndPolicies": [] }, "revision": 0, "type": "initial", "dueReminderTime": "2019-08-24T14:15:22Z", "dueReminderNumber": 0, "organizationId": "org_0YVDM8RC7GDADADSBSMW124JA8", "delinquencyTime": null, "_links": [ {} ], "_embedded": { "customer": {}, "website": {}, "organization": {}, "leadSource": {}, "shippingRate": {} } }

Retrieve an invoice

Request

Retrieves an invoice with a specified ID.

Path
idstring<= 50 characters^[@~\-\.\w]+$required

ID of the resource.

Query
expandstring

Expands a request to include embedded objects within the _embedded property of the response. This field accepts a comma-separated list of objects.

For more information, see Expand to include embedded objects.

Headers
Acceptstring

Type of response media.

Default application/json
Enum"application/json""application/pdf"
curl -i -X GET \
  'https://www.rebilly.com/_mock/docs/dev-docs/api/invoices/{id}?expand=string' \
  -H 'Accept: application/json' \
  -H 'REB-APIKEY: YOUR_API_KEY_HERE'
Experience it firsthand in the API Explorer!

Responses

Invoice retrieved.

Body
idstring<= 50 charactersread-only

ID of the invoice.

Example:

"in_0YVF9605RKC62BP14NE2R7V2XT"

websiteIdstring(WebsiteId)<= 50 charactersrequired
invoiceNumberintegerread-only

Auto-incrementing number based on the sequence of invoices for any particular customer.

orderIdstring or nullread-only

ID of the order (experimental).

Example:

"ord_01GYJPRKHBD6ZYHH897QCJMBS4"

subscriptionIdstring<= 50 charactersread-only

ID of the related subscription order, if available. This field is null if there are no related subscription orders.

Example:

"sub_01HRF27SATGE4Z6PBJE6PD8328"

quoteIdstring or null<= 50 charactersread-only

ID of the related quote, if available. This field is null if there are no related quotes.

Example:

"qt_0YV7DES3WPC5J8JD8QTVNZBZNZ"

currencystring(CurrencyCode)= 3 charactersrequired

Currency code in ISO 4217 format.

amountnumber(double)read-only

Amount of the invoice.

amountDuenumber(double)read-only

Amount that is due on the invoice.

subtotalAmountnumber(double)read-only

Subtotal amount of the invoice.

discountAmountnumber(double)read-only

Discount amount that is applied to the invoice.

shippingobject(Shipping)

Shipping settings.

taxobject(Taxes)

Taxes.

organizationTaxIdNumberobject or null

Organization tax ID number that is displayed on the invoice.

customerTaxIdNumberobject or null

Customer tax ID number that is displayed on the invoice.

billingAddressobject(ContactObject)

Contact's information.

deliveryAddressobject(ContactObject)

Contact's information.

poNumberstring or null<= 50 characters

Purchase order number that is displayed on the invoice.

Example:

"PO123456"

notesstring<= 65535 characters

Notes for the customer that are displayed on the invoice.

itemsArray of objects(InvoiceItem)read-only

Invoice items array.

discountsArray of objectsread-only

Discounts applied.

autopayScheduledTimestring or null(date-time)

Date and time when an automatic payment (autopay) is scheduled.

autopayRetryNumberinteger>= 0read-only

Number of times that an automatic payment (autopay) has been attempted on an invoice.

Default 0
statusstringread-only

Status of the invoice.

Enum"draft""quotation""unpaid""paid""partially-paid""past-due""abandoned""voided""partially-refunded""refunded"
delinquentCollectionPeriodintegerread-only

Length of time, in days, between when the invoice is due and when the invoice is paid.

collectionPeriodintegerread-only

Length of time, in days, between when the invoice is issued and when the invoice is paid.

abandonedTimestring or null(date-time)read-only

Date and time when the invoice is abandoned.

voidedTimestring or null(date-time)read-only

Date and time when the invoice is voided.

paidTimestring or null(date-time)read-only

Date and time when the invoice is paid.

dueTimestring(date-time)

Date and time when the invoice is due for payment.

issuedTimestring(date-time)(ServerTimestamp)read-only

Read-only timestamp in ISO 8601 date-time format.

createdTimestring(date-time)(CreatedTime)read-only

Date and time which is set automatically when the resource is created.

updatedTimestring(date-time)(UpdatedTime)read-only

Date and time which updates automatically when the resource is updated.

paymentFormUrlstring or null(url)read-only

URL where the customer is redirected to pay the invoice using one of the methods which are available to the customer. This is an alternative to creating a new transaction with empty methods.

customerIdstring<= 50 charactersrequired

ID of the customer resource.

Example:

"cus_0YV7DDSDD1C8DA64KHH2W33CPF"

transactionsArray of objects(Transaction)<= 10 itemsread-only

Invoice transactions array.

retryInstructionobject or null

Invoice payment retry instruction. This object specifies how to proceed if a payment related to the invoice fails.

revisionintegerread-only

Number of times the invoice data has been modified.

Use the revision number when analyzing webhook data to determine if a change should take precedence over the current representation.

typestringread-only

Type of invoice.

Enum"initial""renewal""interim""cancellation""one-time""refund""charge""one-time-sale"
dueReminderTimestring or null(date-time)read-only

Date and time when a past due reminder event is triggered.

dueReminderNumberinteger or nullread-only

Number of past due reminder events that have been triggered.

organizationIdstring<= 50 charactersread-only

Unique organization identifier. An organization is an entity that represents a company. For more information, see Obtain an organization ID.

Example:

"org_0YVDM8RC7GDADADSBSMW124JA8"

delinquencyTimestring or null(date-time)

Date and time when the related order is considered delinquent, and is canceled. If this value is null, no delinquency time is configured. If the dueTime of the order becomes greater than the delinquencyTime value, the delinquencyTime value becomes equal to dueTime.

If an invoice is not related to an order, this field can only be null.

Default null
_linksArray of objectsread-only

Related links.

_embeddedobjectread-only

Embedded objects that are requested by the expand query parameter.

Response
{ "id": "in_0YVF9605RKC62BP14NE2R7V2XT", "websiteId": "web_0YV7DE4Z26DQSA1AC92FBJ7SEG", "invoiceNumber": 0, "orderId": "ord_01GYJPRKHBD6ZYHH897QCJMBS4", "subscriptionId": "sub_01HRF27SATGE4Z6PBJE6PD8328", "quoteId": "qt_0YV7DES3WPC5J8JD8QTVNZBZNZ", "currency": "USD", "amount": 0.1, "amountDue": 0.1, "subtotalAmount": 0.1, "discountAmount": 0.1, "shipping": { "amount": 0.1, "calculator": "manual" }, "tax": { "calculator": "manual", "amount": 0, "items": [] }, "organizationTaxIdNumber": { "type": "eu-vat", "value": "GB980780684" }, "customerTaxIdNumber": { "type": "eu-vat", "value": "GB980780684" }, "billingAddress": { "firstName": "Benjamin", "lastName": "Franklin", "organization": "Rebilly", "address": "36 Craven St", "address2": "^w$", "city": "Austin", "region": "Texas", "country": "GB", "postalCode": "WC2N 5NF", "phoneNumbers": [], "emails": [], "dob": "1980-04-01", "jobTitle": "CEO", "hash": "056ae6d97c788b9e98b049ebafd7b229bf852221" }, "deliveryAddress": { "firstName": "Benjamin", "lastName": "Franklin", "organization": "Rebilly", "address": "36 Craven St", "address2": "^w$", "city": "Austin", "region": "Texas", "country": "GB", "postalCode": "WC2N 5NF", "phoneNumbers": [], "emails": [], "dob": "1980-04-01", "jobTitle": "CEO", "hash": "056ae6d97c788b9e98b049ebafd7b229bf852221" }, "poNumber": "PO123456", "notes": "string", "items": [ {} ], "discounts": [ {} ], "autopayScheduledTime": "2019-08-24T14:15:22Z", "autopayRetryNumber": 0, "status": "draft", "delinquentCollectionPeriod": 0, "collectionPeriod": 0, "abandonedTime": "2019-08-24T14:15:22Z", "voidedTime": "2019-08-24T14:15:22Z", "paidTime": "2019-08-24T14:15:22Z", "dueTime": "2019-08-24T14:15:22Z", "issuedTime": "2019-08-24T14:15:22Z", "createdTime": "2019-08-24T14:15:22Z", "updatedTime": "2019-08-24T14:15:22Z", "paymentFormUrl": "string", "customerId": "cus_0YV7DDSDD1C8DA64KHH2W33CPF", "transactions": [ {} ], "retryInstruction": { "attempts": [], "afterAttemptPolicies": [], "afterRetryEndPolicies": [] }, "revision": 0, "type": "initial", "dueReminderTime": "2019-08-24T14:15:22Z", "dueReminderNumber": 0, "organizationId": "org_0YVDM8RC7GDADADSBSMW124JA8", "delinquencyTime": null, "_links": [ {} ], "_embedded": { "customer": {}, "website": {}, "organization": {}, "leadSource": {}, "shippingRate": {} } }

Upsert an invoice

Request

Creates or updates (upserts) an invoice with a specified ID.

Path
idstring<= 50 characters^[@~\-\.\w]+$required

ID of the resource.

Bodyapplication/jsonrequired

Invoice resource.

websiteIdstring(WebsiteId)<= 50 charactersrequired
currencystring(CurrencyCode)= 3 charactersrequired

Currency code in ISO 4217 format.

shippingobject(Shipping)

Shipping settings.

taxobject(Taxes)

Taxes.

organizationTaxIdNumberobject or null

Organization tax ID number that is displayed on the invoice.

customerTaxIdNumberobject or null

Customer tax ID number that is displayed on the invoice.

billingAddressobject(ContactObject)

Contact's information.

deliveryAddressobject(ContactObject)

Contact's information.

poNumberstring or null<= 50 characters

Purchase order number that is displayed on the invoice.

Example:

"PO123456"

notesstring<= 65535 characters

Notes for the customer that are displayed on the invoice.

autopayScheduledTimestring or null(date-time)

Date and time when an automatic payment (autopay) is scheduled.

dueTimestring(date-time)

Date and time when the invoice is due for payment.

customerIdstring<= 50 charactersrequired

ID of the customer resource.

Example:

"cus_0YV7DDSDD1C8DA64KHH2W33CPF"

retryInstructionobject or null

Invoice payment retry instruction. This object specifies how to proceed if a payment related to the invoice fails.

delinquencyTimestring or null(date-time)

Date and time when the related order is considered delinquent, and is canceled. If this value is null, no delinquency time is configured. If the dueTime of the order becomes greater than the delinquencyTime value, the delinquencyTime value becomes equal to dueTime.

If an invoice is not related to an order, this field can only be null.

Default null
curl -i -X PUT \
  'https://www.rebilly.com/_mock/docs/dev-docs/api/invoices/{id}' \
  -H 'Content-Type: application/json' \
  -H 'REB-APIKEY: YOUR_API_KEY_HERE' \
  -d '{
    "websiteId": "web_0YV7DE4Z26DQSA1AC92FBJ7SEG",
    "currency": "USD",
    "shipping": {
      "amount": 0.1,
      "calculator": "manual"
    },
    "tax": {
      "calculator": "manual",
      "items": [
        {
          "amount": 0.1,
          "description": "string"
        }
      ]
    },
    "organizationTaxIdNumber": {
      "type": "eu-vat",
      "value": "GB980780684"
    },
    "customerTaxIdNumber": {
      "type": "eu-vat",
      "value": "GB980780684"
    },
    "billingAddress": {
      "firstName": "Benjamin",
      "lastName": "Franklin",
      "organization": "Rebilly",
      "address": "36 Craven St",
      "address2": "^w$",
      "city": "Austin",
      "region": "Texas",
      "country": "GB",
      "postalCode": "WC2N 5NF",
      "phoneNumbers": [
        {
          "label": "main",
          "value": "512-710-1640",
          "primary": true
        }
      ],
      "emails": [
        {
          "label": "main",
          "value": "rebilly@example.com",
          "primary": true
        }
      ],
      "dob": "1980-04-01",
      "jobTitle": "CEO"
    },
    "deliveryAddress": {
      "firstName": "Benjamin",
      "lastName": "Franklin",
      "organization": "Rebilly",
      "address": "36 Craven St",
      "address2": "^w$",
      "city": "Austin",
      "region": "Texas",
      "country": "GB",
      "postalCode": "WC2N 5NF",
      "phoneNumbers": [
        {
          "label": "main",
          "value": "512-710-1640",
          "primary": true
        }
      ],
      "emails": [
        {
          "label": "main",
          "value": "rebilly@example.com",
          "primary": true
        }
      ],
      "dob": "1980-04-01",
      "jobTitle": "CEO"
    },
    "poNumber": "PO123456",
    "notes": "string",
    "autopayScheduledTime": "2019-08-24T14:15:22Z",
    "dueTime": "2019-08-24T14:15:22Z",
    "customerId": "cus_0YV7DDSDD1C8DA64KHH2W33CPF",
    "retryInstruction": {
      "attempts": [
        {
          "scheduleInstruction": {
            "method": "date-interval",
            "duration": 1,
            "unit": "second",
            "anchor": {
              "method": "day-of-month",
              "day": 1,
              "time": "14:15:22Z"
            }
          },
          "amountAdjustmentInstruction": {
            "method": "partial",
            "value": 0.1,
            "type": "percent",
            "afterApprovalPolicy": {
              "method": "none"
            }
          },
          "tryBackupInstruments": false
        }
      ],
      "afterAttemptPolicies": [
        "change-subscription-renewal-time"
      ],
      "afterRetryEndPolicies": [
        "abandon-invoice"
      ]
    },
    "delinquencyTime": null
  }'
Experience it firsthand in the API Explorer!

Responses

Invoice updated.

Bodyapplication/json
idstring<= 50 charactersread-only

ID of the invoice.

Example:

"in_0YVF9605RKC62BP14NE2R7V2XT"

websiteIdstring(WebsiteId)<= 50 charactersrequired
invoiceNumberintegerread-only

Auto-incrementing number based on the sequence of invoices for any particular customer.

orderIdstring or nullread-only

ID of the order (experimental).

Example:

"ord_01GYJPRKHBD6ZYHH897QCJMBS4"

subscriptionIdstring<= 50 charactersread-only

ID of the related subscription order, if available. This field is null if there are no related subscription orders.

Example:

"sub_01HRF27SATGE4Z6PBJE6PD8328"

quoteIdstring or null<= 50 charactersread-only

ID of the related quote, if available. This field is null if there are no related quotes.

Example:

"qt_0YV7DES3WPC5J8JD8QTVNZBZNZ"

currencystring(CurrencyCode)= 3 charactersrequired

Currency code in ISO 4217 format.

amountnumber(double)read-only

Amount of the invoice.

amountDuenumber(double)read-only

Amount that is due on the invoice.

subtotalAmountnumber(double)read-only

Subtotal amount of the invoice.

discountAmountnumber(double)read-only

Discount amount that is applied to the invoice.

shippingobject(Shipping)

Shipping settings.

taxobject(Taxes)

Taxes.

organizationTaxIdNumberobject or null

Organization tax ID number that is displayed on the invoice.

customerTaxIdNumberobject or null

Customer tax ID number that is displayed on the invoice.

billingAddressobject(ContactObject)

Contact's information.

deliveryAddressobject(ContactObject)

Contact's information.

poNumberstring or null<= 50 characters

Purchase order number that is displayed on the invoice.

Example:

"PO123456"

notesstring<= 65535 characters

Notes for the customer that are displayed on the invoice.

itemsArray of objects(InvoiceItem)read-only

Invoice items array.

discountsArray of objectsread-only

Discounts applied.

autopayScheduledTimestring or null(date-time)

Date and time when an automatic payment (autopay) is scheduled.

autopayRetryNumberinteger>= 0read-only

Number of times that an automatic payment (autopay) has been attempted on an invoice.

Default 0
statusstringread-only

Status of the invoice.

Enum"draft""quotation""unpaid""paid""partially-paid""past-due""abandoned""voided""partially-refunded""refunded"
delinquentCollectionPeriodintegerread-only

Length of time, in days, between when the invoice is due and when the invoice is paid.

collectionPeriodintegerread-only

Length of time, in days, between when the invoice is issued and when the invoice is paid.

abandonedTimestring or null(date-time)read-only

Date and time when the invoice is abandoned.

voidedTimestring or null(date-time)read-only

Date and time when the invoice is voided.

paidTimestring or null(date-time)read-only

Date and time when the invoice is paid.

dueTimestring(date-time)

Date and time when the invoice is due for payment.

issuedTimestring(date-time)(ServerTimestamp)read-only

Read-only timestamp in ISO 8601 date-time format.

createdTimestring(date-time)(CreatedTime)read-only

Date and time which is set automatically when the resource is created.

updatedTimestring(date-time)(UpdatedTime)read-only

Date and time which updates automatically when the resource is updated.

paymentFormUrlstring or null(url)read-only

URL where the customer is redirected to pay the invoice using one of the methods which are available to the customer. This is an alternative to creating a new transaction with empty methods.

customerIdstring<= 50 charactersrequired

ID of the customer resource.

Example:

"cus_0YV7DDSDD1C8DA64KHH2W33CPF"

transactionsArray of objects(Transaction)<= 10 itemsread-only

Invoice transactions array.

retryInstructionobject or null

Invoice payment retry instruction. This object specifies how to proceed if a payment related to the invoice fails.

revisionintegerread-only

Number of times the invoice data has been modified.

Use the revision number when analyzing webhook data to determine if a change should take precedence over the current representation.

typestringread-only

Type of invoice.

Enum"initial""renewal""interim""cancellation""one-time""refund""charge""one-time-sale"
dueReminderTimestring or null(date-time)read-only

Date and time when a past due reminder event is triggered.

dueReminderNumberinteger or nullread-only

Number of past due reminder events that have been triggered.

organizationIdstring<= 50 charactersread-only

Unique organization identifier. An organization is an entity that represents a company. For more information, see Obtain an organization ID.

Example:

"org_0YVDM8RC7GDADADSBSMW124JA8"

delinquencyTimestring or null(date-time)

Date and time when the related order is considered delinquent, and is canceled. If this value is null, no delinquency time is configured. If the dueTime of the order becomes greater than the delinquencyTime value, the delinquencyTime value becomes equal to dueTime.

If an invoice is not related to an order, this field can only be null.

Default null
_linksArray of objectsread-only

Related links.

_embeddedobjectread-only

Embedded objects that are requested by the expand query parameter.

Response
application/json
{ "id": "in_0YVF9605RKC62BP14NE2R7V2XT", "websiteId": "web_0YV7DE4Z26DQSA1AC92FBJ7SEG", "invoiceNumber": 0, "orderId": "ord_01GYJPRKHBD6ZYHH897QCJMBS4", "subscriptionId": "sub_01HRF27SATGE4Z6PBJE6PD8328", "quoteId": "qt_0YV7DES3WPC5J8JD8QTVNZBZNZ", "currency": "USD", "amount": 0.1, "amountDue": 0.1, "subtotalAmount": 0.1, "discountAmount": 0.1, "shipping": { "amount": 0.1, "calculator": "manual" }, "tax": { "calculator": "manual", "amount": 0, "items": [] }, "organizationTaxIdNumber": { "type": "eu-vat", "value": "GB980780684" }, "customerTaxIdNumber": { "type": "eu-vat", "value": "GB980780684" }, "billingAddress": { "firstName": "Benjamin", "lastName": "Franklin", "organization": "Rebilly", "address": "36 Craven St", "address2": "^w$", "city": "Austin", "region": "Texas", "country": "GB", "postalCode": "WC2N 5NF", "phoneNumbers": [], "emails": [], "dob": "1980-04-01", "jobTitle": "CEO", "hash": "056ae6d97c788b9e98b049ebafd7b229bf852221" }, "deliveryAddress": { "firstName": "Benjamin", "lastName": "Franklin", "organization": "Rebilly", "address": "36 Craven St", "address2": "^w$", "city": "Austin", "region": "Texas", "country": "GB", "postalCode": "WC2N 5NF", "phoneNumbers": [], "emails": [], "dob": "1980-04-01", "jobTitle": "CEO", "hash": "056ae6d97c788b9e98b049ebafd7b229bf852221" }, "poNumber": "PO123456", "notes": "string", "items": [ {} ], "discounts": [ {} ], "autopayScheduledTime": "2019-08-24T14:15:22Z", "autopayRetryNumber": 0, "status": "draft", "delinquentCollectionPeriod": 0, "collectionPeriod": 0, "abandonedTime": "2019-08-24T14:15:22Z", "voidedTime": "2019-08-24T14:15:22Z", "paidTime": "2019-08-24T14:15:22Z", "dueTime": "2019-08-24T14:15:22Z", "issuedTime": "2019-08-24T14:15:22Z", "createdTime": "2019-08-24T14:15:22Z", "updatedTime": "2019-08-24T14:15:22Z", "paymentFormUrl": "string", "customerId": "cus_0YV7DDSDD1C8DA64KHH2W33CPF", "transactions": [ {} ], "retryInstruction": { "attempts": [], "afterAttemptPolicies": [], "afterRetryEndPolicies": [] }, "revision": 0, "type": "initial", "dueReminderTime": "2019-08-24T14:15:22Z", "dueReminderNumber": 0, "organizationId": "org_0YVDM8RC7GDADADSBSMW124JA8", "delinquencyTime": null, "_links": [ {} ], "_embedded": { "customer": {}, "website": {}, "organization": {}, "leadSource": {}, "shippingRate": {} } }

Retrieve invoice items

Request

Retrieves invoice items with a specified invoice ID.

Path
idstring<= 50 characters^[@~\-\.\w]+$required

ID of the resource.

Query
limitinteger[ 0 .. 1000 ]

Limits the number of collection items to be returned.

offsetinteger[ 0 .. 1000 ]

Specifies the starting point within the collection of items to be returned.

expandstring

Expands a request to include embedded objects within the _embedded property of the response. This field accepts a comma-separated list of objects.

For more information, see Expand to include embedded objects.

curl -i -X GET \
  'https://www.rebilly.com/_mock/docs/dev-docs/api/invoices/{id}/items?expand=string&limit=1000&offset=1000' \
  -H 'REB-APIKEY: YOUR_API_KEY_HERE'
Experience it firsthand in the API Explorer!

Responses

Invoice items retrieved.

Bodyapplication/jsonArray [
idstring<= 50 charactersread-only

ID of the invoice item.

Example:

"ii_0YVFDEQS2KCFTBN9HXWJFY55GV"

typestringrequired

Type of invoice item.

Enum"debit""credit"
descriptionstring<= 1000 characters

Description of the invoice item.

unitPricenumber(double)required

Unit price of the invoice item.

quantityinteger

Quantity of the invoice item.

pricenumber(double)read-only

Total price of the invoice item.

productIdstring or null<= 50 characters

ID of the product.

Example:

"prod_0YV7DES3WPC5J8JD8QTVNZBZNZ"

planIdstring or null<= 50 charactersread-only

ID of the plan.

Example:

"plan_0YV7DENSVGDBW9S71XZNNYYQ0X"

subscriptionIdstring or null<= 50 charactersread-only

ID of the order.

Example:

"sub_01HRF27SATGE4Z6PBJE6PD8328"

discountAmountnumber(double)read-only

Discount amount applied to the invoice item.

periodStartTimestring or null(date-time)

Date and time when the billing period starts.

periodEndTimestring or null(date-time)

Date and time when the billing period ends.

periodNumberinteger or null

Billing period number that is associated with the invoice item. For example, an invoice item for a service is included in billing period number 3. The invoice item is only applied to billing period number 3.

createdTimestring(date-time)(CreatedTime)read-only

Date and time which is set automatically when the resource is created.

updatedTimestring(date-time)(UpdatedTime)read-only

Date and time which updates automatically when the resource is updated.

taxTaxItem (object) or nullread-only

Invoice item tax.

One of:

Invoice item tax.

_linksArray of objectsread-only

Related links.

_embeddedobjectread-only

Embedded objects that are requested by the expand query parameter.

]
Response
application/json
[ { "id": "ii_0YVFDEQS2KCFTBN9HXWJFY55GV", "type": "debit", "description": "string", "unitPrice": 0.1, "quantity": 0, "price": 0.1, "productId": "prod_0YV7DES3WPC5J8JD8QTVNZBZNZ", "planId": "plan_0YV7DENSVGDBW9S71XZNNYYQ0X", "subscriptionId": "sub_01HRF27SATGE4Z6PBJE6PD8328", "discountAmount": 0.1, "periodStartTime": "2019-08-24T14:15:22Z", "periodEndTime": "2019-08-24T14:15:22Z", "periodNumber": 0, "createdTime": "2019-08-24T14:15:22Z", "updatedTime": "2019-08-24T14:15:22Z", "tax": {}, "_links": [], "_embedded": {} } ]

Create an invoice item

Request

Creates an invoice item.

Path
idstring<= 50 characters^[@~\-\.\w]+$required

ID of the resource.

Bodyapplication/jsonrequired

InvoiceItem resource.

typestringrequired

Type of invoice item.

Enum"debit""credit"
descriptionstring<= 1000 characters

Description of the invoice item.

unitPricenumber(double)required

Unit price of the invoice item.

quantityinteger

Quantity of the invoice item.

productIdstring or null<= 50 characters

ID of the product.

Example:

"prod_0YV7DES3WPC5J8JD8QTVNZBZNZ"

periodStartTimestring or null(date-time)

Date and time when the billing period starts.

periodEndTimestring or null(date-time)

Date and time when the billing period ends.

periodNumberinteger or null

Billing period number that is associated with the invoice item. For example, an invoice item for a service is included in billing period number 3. The invoice item is only applied to billing period number 3.

curl -i -X POST \
  'https://www.rebilly.com/_mock/docs/dev-docs/api/invoices/{id}/items' \
  -H 'Content-Type: application/json' \
  -H 'REB-APIKEY: YOUR_API_KEY_HERE' \
  -d '{
    "type": "debit",
    "description": "string",
    "unitPrice": 0.1,
    "quantity": 0,
    "productId": "prod_0YV7DES3WPC5J8JD8QTVNZBZNZ",
    "periodStartTime": "2019-08-24T14:15:22Z",
    "periodEndTime": "2019-08-24T14:15:22Z",
    "periodNumber": 0,
    "tax": {
      "amount": 0.1,
      "description": "string"
    }
  }'
Experience it firsthand in the API Explorer!

Responses

Invoice item created.

Headers
Locationstring(uri)

Location of the related resource.

Example:

"https://api.rebilly.com/example"

Bodyapplication/json
idstring<= 50 charactersread-only

ID of the invoice item.

Example:

"ii_0YVFDEQS2KCFTBN9HXWJFY55GV"

typestringrequired

Type of invoice item.

Enum"debit""credit"
descriptionstring<= 1000 characters

Description of the invoice item.

unitPricenumber(double)required

Unit price of the invoice item.

quantityinteger

Quantity of the invoice item.

pricenumber(double)read-only

Total price of the invoice item.

productIdstring or null<= 50 characters

ID of the product.

Example:

"prod_0YV7DES3WPC5J8JD8QTVNZBZNZ"

planIdstring or null<= 50 charactersread-only

ID of the plan.

Example:

"plan_0YV7DENSVGDBW9S71XZNNYYQ0X"

subscriptionIdstring or null<= 50 charactersread-only

ID of the order.

Example:

"sub_01HRF27SATGE4Z6PBJE6PD8328"

discountAmountnumber(double)read-only

Discount amount applied to the invoice item.

periodStartTimestring or null(date-time)

Date and time when the billing period starts.

periodEndTimestring or null(date-time)

Date and time when the billing period ends.

periodNumberinteger or null

Billing period number that is associated with the invoice item. For example, an invoice item for a service is included in billing period number 3. The invoice item is only applied to billing period number 3.

createdTimestring(date-time)(CreatedTime)read-only

Date and time which is set automatically when the resource is created.

updatedTimestring(date-time)(UpdatedTime)read-only

Date and time which updates automatically when the resource is updated.

taxTaxItem (object) or nullread-only

Invoice item tax.

One of:

Invoice item tax.

_linksArray of objectsread-only

Related links.

_embeddedobjectread-only

Embedded objects that are requested by the expand query parameter.

Response
application/json
{ "id": "ii_0YVFDEQS2KCFTBN9HXWJFY55GV", "type": "debit", "description": "string", "unitPrice": 0.1, "quantity": 0, "price": 0.1, "productId": "prod_0YV7DES3WPC5J8JD8QTVNZBZNZ", "planId": "plan_0YV7DENSVGDBW9S71XZNNYYQ0X", "subscriptionId": "sub_01HRF27SATGE4Z6PBJE6PD8328", "discountAmount": 0.1, "periodStartTime": "2019-08-24T14:15:22Z", "periodEndTime": "2019-08-24T14:15:22Z", "periodNumber": 0, "createdTime": "2019-08-24T14:15:22Z", "updatedTime": "2019-08-24T14:15:22Z", "tax": { "amount": 0.1, "description": "string", "rate": 0, "stateAmount": 0.94, "countyAmount": 0.04, "cityAmount": 0, "specialDistrictAmount": 0.38, "stateRate": 0, "countyRate": 0, "cityRate": 0, "specialDistrictRate": 0, "jurisdictions": {} }, "_links": [ {} ], "_embedded": { "product": {}, "plan": {} } }

Retrieve an invoice item

Request

Retrieves an invoice item.

Path
idstring<= 50 characters^[@~\-\.\w]+$required

ID of the resource.

itemIdstringrequired

ID of the invoice item.

curl -i -X GET \
  'https://www.rebilly.com/_mock/docs/dev-docs/api/invoices/{id}/items/{itemId}' \
  -H 'REB-APIKEY: YOUR_API_KEY_HERE'
Experience it firsthand in the API Explorer!

Responses

Invoice item retrieved.

Bodyapplication/json
idstring<= 50 charactersread-only

ID of the invoice item.

Example:

"ii_0YVFDEQS2KCFTBN9HXWJFY55GV"

typestringrequired

Type of invoice item.

Enum"debit""credit"
descriptionstring<= 1000 characters

Description of the invoice item.

unitPricenumber(double)required

Unit price of the invoice item.

quantityinteger

Quantity of the invoice item.

pricenumber(double)read-only

Total price of the invoice item.

productIdstring or null<= 50 characters

ID of the product.

Example:

"prod_0YV7DES3WPC5J8JD8QTVNZBZNZ"

planIdstring or null<= 50 charactersread-only

ID of the plan.

Example:

"plan_0YV7DENSVGDBW9S71XZNNYYQ0X"

subscriptionIdstring or null<= 50 charactersread-only

ID of the order.

Example:

"sub_01HRF27SATGE4Z6PBJE6PD8328"

discountAmountnumber(double)read-only

Discount amount applied to the invoice item.

periodStartTimestring or null(date-time)

Date and time when the billing period starts.

periodEndTimestring or null(date-time)

Date and time when the billing period ends.

periodNumberinteger or null

Billing period number that is associated with the invoice item. For example, an invoice item for a service is included in billing period number 3. The invoice item is only applied to billing period number 3.

createdTimestring(date-time)(CreatedTime)read-only

Date and time which is set automatically when the resource is created.

updatedTimestring(date-time)(UpdatedTime)read-only

Date and time which updates automatically when the resource is updated.

taxTaxItem (object) or nullread-only

Invoice item tax.

One of:

Invoice item tax.

_linksArray of objectsread-only

Related links.

_embeddedobjectread-only

Embedded objects that are requested by the expand query parameter.

Response
application/json
{ "id": "ii_0YVFDEQS2KCFTBN9HXWJFY55GV", "type": "debit", "description": "string", "unitPrice": 0.1, "quantity": 0, "price": 0.1, "productId": "prod_0YV7DES3WPC5J8JD8QTVNZBZNZ", "planId": "plan_0YV7DENSVGDBW9S71XZNNYYQ0X", "subscriptionId": "sub_01HRF27SATGE4Z6PBJE6PD8328", "discountAmount": 0.1, "periodStartTime": "2019-08-24T14:15:22Z", "periodEndTime": "2019-08-24T14:15:22Z", "periodNumber": 0, "createdTime": "2019-08-24T14:15:22Z", "updatedTime": "2019-08-24T14:15:22Z", "tax": { "amount": 0.1, "description": "string", "rate": 0, "stateAmount": 0.94, "countyAmount": 0.04, "cityAmount": 0, "specialDistrictAmount": 0.38, "stateRate": 0, "countyRate": 0, "cityRate": 0, "specialDistrictRate": 0, "jurisdictions": {} }, "_links": [ {} ], "_embedded": { "product": {}, "plan": {} } }

Update an invoice item

Request

Updates an invoice item.

Path
idstring<= 50 characters^[@~\-\.\w]+$required

ID of the resource.

itemIdstringrequired

ID of the invoice item.

Bodyapplication/jsonrequired

Invoice item resource.

typestringrequired

Type of invoice item.

Enum"debit""credit"
descriptionstring<= 1000 characters

Description of the invoice item.

unitPricenumber(double)required

Unit price of the invoice item.

quantityinteger

Quantity of the invoice item.

productIdstring or null<= 50 characters

ID of the product.

Example:

"prod_0YV7DES3WPC5J8JD8QTVNZBZNZ"

periodStartTimestring or null(date-time)

Date and time when the billing period starts.

periodEndTimestring or null(date-time)

Date and time when the billing period ends.

periodNumberinteger or null

Billing period number that is associated with the invoice item. For example, an invoice item for a service is included in billing period number 3. The invoice item is only applied to billing period number 3.

curl -i -X PUT \
  'https://www.rebilly.com/_mock/docs/dev-docs/api/invoices/{id}/items/{itemId}' \
  -H 'Content-Type: application/json' \
  -H 'REB-APIKEY: YOUR_API_KEY_HERE' \
  -d '{
    "type": "debit",
    "description": "string",
    "unitPrice": 0.1,
    "quantity": 0,
    "productId": "prod_0YV7DES3WPC5J8JD8QTVNZBZNZ",
    "periodStartTime": "2019-08-24T14:15:22Z",
    "periodEndTime": "2019-08-24T14:15:22Z",
    "periodNumber": 0,
    "tax": {
      "amount": 0.1,
      "description": "string"
    }
  }'
Experience it firsthand in the API Explorer!

Responses

Invoice item updated.

Bodyapplication/json
idstring<= 50 charactersread-only

ID of the invoice item.

Example:

"ii_0YVFDEQS2KCFTBN9HXWJFY55GV"

typestringrequired

Type of invoice item.

Enum"debit""credit"
descriptionstring<= 1000 characters

Description of the invoice item.

unitPricenumber(double)required

Unit price of the invoice item.

quantityinteger

Quantity of the invoice item.

pricenumber(double)read-only

Total price of the invoice item.

productIdstring or null<= 50 characters

ID of the product.

Example:

"prod_0YV7DES3WPC5J8JD8QTVNZBZNZ"

planIdstring or null<= 50 charactersread-only

ID of the plan.

Example:

"plan_0YV7DENSVGDBW9S71XZNNYYQ0X"

subscriptionIdstring or null<= 50 charactersread-only

ID of the order.

Example:

"sub_01HRF27SATGE4Z6PBJE6PD8328"

discountAmountnumber(double)read-only

Discount amount applied to the invoice item.

periodStartTimestring or null(date-time)

Date and time when the billing period starts.

periodEndTimestring or null(date-time)

Date and time when the billing period ends.

periodNumberinteger or null

Billing period number that is associated with the invoice item. For example, an invoice item for a service is included in billing period number 3. The invoice item is only applied to billing period number 3.

createdTimestring(date-time)(CreatedTime)read-only

Date and time which is set automatically when the resource is created.

updatedTimestring(date-time)(UpdatedTime)read-only

Date and time which updates automatically when the resource is updated.

taxTaxItem (object) or nullread-only

Invoice item tax.

One of:

Invoice item tax.

_linksArray of objectsread-only

Related links.

_embeddedobjectread-only

Embedded objects that are requested by the expand query parameter.

Response
application/json
{ "id": "ii_0YVFDEQS2KCFTBN9HXWJFY55GV", "type": "debit", "description": "string", "unitPrice": 0.1, "quantity": 0, "price": 0.1, "productId": "prod_0YV7DES3WPC5J8JD8QTVNZBZNZ", "planId": "plan_0YV7DENSVGDBW9S71XZNNYYQ0X", "subscriptionId": "sub_01HRF27SATGE4Z6PBJE6PD8328", "discountAmount": 0.1, "periodStartTime": "2019-08-24T14:15:22Z", "periodEndTime": "2019-08-24T14:15:22Z", "periodNumber": 0, "createdTime": "2019-08-24T14:15:22Z", "updatedTime": "2019-08-24T14:15:22Z", "tax": { "amount": 0.1, "description": "string", "rate": 0, "stateAmount": 0.94, "countyAmount": 0.04, "cityAmount": 0, "specialDistrictAmount": 0.38, "stateRate": 0, "countyRate": 0, "cityRate": 0, "specialDistrictRate": 0, "jurisdictions": {} }, "_links": [ {} ], "_embedded": { "product": {}, "plan": {} } }

Delete an invoice item

Request

Deletes an invoice item.

Path
idstring<= 50 characters^[@~\-\.\w]+$required

ID of the resource.

itemIdstringrequired

ID of the invoice item.

curl -i -X DELETE \
  'https://www.rebilly.com/_mock/docs/dev-docs/api/invoices/{id}/items/{itemId}' \
  -H 'REB-APIKEY: YOUR_API_KEY_HERE'
Experience it firsthand in the API Explorer!

Responses

Invoice item deleted.

Response
application/json
{ "status": 401, "type": "http://example.com", "title": "string", "detail": "string", "instance": "string" }

Issue an invoice

Request

Issues an invoice with a specified ID. The invoice must be in draft status.

Path
idstring<= 50 characters^[@~\-\.\w]+$required

ID of the resource.

Bodyapplication/jsonrequired

Invoice issue resource.

issuedTimestring or null(date-time)

Date and time when the invoice is issued. If this field is null or omitted, the invoice is issued immediately.

dueTimestring or null(date-time)

Date and time when the invoice is due for payment. If this field is null or omitted, this value is set to the issuedTime value.

curl -i -X POST \
  'https://www.rebilly.com/_mock/docs/dev-docs/api/invoices/{id}/issue' \
  -H 'Content-Type: application/json' \
  -H 'REB-APIKEY: YOUR_API_KEY_HERE' \
  -d '{
    "issuedTime": "2019-08-24T14:15:22Z",
    "dueTime": "2019-08-24T14:15:22Z"
  }'
Experience it firsthand in the API Explorer!

Responses

Invoice issued.

Headers
Locationstring(uri)

Location of the related resource.

Example:

"https://api.rebilly.com/example"

Bodyapplication/json
idstring<= 50 charactersread-only

ID of the invoice.

Example:

"in_0YVF9605RKC62BP14NE2R7V2XT"

websiteIdstring(WebsiteId)<= 50 charactersrequired
invoiceNumberintegerread-only

Auto-incrementing number based on the sequence of invoices for any particular customer.

orderIdstring or nullread-only

ID of the order (experimental).

Example:

"ord_01GYJPRKHBD6ZYHH897QCJMBS4"

subscriptionIdstring<= 50 charactersread-only

ID of the related subscription order, if available. This field is null if there are no related subscription orders.

Example:

"sub_01HRF27SATGE4Z6PBJE6PD8328"

quoteIdstring or null<= 50 charactersread-only

ID of the related quote, if available. This field is null if there are no related quotes.

Example:

"qt_0YV7DES3WPC5J8JD8QTVNZBZNZ"

currencystring(CurrencyCode)= 3 charactersrequired

Currency code in ISO 4217 format.

amountnumber(double)read-only

Amount of the invoice.

amountDuenumber(double)read-only

Amount that is due on the invoice.

subtotalAmountnumber(double)read-only

Subtotal amount of the invoice.

discountAmountnumber(double)read-only

Discount amount that is applied to the invoice.

shippingobject(Shipping)

Shipping settings.

taxobject(Taxes)

Taxes.

organizationTaxIdNumberobject or null

Organization tax ID number that is displayed on the invoice.

customerTaxIdNumberobject or null

Customer tax ID number that is displayed on the invoice.

billingAddressobject(ContactObject)

Contact's information.

deliveryAddressobject(ContactObject)

Contact's information.

poNumberstring or null<= 50 characters

Purchase order number that is displayed on the invoice.

Example:

"PO123456"

notesstring<= 65535 characters

Notes for the customer that are displayed on the invoice.

itemsArray of objects(InvoiceItem)read-only

Invoice items array.

discountsArray of objectsread-only

Discounts applied.

autopayScheduledTimestring or null(date-time)

Date and time when an automatic payment (autopay) is scheduled.

autopayRetryNumberinteger>= 0read-only

Number of times that an automatic payment (autopay) has been attempted on an invoice.

Default 0
statusstringread-only

Status of the invoice.

Enum"draft""quotation""unpaid""paid""partially-paid""past-due""abandoned""voided""partially-refunded""refunded"
delinquentCollectionPeriodintegerread-only

Length of time, in days, between when the invoice is due and when the invoice is paid.

collectionPeriodintegerread-only

Length of time, in days, between when the invoice is issued and when the invoice is paid.

abandonedTimestring or null(date-time)read-only

Date and time when the invoice is abandoned.

voidedTimestring or null(date-time)read-only

Date and time when the invoice is voided.

paidTimestring or null(date-time)read-only

Date and time when the invoice is paid.

dueTimestring(date-time)

Date and time when the invoice is due for payment.

issuedTimestring(date-time)(ServerTimestamp)read-only

Read-only timestamp in ISO 8601 date-time format.

createdTimestring(date-time)(CreatedTime)read-only

Date and time which is set automatically when the resource is created.

updatedTimestring(date-time)(UpdatedTime)read-only

Date and time which updates automatically when the resource is updated.

paymentFormUrlstring or null(url)read-only

URL where the customer is redirected to pay the invoice using one of the methods which are available to the customer. This is an alternative to creating a new transaction with empty methods.

customerIdstring<= 50 charactersrequired

ID of the customer resource.

Example:

"cus_0YV7DDSDD1C8DA64KHH2W33CPF"

transactionsArray of objects(Transaction)<= 10 itemsread-only

Invoice transactions array.

retryInstructionobject or null

Invoice payment retry instruction. This object specifies how to proceed if a payment related to the invoice fails.

revisionintegerread-only

Number of times the invoice data has been modified.

Use the revision number when analyzing webhook data to determine if a change should take precedence over the current representation.

typestringread-only

Type of invoice.

Enum"initial""renewal""interim""cancellation""one-time""refund""charge""one-time-sale"
dueReminderTimestring or null(date-time)read-only

Date and time when a past due reminder event is triggered.

dueReminderNumberinteger or nullread-only

Number of past due reminder events that have been triggered.

organizationIdstring<= 50 charactersread-only

Unique organization identifier. An organization is an entity that represents a company. For more information, see Obtain an organization ID.

Example:

"org_0YVDM8RC7GDADADSBSMW124JA8"

delinquencyTimestring or null(date-time)

Date and time when the related order is considered delinquent, and is canceled. If this value is null, no delinquency time is configured. If the dueTime of the order becomes greater than the delinquencyTime value, the delinquencyTime value becomes equal to dueTime.

If an invoice is not related to an order, this field can only be null.

Default null
_linksArray of objectsread-only

Related links.

_embeddedobjectread-only

Embedded objects that are requested by the expand query parameter.

Response
application/json
{ "id": "in_0YVF9605RKC62BP14NE2R7V2XT", "websiteId": "web_0YV7DE4Z26DQSA1AC92FBJ7SEG", "invoiceNumber": 0, "orderId": "ord_01GYJPRKHBD6ZYHH897QCJMBS4", "subscriptionId": "sub_01HRF27SATGE4Z6PBJE6PD8328", "quoteId": "qt_0YV7DES3WPC5J8JD8QTVNZBZNZ", "currency": "USD", "amount": 0.1, "amountDue": 0.1, "subtotalAmount": 0.1, "discountAmount": 0.1, "shipping": { "amount": 0.1, "calculator": "manual" }, "tax": { "calculator": "manual", "amount": 0, "items": [] }, "organizationTaxIdNumber": { "type": "eu-vat", "value": "GB980780684" }, "customerTaxIdNumber": { "type": "eu-vat", "value": "GB980780684" }, "billingAddress": { "firstName": "Benjamin", "lastName": "Franklin", "organization": "Rebilly", "address": "36 Craven St", "address2": "^w$", "city": "Austin", "region": "Texas", "country": "GB", "postalCode": "WC2N 5NF", "phoneNumbers": [], "emails": [], "dob": "1980-04-01", "jobTitle": "CEO", "hash": "056ae6d97c788b9e98b049ebafd7b229bf852221" }, "deliveryAddress": { "firstName": "Benjamin", "lastName": "Franklin", "organization": "Rebilly", "address": "36 Craven St", "address2": "^w$", "city": "Austin", "region": "Texas", "country": "GB", "postalCode": "WC2N 5NF", "phoneNumbers": [], "emails": [], "dob": "1980-04-01", "jobTitle": "CEO", "hash": "056ae6d97c788b9e98b049ebafd7b229bf852221" }, "poNumber": "PO123456", "notes": "string", "items": [ {} ], "discounts": [ {} ], "autopayScheduledTime": "2019-08-24T14:15:22Z", "autopayRetryNumber": 0, "status": "draft", "delinquentCollectionPeriod": 0, "collectionPeriod": 0, "abandonedTime": "2019-08-24T14:15:22Z", "voidedTime": "2019-08-24T14:15:22Z", "paidTime": "2019-08-24T14:15:22Z", "dueTime": "2019-08-24T14:15:22Z", "issuedTime": "2019-08-24T14:15:22Z", "createdTime": "2019-08-24T14:15:22Z", "updatedTime": "2019-08-24T14:15:22Z", "paymentFormUrl": "string", "customerId": "cus_0YV7DDSDD1C8DA64KHH2W33CPF", "transactions": [ {} ], "retryInstruction": { "attempts": [], "afterAttemptPolicies": [], "afterRetryEndPolicies": [] }, "revision": 0, "type": "initial", "dueReminderTime": "2019-08-24T14:15:22Z", "dueReminderNumber": 0, "organizationId": "org_0YVDM8RC7GDADADSBSMW124JA8", "delinquencyTime": null, "_links": [ {} ], "_embedded": { "customer": {}, "website": {}, "organization": {}, "leadSource": {}, "shippingRate": {} } }

Abandon an invoice

Request

Abandons an invoice with a specified ID.

Path
idstring<= 50 characters^[@~\-\.\w]+$required

ID of the resource.

curl -i -X POST \
  'https://www.rebilly.com/_mock/docs/dev-docs/api/invoices/{id}/abandon' \
  -H 'REB-APIKEY: YOUR_API_KEY_HERE'
Experience it firsthand in the API Explorer!

Responses

Invoice abandoned.

Headers
Locationstring(uri)

Location of the related resource.

Example:

"https://api.rebilly.com/example"

Bodyapplication/json
idstring<= 50 charactersread-only

ID of the invoice.

Example:

"in_0YVF9605RKC62BP14NE2R7V2XT"

websiteIdstring(WebsiteId)<= 50 charactersrequired
invoiceNumberintegerread-only

Auto-incrementing number based on the sequence of invoices for any particular customer.

orderIdstring or nullread-only

ID of the order (experimental).

Example:

"ord_01GYJPRKHBD6ZYHH897QCJMBS4"

subscriptionIdstring<= 50 charactersread-only

ID of the related subscription order, if available. This field is null if there are no related subscription orders.

Example:

"sub_01HRF27SATGE4Z6PBJE6PD8328"

quoteIdstring or null<= 50 charactersread-only

ID of the related quote, if available. This field is null if there are no related quotes.

Example:

"qt_0YV7DES3WPC5J8JD8QTVNZBZNZ"

currencystring(CurrencyCode)= 3 charactersrequired

Currency code in ISO 4217 format.

amountnumber(double)read-only

Amount of the invoice.

amountDuenumber(double)read-only

Amount that is due on the invoice.

subtotalAmountnumber(double)read-only

Subtotal amount of the invoice.

discountAmountnumber(double)read-only

Discount amount that is applied to the invoice.

shippingobject(Shipping)

Shipping settings.

taxobject(Taxes)

Taxes.

organizationTaxIdNumberobject or null

Organization tax ID number that is displayed on the invoice.

customerTaxIdNumberobject or null

Customer tax ID number that is displayed on the invoice.

billingAddressobject(ContactObject)

Contact's information.

deliveryAddressobject(ContactObject)

Contact's information.

poNumberstring or null<= 50 characters

Purchase order number that is displayed on the invoice.

Example:

"PO123456"

notesstring<= 65535 characters

Notes for the customer that are displayed on the invoice.

itemsArray of objects(InvoiceItem)read-only

Invoice items array.

discountsArray of objectsread-only

Discounts applied.

autopayScheduledTimestring or null(date-time)

Date and time when an automatic payment (autopay) is scheduled.

autopayRetryNumberinteger>= 0read-only

Number of times that an automatic payment (autopay) has been attempted on an invoice.

Default 0
statusstringread-only

Status of the invoice.

Enum"draft""quotation""unpaid""paid""partially-paid""past-due""abandoned""voided""partially-refunded""refunded"
delinquentCollectionPeriodintegerread-only

Length of time, in days, between when the invoice is due and when the invoice is paid.

collectionPeriodintegerread-only

Length of time, in days, between when the invoice is issued and when the invoice is paid.

abandonedTimestring or null(date-time)read-only

Date and time when the invoice is abandoned.

voidedTimestring or null(date-time)read-only

Date and time when the invoice is voided.

paidTimestring or null(date-time)read-only

Date and time when the invoice is paid.

dueTimestring(date-time)

Date and time when the invoice is due for payment.

issuedTimestring(date-time)(ServerTimestamp)read-only

Read-only timestamp in ISO 8601 date-time format.

createdTimestring(date-time)(CreatedTime)read-only

Date and time which is set automatically when the resource is created.

updatedTimestring(date-time)(UpdatedTime)read-only

Date and time which updates automatically when the resource is updated.

paymentFormUrlstring or null(url)read-only

URL where the customer is redirected to pay the invoice using one of the methods which are available to the customer. This is an alternative to creating a new transaction with empty methods.

customerIdstring<= 50 charactersrequired

ID of the customer resource.

Example:

"cus_0YV7DDSDD1C8DA64KHH2W33CPF"

transactionsArray of objects(Transaction)<= 10 itemsread-only

Invoice transactions array.

retryInstructionobject or null

Invoice payment retry instruction. This object specifies how to proceed if a payment related to the invoice fails.

revisionintegerread-only

Number of times the invoice data has been modified.

Use the revision number when analyzing webhook data to determine if a change should take precedence over the current representation.

typestringread-only

Type of invoice.

Enum"initial""renewal""interim""cancellation""one-time""refund""charge""one-time-sale"
dueReminderTimestring or null(date-time)read-only

Date and time when a past due reminder event is triggered.

dueReminderNumberinteger or nullread-only

Number of past due reminder events that have been triggered.

organizationIdstring<= 50 charactersread-only

Unique organization identifier. An organization is an entity that represents a company. For more information, see Obtain an organization ID.

Example:

"org_0YVDM8RC7GDADADSBSMW124JA8"

delinquencyTimestring or null(date-time)

Date and time when the related order is considered delinquent, and is canceled. If this value is null, no delinquency time is configured. If the dueTime of the order becomes greater than the delinquencyTime value, the delinquencyTime value becomes equal to dueTime.

If an invoice is not related to an order, this field can only be null.

Default null
_linksArray of objectsread-only

Related links.

_embeddedobjectread-only

Embedded objects that are requested by the expand query parameter.

Response
application/json
{ "id": "in_0YVF9605RKC62BP14NE2R7V2XT", "websiteId": "web_0YV7DE4Z26DQSA1AC92FBJ7SEG", "invoiceNumber": 0, "orderId": "ord_01GYJPRKHBD6ZYHH897QCJMBS4", "subscriptionId": "sub_01HRF27SATGE4Z6PBJE6PD8328", "quoteId": "qt_0YV7DES3WPC5J8JD8QTVNZBZNZ", "currency": "USD", "amount": 0.1, "amountDue": 0.1, "subtotalAmount": 0.1, "discountAmount": 0.1, "shipping": { "amount": 0.1, "calculator": "manual" }, "tax": { "calculator": "manual", "amount": 0, "items": [] }, "organizationTaxIdNumber": { "type": "eu-vat", "value": "GB980780684" }, "customerTaxIdNumber": { "type": "eu-vat", "value": "GB980780684" }, "billingAddress": { "firstName": "Benjamin", "lastName": "Franklin", "organization": "Rebilly", "address": "36 Craven St", "address2": "^w$", "city": "Austin", "region": "Texas", "country": "GB", "postalCode": "WC2N 5NF", "phoneNumbers": [], "emails": [], "dob": "1980-04-01", "jobTitle": "CEO", "hash": "056ae6d97c788b9e98b049ebafd7b229bf852221" }, "deliveryAddress": { "firstName": "Benjamin", "lastName": "Franklin", "organization": "Rebilly", "address": "36 Craven St", "address2": "^w$", "city": "Austin", "region": "Texas", "country": "GB", "postalCode": "WC2N 5NF", "phoneNumbers": [], "emails": [], "dob": "1980-04-01", "jobTitle": "CEO", "hash": "056ae6d97c788b9e98b049ebafd7b229bf852221" }, "poNumber": "PO123456", "notes": "string", "items": [ {} ], "discounts": [ {} ], "autopayScheduledTime": "2019-08-24T14:15:22Z", "autopayRetryNumber": 0, "status": "draft", "delinquentCollectionPeriod": 0, "collectionPeriod": 0, "abandonedTime": "2019-08-24T14:15:22Z", "voidedTime": "2019-08-24T14:15:22Z", "paidTime": "2019-08-24T14:15:22Z", "dueTime": "2019-08-24T14:15:22Z", "issuedTime": "2019-08-24T14:15:22Z", "createdTime": "2019-08-24T14:15:22Z", "updatedTime": "2019-08-24T14:15:22Z", "paymentFormUrl": "string", "customerId": "cus_0YV7DDSDD1C8DA64KHH2W33CPF", "transactions": [ {} ], "retryInstruction": { "attempts": [], "afterAttemptPolicies": [], "afterRetryEndPolicies": [] }, "revision": 0, "type": "initial", "dueReminderTime": "2019-08-24T14:15:22Z", "dueReminderNumber": 0, "organizationId": "org_0YVDM8RC7GDADADSBSMW124JA8", "delinquencyTime": null, "_links": [ {} ], "_embedded": { "customer": {}, "website": {}, "organization": {}, "leadSource": {}, "shippingRate": {} } }

Void an invoice

Request

Voids an invoice with a specified ID.

Path
idstring<= 50 characters^[@~\-\.\w]+$required

ID of the resource.

curl -i -X POST \
  'https://www.rebilly.com/_mock/docs/dev-docs/api/invoices/{id}/void' \
  -H 'REB-APIKEY: YOUR_API_KEY_HERE'
Experience it firsthand in the API Explorer!

Responses

Invoice voided.

Headers
Locationstring(uri)

Location of the related resource.

Example:

"https://api.rebilly.com/example"

Bodyapplication/json
idstring<= 50 charactersread-only

ID of the invoice.

Example:

"in_0YVF9605RKC62BP14NE2R7V2XT"

websiteIdstring(WebsiteId)<= 50 charactersrequired
invoiceNumberintegerread-only

Auto-incrementing number based on the sequence of invoices for any particular customer.

orderIdstring or nullread-only

ID of the order (experimental).

Example:

"ord_01GYJPRKHBD6ZYHH897QCJMBS4"

subscriptionIdstring<= 50 charactersread-only

ID of the related subscription order, if available. This field is null if there are no related subscription orders.

Example:

"sub_01HRF27SATGE4Z6PBJE6PD8328"

quoteIdstring or null<= 50 charactersread-only

ID of the related quote, if available. This field is null if there are no related quotes.

Example:

"qt_0YV7DES3WPC5J8JD8QTVNZBZNZ"

currencystring(CurrencyCode)= 3 charactersrequired

Currency code in ISO 4217 format.

amountnumber(double)read-only

Amount of the invoice.

amountDuenumber(double)read-only

Amount that is due on the invoice.

subtotalAmountnumber(double)read-only

Subtotal amount of the invoice.

discountAmountnumber(double)read-only

Discount amount that is applied to the invoice.

shippingobject(Shipping)

Shipping settings.

taxobject(Taxes)

Taxes.

organizationTaxIdNumberobject or null

Organization tax ID number that is displayed on the invoice.

customerTaxIdNumberobject or null

Customer tax ID number that is displayed on the invoice.

billingAddressobject(ContactObject)

Contact's information.

deliveryAddressobject(ContactObject)

Contact's information.

poNumberstring or null<= 50 characters

Purchase order number that is displayed on the invoice.

Example:

"PO123456"

notesstring<= 65535 characters

Notes for the customer that are displayed on the invoice.

itemsArray of objects(InvoiceItem)read-only

Invoice items array.

discountsArray of objectsread-only

Discounts applied.

autopayScheduledTimestring or null(date-time)

Date and time when an automatic payment (autopay) is scheduled.

autopayRetryNumberinteger>= 0read-only

Number of times that an automatic payment (autopay) has been attempted on an invoice.

Default 0
statusstringread-only

Status of the invoice.

Enum"draft""quotation""unpaid""paid""partially-paid""past-due""abandoned""voided""partially-refunded""refunded"
delinquentCollectionPeriodintegerread-only

Length of time, in days, between when the invoice is due and when the invoice is paid.

collectionPeriodintegerread-only

Length of time, in days, between when the invoice is issued and when the invoice is paid.

abandonedTimestring or null(date-time)read-only

Date and time when the invoice is abandoned.

voidedTimestring or null(date-time)read-only

Date and time when the invoice is voided.

paidTimestring or null(date-time)read-only

Date and time when the invoice is paid.

dueTimestring(date-time)

Date and time when the invoice is due for payment.

issuedTimestring(date-time)(ServerTimestamp)read-only

Read-only timestamp in ISO 8601 date-time format.

createdTimestring(date-time)(CreatedTime)read-only

Date and time which is set automatically when the resource is created.

updatedTimestring(date-time)(UpdatedTime)read-only

Date and time which updates automatically when the resource is updated.

paymentFormUrlstring or null(url)read-only

URL where the customer is redirected to pay the invoice using one of the methods which are available to the customer. This is an alternative to creating a new transaction with empty methods.

customerIdstring<= 50 charactersrequired

ID of the customer resource.

Example:

"cus_0YV7DDSDD1C8DA64KHH2W33CPF"

transactionsArray of objects(Transaction)<= 10 itemsread-only

Invoice transactions array.

retryInstructionobject or null

Invoice payment retry instruction. This object specifies how to proceed if a payment related to the invoice fails.

revisionintegerread-only

Number of times the invoice data has been modified.

Use the revision number when analyzing webhook data to determine if a change should take precedence over the current representation.

typestringread-only

Type of invoice.

Enum"initial""renewal""interim""cancellation""one-time""refund""charge""one-time-sale"
dueReminderTimestring or null(date-time)read-only

Date and time when a past due reminder event is triggered.

dueReminderNumberinteger or nullread-only

Number of past due reminder events that have been triggered.

organizationIdstring<= 50 charactersread-only

Unique organization identifier. An organization is an entity that represents a company. For more information, see Obtain an organization ID.

Example:

"org_0YVDM8RC7GDADADSBSMW124JA8"

delinquencyTimestring or null(date-time)

Date and time when the related order is considered delinquent, and is canceled. If this value is null, no delinquency time is configured. If the dueTime of the order becomes greater than the delinquencyTime value, the delinquencyTime value becomes equal to dueTime.

If an invoice is not related to an order, this field can only be null.

Default null
_linksArray of objectsread-only

Related links.

_embeddedobjectread-only

Embedded objects that are requested by the expand query parameter.

Response
application/json
{ "id": "in_0YVF9605RKC62BP14NE2R7V2XT", "websiteId": "web_0YV7DE4Z26DQSA1AC92FBJ7SEG", "invoiceNumber": 0, "orderId": "ord_01GYJPRKHBD6ZYHH897QCJMBS4", "subscriptionId": "sub_01HRF27SATGE4Z6PBJE6PD8328", "quoteId": "qt_0YV7DES3WPC5J8JD8QTVNZBZNZ", "currency": "USD", "amount": 0.1, "amountDue": 0.1, "subtotalAmount": 0.1, "discountAmount": 0.1, "shipping": { "amount": 0.1, "calculator": "manual" }, "tax": { "calculator": "manual", "amount": 0, "items": [] }, "organizationTaxIdNumber": { "type": "eu-vat", "value": "GB980780684" }, "customerTaxIdNumber": { "type": "eu-vat", "value": "GB980780684" }, "billingAddress": { "firstName": "Benjamin", "lastName": "Franklin", "organization": "Rebilly", "address": "36 Craven St", "address2": "^w$", "city": "Austin", "region": "Texas", "country": "GB", "postalCode": "WC2N 5NF", "phoneNumbers": [], "emails": [], "dob": "1980-04-01", "jobTitle": "CEO", "hash": "056ae6d97c788b9e98b049ebafd7b229bf852221" }, "deliveryAddress": { "firstName": "Benjamin", "lastName": "Franklin", "organization": "Rebilly", "address": "36 Craven St", "address2": "^w$", "city": "Austin", "region": "Texas", "country": "GB", "postalCode": "WC2N 5NF", "phoneNumbers": [], "emails": [], "dob": "1980-04-01", "jobTitle": "CEO", "hash": "056ae6d97c788b9e98b049ebafd7b229bf852221" }, "poNumber": "PO123456", "notes": "string", "items": [ {} ], "discounts": [ {} ], "autopayScheduledTime": "2019-08-24T14:15:22Z", "autopayRetryNumber": 0, "status": "draft", "delinquentCollectionPeriod": 0, "collectionPeriod": 0, "abandonedTime": "2019-08-24T14:15:22Z", "voidedTime": "2019-08-24T14:15:22Z", "paidTime": "2019-08-24T14:15:22Z", "dueTime": "2019-08-24T14:15:22Z", "issuedTime": "2019-08-24T14:15:22Z", "createdTime": "2019-08-24T14:15:22Z", "updatedTime": "2019-08-24T14:15:22Z", "paymentFormUrl": "string", "customerId": "cus_0YV7DDSDD1C8DA64KHH2W33CPF", "transactions": [ {} ], "retryInstruction": { "attempts": [], "afterAttemptPolicies": [], "afterRetryEndPolicies": [] }, "revision": 0, "type": "initial", "dueReminderTime": "2019-08-24T14:15:22Z", "dueReminderNumber": 0, "organizationId": "org_0YVDM8RC7GDADADSBSMW124JA8", "delinquencyTime": null, "_links": [ {} ], "_embedded": { "customer": {}, "website": {}, "organization": {}, "leadSource": {}, "shippingRate": {} } }

Recalculate an invoice

Request

Recalculates shipping rates, taxes, and discounts on an invoice with a specified ID.

One use case for this operation to apply a revoked coupon, or coupon that is redeemed by a customer after the invoice is issued.

Path
idstring<= 50 characters^[@~\-\.\w]+$required

ID of the resource.

curl -i -X POST \
  'https://www.rebilly.com/_mock/docs/dev-docs/api/invoices/{id}/recalculate' \
  -H 'REB-APIKEY: YOUR_API_KEY_HERE'
Experience it firsthand in the API Explorer!

Responses

Invoice recalculated.

Headers
Locationstring(uri)

Location of the related resource.

Example:

"https://api.rebilly.com/example"

Bodyapplication/json
idstring<= 50 charactersread-only

ID of the invoice.

Example:

"in_0YVF9605RKC62BP14NE2R7V2XT"

websiteIdstring(WebsiteId)<= 50 charactersrequired
invoiceNumberintegerread-only

Auto-incrementing number based on the sequence of invoices for any particular customer.

orderIdstring or nullread-only

ID of the order (experimental).

Example:

"ord_01GYJPRKHBD6ZYHH897QCJMBS4"

subscriptionIdstring<= 50 charactersread-only

ID of the related subscription order, if available. This field is null if there are no related subscription orders.

Example:

"sub_01HRF27SATGE4Z6PBJE6PD8328"

quoteIdstring or null<= 50 charactersread-only

ID of the related quote, if available. This field is null if there are no related quotes.

Example:

"qt_0YV7DES3WPC5J8JD8QTVNZBZNZ"

currencystring(CurrencyCode)= 3 charactersrequired

Currency code in ISO 4217 format.

amountnumber(double)read-only

Amount of the invoice.

amountDuenumber(double)read-only

Amount that is due on the invoice.

subtotalAmountnumber(double)read-only

Subtotal amount of the invoice.

discountAmountnumber(double)read-only

Discount amount that is applied to the invoice.

shippingobject(Shipping)

Shipping settings.

taxobject(Taxes)

Taxes.

organizationTaxIdNumberobject or null

Organization tax ID number that is displayed on the invoice.

customerTaxIdNumberobject or null

Customer tax ID number that is displayed on the invoice.

billingAddressobject(ContactObject)

Contact's information.

deliveryAddressobject(ContactObject)

Contact's information.

poNumberstring or null<= 50 characters

Purchase order number that is displayed on the invoice.

Example:

"PO123456"

notesstring<= 65535 characters

Notes for the customer that are displayed on the invoice.

itemsArray of objects(InvoiceItem)read-only

Invoice items array.

discountsArray of objectsread-only

Discounts applied.

autopayScheduledTimestring or null(date-time)

Date and time when an automatic payment (autopay) is scheduled.

autopayRetryNumberinteger>= 0read-only

Number of times that an automatic payment (autopay) has been attempted on an invoice.

Default 0
statusstringread-only

Status of the invoice.

Enum"draft""quotation""unpaid""paid""partially-paid""past-due""abandoned""voided""partially-refunded""refunded"
delinquentCollectionPeriodintegerread-only

Length of time, in days, between when the invoice is due and when the invoice is paid.

collectionPeriodintegerread-only

Length of time, in days, between when the invoice is issued and when the invoice is paid.

abandonedTimestring or null(date-time)read-only

Date and time when the invoice is abandoned.

voidedTimestring or null(date-time)read-only

Date and time when the invoice is voided.

paidTimestring or null(date-time)read-only

Date and time when the invoice is paid.

dueTimestring(date-time)

Date and time when the invoice is due for payment.

issuedTimestring(date-time)(ServerTimestamp)read-only

Read-only timestamp in ISO 8601 date-time format.

createdTimestring(date-time)(CreatedTime)read-only

Date and time which is set automatically when the resource is created.

updatedTimestring(date-time)(UpdatedTime)read-only

Date and time which updates automatically when the resource is updated.

paymentFormUrlstring or null(url)read-only

URL where the customer is redirected to pay the invoice using one of the methods which are available to the customer. This is an alternative to creating a new transaction with empty methods.

customerIdstring<= 50 charactersrequired

ID of the customer resource.

Example:

"cus_0YV7DDSDD1C8DA64KHH2W33CPF"

transactionsArray of objects(Transaction)<= 10 itemsread-only

Invoice transactions array.

retryInstructionobject or null

Invoice payment retry instruction. This object specifies how to proceed if a payment related to the invoice fails.

revisionintegerread-only

Number of times the invoice data has been modified.

Use the revision number when analyzing webhook data to determine if a change should take precedence over the current representation.

typestringread-only

Type of invoice.

Enum"initial""renewal""interim""cancellation""one-time""refund""charge""one-time-sale"
dueReminderTimestring or null(date-time)read-only

Date and time when a past due reminder event is triggered.

dueReminderNumberinteger or nullread-only

Number of past due reminder events that have been triggered.

organizationIdstring<= 50 charactersread-only

Unique organization identifier. An organization is an entity that represents a company. For more information, see Obtain an organization ID.

Example:

"org_0YVDM8RC7GDADADSBSMW124JA8"

delinquencyTimestring or null(date-time)

Date and time when the related order is considered delinquent, and is canceled. If this value is null, no delinquency time is configured. If the dueTime of the order becomes greater than the delinquencyTime value, the delinquencyTime value becomes equal to dueTime.

If an invoice is not related to an order, this field can only be null.

Default null
_linksArray of objectsread-only

Related links.

_embeddedobjectread-only

Embedded objects that are requested by the expand query parameter.

Response
application/json
{ "id": "in_0YVF9605RKC62BP14NE2R7V2XT", "websiteId": "web_0YV7DE4Z26DQSA1AC92FBJ7SEG", "invoiceNumber": 0, "orderId": "ord_01GYJPRKHBD6ZYHH897QCJMBS4", "subscriptionId": "sub_01HRF27SATGE4Z6PBJE6PD8328", "quoteId": "qt_0YV7DES3WPC5J8JD8QTVNZBZNZ", "currency": "USD", "amount": 0.1, "amountDue": 0.1, "subtotalAmount": 0.1, "discountAmount": 0.1, "shipping": { "amount": 0.1, "calculator": "manual" }, "tax": { "calculator": "manual", "amount": 0, "items": [] }, "organizationTaxIdNumber": { "type": "eu-vat", "value": "GB980780684" }, "customerTaxIdNumber": { "type": "eu-vat", "value": "GB980780684" }, "billingAddress": { "firstName": "Benjamin", "lastName": "Franklin", "organization": "Rebilly", "address": "36 Craven St", "address2": "^w$", "city": "Austin", "region": "Texas", "country": "GB", "postalCode": "WC2N 5NF", "phoneNumbers": [], "emails": [], "dob": "1980-04-01", "jobTitle": "CEO", "hash": "056ae6d97c788b9e98b049ebafd7b229bf852221" }, "deliveryAddress": { "firstName": "Benjamin", "lastName": "Franklin", "organization": "Rebilly", "address": "36 Craven St", "address2": "^w$", "city": "Austin", "region": "Texas", "country": "GB", "postalCode": "WC2N 5NF", "phoneNumbers": [], "emails": [], "dob": "1980-04-01", "jobTitle": "CEO", "hash": "056ae6d97c788b9e98b049ebafd7b229bf852221" }, "poNumber": "PO123456", "notes": "string", "items": [ {} ], "discounts": [ {} ], "autopayScheduledTime": "2019-08-24T14:15:22Z", "autopayRetryNumber": 0, "status": "draft", "delinquentCollectionPeriod": 0, "collectionPeriod": 0, "abandonedTime": "2019-08-24T14:15:22Z", "voidedTime": "2019-08-24T14:15:22Z", "paidTime": "2019-08-24T14:15:22Z", "dueTime": "2019-08-24T14:15:22Z", "issuedTime": "2019-08-24T14:15:22Z", "createdTime": "2019-08-24T14:15:22Z", "updatedTime": "2019-08-24T14:15:22Z", "paymentFormUrl": "string", "customerId": "cus_0YV7DDSDD1C8DA64KHH2W33CPF", "transactions": [ {} ], "retryInstruction": { "attempts": [], "afterAttemptPolicies": [], "afterRetryEndPolicies": [] }, "revision": 0, "type": "initial", "dueReminderTime": "2019-08-24T14:15:22Z", "dueReminderNumber": 0, "organizationId": "org_0YVDM8RC7GDADADSBSMW124JA8", "delinquencyTime": null, "_links": [ {} ], "_embedded": { "customer": {}, "website": {}, "organization": {}, "leadSource": {}, "shippingRate": {} } }

Reissue an invoice

Request

Reissues an invoice with a specified ID. The status of the invoice must be unpaid or past-due.

Path
idstring<= 50 characters^[@~\-\.\w]+$required

ID of the resource.

Bodyapplication/jsonrequired

InvoiceReissue resource.

dueTimestring or null(date-time)

Date and time when the invoice is due for payment. If this field is null or omitted, this value is set to the current date-time.

curl -i -X POST \
  'https://www.rebilly.com/_mock/docs/dev-docs/api/invoices/{id}/reissue' \
  -H 'Content-Type: application/json' \
  -H 'REB-APIKEY: YOUR_API_KEY_HERE' \
  -d '{
    "dueTime": "2019-08-24T14:15:22Z"
  }'
Experience it firsthand in the API Explorer!

Responses

Invoice reissued.

Headers
Locationstring(uri)

Location of the related resource.

Example:

"https://api.rebilly.com/example"

Bodyapplication/json
idstring<= 50 charactersread-only

ID of the invoice.

Example:

"in_0YVF9605RKC62BP14NE2R7V2XT"

websiteIdstring(WebsiteId)<= 50 charactersrequired
invoiceNumberintegerread-only

Auto-incrementing number based on the sequence of invoices for any particular customer.

orderIdstring or nullread-only

ID of the order (experimental).

Example:

"ord_01GYJPRKHBD6ZYHH897QCJMBS4"

subscriptionIdstring<= 50 charactersread-only

ID of the related subscription order, if available. This field is null if there are no related subscription orders.

Example:

"sub_01HRF27SATGE4Z6PBJE6PD8328"

quoteIdstring or null<= 50 charactersread-only

ID of the related quote, if available. This field is null if there are no related quotes.

Example:

"qt_0YV7DES3WPC5J8JD8QTVNZBZNZ"

currencystring(CurrencyCode)= 3 charactersrequired

Currency code in ISO 4217 format.

amountnumber(double)read-only

Amount of the invoice.

amountDuenumber(double)read-only

Amount that is due on the invoice.

subtotalAmountnumber(double)read-only

Subtotal amount of the invoice.

discountAmountnumber(double)read-only

Discount amount that is applied to the invoice.

shippingobject(Shipping)

Shipping settings.

taxobject(Taxes)

Taxes.

organizationTaxIdNumberobject or null

Organization tax ID number that is displayed on the invoice.

customerTaxIdNumberobject or null

Customer tax ID number that is displayed on the invoice.

billingAddressobject(ContactObject)

Contact's information.

deliveryAddressobject(ContactObject)

Contact's information.

poNumberstring or null<= 50 characters

Purchase order number that is displayed on the invoice.

Example:

"PO123456"

notesstring<= 65535 characters

Notes for the customer that are displayed on the invoice.

itemsArray of objects(InvoiceItem)read-only

Invoice items array.

discountsArray of objectsread-only

Discounts applied.

autopayScheduledTimestring or null(date-time)

Date and time when an automatic payment (autopay) is scheduled.

autopayRetryNumberinteger>= 0read-only

Number of times that an automatic payment (autopay) has been attempted on an invoice.

Default 0
statusstringread-only

Status of the invoice.

Enum"draft""quotation""unpaid""paid""partially-paid""past-due""abandoned""voided""partially-refunded""refunded"
delinquentCollectionPeriodintegerread-only

Length of time, in days, between when the invoice is due and when the invoice is paid.

collectionPeriodintegerread-only

Length of time, in days, between when the invoice is issued and when the invoice is paid.

abandonedTimestring or null(date-time)read-only

Date and time when the invoice is abandoned.

voidedTimestring or null(date-time)read-only

Date and time when the invoice is voided.

paidTimestring or null(date-time)read-only

Date and time when the invoice is paid.

dueTimestring(date-time)

Date and time when the invoice is due for payment.

issuedTimestring(date-time)(ServerTimestamp)read-only

Read-only timestamp in ISO 8601 date-time format.

createdTimestring(date-time)(CreatedTime)read-only

Date and time which is set automatically when the resource is created.

updatedTimestring(date-time)(UpdatedTime)read-only

Date and time which updates automatically when the resource is updated.

paymentFormUrlstring or null(url)read-only

URL where the customer is redirected to pay the invoice using one of the methods which are available to the customer. This is an alternative to creating a new transaction with empty methods.

customerIdstring<= 50 charactersrequired

ID of the customer resource.

Example:

"cus_0YV7DDSDD1C8DA64KHH2W33CPF"

transactionsArray of objects(Transaction)<= 10 itemsread-only

Invoice transactions array.

retryInstructionobject or null

Invoice payment retry instruction. This object specifies how to proceed if a payment related to the invoice fails.

revisionintegerread-only

Number of times the invoice data has been modified.

Use the revision number when analyzing webhook data to determine if a change should take precedence over the current representation.

typestringread-only

Type of invoice.

Enum"initial""renewal""interim""cancellation""one-time""refund""charge""one-time-sale"
dueReminderTimestring or null(date-time)read-only

Date and time when a past due reminder event is triggered.

dueReminderNumberinteger or nullread-only

Number of past due reminder events that have been triggered.

organizationIdstring<= 50 charactersread-only

Unique organization identifier. An organization is an entity that represents a company. For more information, see Obtain an organization ID.

Example:

"org_0YVDM8RC7GDADADSBSMW124JA8"

delinquencyTimestring or null(date-time)

Date and time when the related order is considered delinquent, and is canceled. If this value is null, no delinquency time is configured. If the dueTime of the order becomes greater than the delinquencyTime value, the delinquencyTime value becomes equal to dueTime.

If an invoice is not related to an order, this field can only be null.

Default null
_linksArray of objectsread-only

Related links.

_embeddedobjectread-only

Embedded objects that are requested by the expand query parameter.

Response
application/json
{ "id": "in_0YVF9605RKC62BP14NE2R7V2XT", "websiteId": "web_0YV7DE4Z26DQSA1AC92FBJ7SEG", "invoiceNumber": 0, "orderId": "ord_01GYJPRKHBD6ZYHH897QCJMBS4", "subscriptionId": "sub_01HRF27SATGE4Z6PBJE6PD8328", "quoteId": "qt_0YV7DES3WPC5J8JD8QTVNZBZNZ", "currency": "USD", "amount": 0.1, "amountDue": 0.1, "subtotalAmount": 0.1, "discountAmount": 0.1, "shipping": { "amount": 0.1, "calculator": "manual" }, "tax": { "calculator": "manual", "amount": 0, "items": [] }, "organizationTaxIdNumber": { "type": "eu-vat", "value": "GB980780684" }, "customerTaxIdNumber": { "type": "eu-vat", "value": "GB980780684" }, "billingAddress": { "firstName": "Benjamin", "lastName": "Franklin", "organization": "Rebilly", "address": "36 Craven St", "address2": "^w$", "city": "Austin", "region": "Texas", "country": "GB", "postalCode": "WC2N 5NF", "phoneNumbers": [], "emails": [], "dob": "1980-04-01", "jobTitle": "CEO", "hash": "056ae6d97c788b9e98b049ebafd7b229bf852221" }, "deliveryAddress": { "firstName": "Benjamin", "lastName": "Franklin", "organization": "Rebilly", "address": "36 Craven St", "address2": "^w$", "city": "Austin", "region": "Texas", "country": "GB", "postalCode": "WC2N 5NF", "phoneNumbers": [], "emails": [], "dob": "1980-04-01", "jobTitle": "CEO", "hash": "056ae6d97c788b9e98b049ebafd7b229bf852221" }, "poNumber": "PO123456", "notes": "string", "items": [ {} ], "discounts": [ {} ], "autopayScheduledTime": "2019-08-24T14:15:22Z", "autopayRetryNumber": 0, "status": "draft", "delinquentCollectionPeriod": 0, "collectionPeriod": 0, "abandonedTime": "2019-08-24T14:15:22Z", "voidedTime": "2019-08-24T14:15:22Z", "paidTime": "2019-08-24T14:15:22Z", "dueTime": "2019-08-24T14:15:22Z", "issuedTime": "2019-08-24T14:15:22Z", "createdTime": "2019-08-24T14:15:22Z", "updatedTime": "2019-08-24T14:15:22Z", "paymentFormUrl": "string", "customerId": "cus_0YV7DDSDD1C8DA64KHH2W33CPF", "transactions": [ {} ], "retryInstruction": { "attempts": [], "afterAttemptPolicies": [], "afterRetryEndPolicies": [] }, "revision": 0, "type": "initial", "dueReminderTime": "2019-08-24T14:15:22Z", "dueReminderNumber": 0, "organizationId": "org_0YVDM8RC7GDADADSBSMW124JA8", "delinquencyTime": null, "_links": [ {} ], "_embedded": { "customer": {}, "website": {}, "organization": {}, "leadSource": {}, "shippingRate": {} } }

Retrieve transaction amounts allocations

Request

Retrieves amounts from a transaction that are allocated as invoice payments.

Path
idstring<= 50 characters^[@~\-\.\w]+$required

ID of the resource.

Query
limitinteger[ 0 .. 1000 ]

Limits the number of collection items to be returned.

offsetinteger[ 0 .. 1000 ]

Specifies the starting point within the collection of items to be returned.

curl -i -X GET \
  'https://www.rebilly.com/_mock/docs/dev-docs/api/invoices/{id}/transaction-allocations?limit=1000&offset=1000' \
  -H 'REB-APIKEY: YOUR_API_KEY_HERE'
Experience it firsthand in the API Explorer!

Responses

List of allocations retrieved.

Headers
Pagination-Totalinteger

Total number of items.

Example:

332

Pagination-Limitinteger

Maximum number of items per page.

Example:

100

Pagination-Offsetinteger

Specifies the starting point within the collection of resource results. For example, a request with limit=20 retrieves and displays the first 20 results on a page. A following request with limit=20 and offset=20, retrieves the next page of 20 results.

Example:

2

Bodyapplication/jsonArray [
invoiceIdstring<= 50 characters

Unique resource ID.

Example:

"in_0YVF9605RKC62BP14NE2R7V2XT"

transactionIdstring(TransactionId)<= 50 characters

ID of the transaction.

amountnumber(double)
currencystring(CurrencyCode)= 3 characters

Currency code in ISO 4217 format.

_linksArray of objectsread-only

Related links.

]
Response
application/json
[ { "invoiceId": "in_0YVF9605RKC62BP14NE2R7V2XT", "transactionId": "txn_0YVDTQJ8YWDGQACV2N2N5SPWQ0", "amount": 0.1, "currency": "USD", "_links": [] } ]

Apply a transaction to an invoice

Request

Applies a transaction to an invoice. The invoice status must be unpaid, and the transaction must have a non-zero unused amount.

Path
idstring<= 50 characters^[@~\-\.\w]+$required

ID of the resource.

Bodyapplication/jsonrequired

Invoice transaction resource.

transactionIdstring(TransactionId)<= 50 charactersrequired

ID of the transaction.

amountnumber(double)

Amount to be applied to the invoice. This value must not exceed the transaction amount. If omitted, the lesser of the unused transaction amount or the invoice due amount is used.

curl -i -X POST \
  'https://www.rebilly.com/_mock/docs/dev-docs/api/invoices/{id}/transaction' \
  -H 'Content-Type: application/json' \
  -H 'REB-APIKEY: YOUR_API_KEY_HERE' \
  -d '{
    "transactionId": "txn_0YVDTQJ8YWDGQACV2N2N5SPWQ0",
    "amount": 0.1
  }'
Experience it firsthand in the API Explorer!

Responses

Transaction applied to invoice.

Bodyapplication/json
idstring<= 50 charactersread-only

ID of the invoice.

Example:

"in_0YVF9605RKC62BP14NE2R7V2XT"

websiteIdstring(WebsiteId)<= 50 charactersrequired
invoiceNumberintegerread-only

Auto-incrementing number based on the sequence of invoices for any particular customer.

orderIdstring or nullread-only

ID of the order (experimental).

Example:

"ord_01GYJPRKHBD6ZYHH897QCJMBS4"

subscriptionIdstring<= 50 charactersread-only

ID of the related subscription order, if available. This field is null if there are no related subscription orders.

Example:

"sub_01HRF27SATGE4Z6PBJE6PD8328"

quoteIdstring or null<= 50 charactersread-only

ID of the related quote, if available. This field is null if there are no related quotes.

Example:

"qt_0YV7DES3WPC5J8JD8QTVNZBZNZ"

currencystring(CurrencyCode)= 3 charactersrequired

Currency code in ISO 4217 format.

amountnumber(double)read-only

Amount of the invoice.

amountDuenumber(double)read-only

Amount that is due on the invoice.

subtotalAmountnumber(double)read-only

Subtotal amount of the invoice.

discountAmountnumber(double)read-only

Discount amount that is applied to the invoice.

shippingobject(Shipping)

Shipping settings.

taxobject(Taxes)

Taxes.

organizationTaxIdNumberobject or null

Organization tax ID number that is displayed on the invoice.

customerTaxIdNumberobject or null

Customer tax ID number that is displayed on the invoice.

billingAddressobject(ContactObject)

Contact's information.

deliveryAddressobject(ContactObject)

Contact's information.

poNumberstring or null<= 50 characters

Purchase order number that is displayed on the invoice.

Example:

"PO123456"

notesstring<= 65535 characters

Notes for the customer that are displayed on the invoice.

itemsArray of objects(InvoiceItem)read-only

Invoice items array.

discountsArray of objectsread-only

Discounts applied.

autopayScheduledTimestring or null(date-time)

Date and time when an automatic payment (autopay) is scheduled.

autopayRetryNumberinteger>= 0read-only

Number of times that an automatic payment (autopay) has been attempted on an invoice.

Default 0
statusstringread-only

Status of the invoice.

Enum"draft""quotation""unpaid""paid""partially-paid""past-due""abandoned""voided""partially-refunded""refunded"
delinquentCollectionPeriodintegerread-only

Length of time, in days, between when the invoice is due and when the invoice is paid.

collectionPeriodintegerread-only

Length of time, in days, between when the invoice is issued and when the invoice is paid.

abandonedTimestring or null(date-time)read-only

Date and time when the invoice is abandoned.

voidedTimestring or null(date-time)read-only

Date and time when the invoice is voided.

paidTimestring or null(date-time)read-only

Date and time when the invoice is paid.

dueTimestring(date-time)

Date and time when the invoice is due for payment.

issuedTimestring(date-time)(ServerTimestamp)read-only

Read-only timestamp in ISO 8601 date-time format.

createdTimestring(date-time)(CreatedTime)read-only

Date and time which is set automatically when the resource is created.

updatedTimestring(date-time)(UpdatedTime)read-only

Date and time which updates automatically when the resource is updated.

paymentFormUrlstring or null(url)read-only

URL where the customer is redirected to pay the invoice using one of the methods which are available to the customer. This is an alternative to creating a new transaction with empty methods.

customerIdstring<= 50 charactersrequired

ID of the customer resource.

Example:

"cus_0YV7DDSDD1C8DA64KHH2W33CPF"

transactionsArray of objects(Transaction)<= 10 itemsread-only

Invoice transactions array.

retryInstructionobject or null

Invoice payment retry instruction. This object specifies how to proceed if a payment related to the invoice fails.

revisionintegerread-only

Number of times the invoice data has been modified.

Use the revision number when analyzing webhook data to determine if a change should take precedence over the current representation.

typestringread-only

Type of invoice.

Enum"initial""renewal""interim""cancellation""one-time""refund""charge""one-time-sale"
dueReminderTimestring or null(date-time)read-only

Date and time when a past due reminder event is triggered.

dueReminderNumberinteger or nullread-only

Number of past due reminder events that have been triggered.

organizationIdstring<= 50 charactersread-only

Unique organization identifier. An organization is an entity that represents a company. For more information, see Obtain an organization ID.

Example:

"org_0YVDM8RC7GDADADSBSMW124JA8"

delinquencyTimestring or null(date-time)

Date and time when the related order is considered delinquent, and is canceled. If this value is null, no delinquency time is configured. If the dueTime of the order becomes greater than the delinquencyTime value, the delinquencyTime value becomes equal to dueTime.

If an invoice is not related to an order, this field can only be null.

Default null
_linksArray of objectsread-only

Related links.

_embeddedobjectread-only

Embedded objects that are requested by the expand query parameter.

Response
application/json
{ "id": "in_0YVF9605RKC62BP14NE2R7V2XT", "websiteId": "web_0YV7DE4Z26DQSA1AC92FBJ7SEG", "invoiceNumber": 0, "orderId": "ord_01GYJPRKHBD6ZYHH897QCJMBS4", "subscriptionId": "sub_01HRF27SATGE4Z6PBJE6PD8328", "quoteId": "qt_0YV7DES3WPC5J8JD8QTVNZBZNZ", "currency": "USD", "amount": 0.1, "amountDue": 0.1, "subtotalAmount": 0.1, "discountAmount": 0.1, "shipping": { "amount": 0.1, "calculator": "manual" }, "tax": { "calculator": "manual", "amount": 0, "items": [] }, "organizationTaxIdNumber": { "type": "eu-vat", "value": "GB980780684" }, "customerTaxIdNumber": { "type": "eu-vat", "value": "GB980780684" }, "billingAddress": { "firstName": "Benjamin", "lastName": "Franklin", "organization": "Rebilly", "address": "36 Craven St", "address2": "^w$", "city": "Austin", "region": "Texas", "country": "GB", "postalCode": "WC2N 5NF", "phoneNumbers": [], "emails": [], "dob": "1980-04-01", "jobTitle": "CEO", "hash": "056ae6d97c788b9e98b049ebafd7b229bf852221" }, "deliveryAddress": { "firstName": "Benjamin", "lastName": "Franklin", "organization": "Rebilly", "address": "36 Craven St", "address2": "^w$", "city": "Austin", "region": "Texas", "country": "GB", "postalCode": "WC2N 5NF", "phoneNumbers": [], "emails": [], "dob": "1980-04-01", "jobTitle": "CEO", "hash": "056ae6d97c788b9e98b049ebafd7b229bf852221" }, "poNumber": "PO123456", "notes": "string", "items": [ {} ], "discounts": [ {} ], "autopayScheduledTime": "2019-08-24T14:15:22Z", "autopayRetryNumber": 0, "status": "draft", "delinquentCollectionPeriod": 0, "collectionPeriod": 0, "abandonedTime": "2019-08-24T14:15:22Z", "voidedTime": "2019-08-24T14:15:22Z", "paidTime": "2019-08-24T14:15:22Z", "dueTime": "2019-08-24T14:15:22Z", "issuedTime": "2019-08-24T14:15:22Z", "createdTime": "2019-08-24T14:15:22Z", "updatedTime": "2019-08-24T14:15:22Z", "paymentFormUrl": "string", "customerId": "cus_0YV7DDSDD1C8DA64KHH2W33CPF", "transactions": [ {} ], "retryInstruction": { "attempts": [], "afterAttemptPolicies": [], "afterRetryEndPolicies": [] }, "revision": 0, "type": "initial", "dueReminderTime": "2019-08-24T14:15:22Z", "dueReminderNumber": 0, "organizationId": "org_0YVDM8RC7GDADADSBSMW124JA8", "delinquencyTime": null, "_links": [ {} ], "_embedded": { "customer": {}, "website": {}, "organization": {}, "leadSource": {}, "shippingRate": {} } }

Invoice tax calculation failedWebhook

Request

Bodyapplication/json

Invoice tax validation failed webhook request body resource.

invoiceIdstring<= 50 characters

ID of the invoice.

Example:

"in_0YVF9605RKC62BP14NE2R7V2XT"

reasonstring

Error message explaining tax calculation failure.

eventTypestring

Type of webhook event.

Value"invoice-tax-calculation-failed"
_embeddedobject

Invoice object.

_linksArray of objects

Related links.

application/json
{ "invoiceId": "in_0YVF9605RKC62BP14NE2R7V2XT", "reason": "string", "eventType": "invoice-tax-calculation-failed", "_embedded": { "invoice": {} }, "_links": [ {} ] }

Responses

Returns any 2xx status to indicate that data is received.

Invoice abandonedWebhook

Request

Bodyapplication/json

Invoice webhook request body resource.

invoiceIdstring<= 50 characters

ID of the invoice.

Example:

"in_0YVF9605RKC62BP14NE2R7V2XT"

eventTypestring

Type of webhook event.

Enum"invoice-abandoned""invoice-created""invoice-issued""invoice-modified""invoice-paid""invoice-partially-paid""invoice-partially-refunded""invoice-past-due""invoice-past-due-reminder""invoice-refunded"
_embeddedobject

Available embedded objects that are requested by the expand query parameter.

_linksArray of objects

Related links.

application/json
{ "invoiceId": "in_0YVF9605RKC62BP14NE2R7V2XT", "eventType": "invoice-abandoned", "_embedded": { "invoice": {} }, "_links": [ {} ] }

Responses

Returns any 2xx status to indicate that data is received.

Invoice createdWebhook

Request

Bodyapplication/json

Invoice webhook request body resource.

invoiceIdstring<= 50 characters

ID of the invoice.

Example:

"in_0YVF9605RKC62BP14NE2R7V2XT"

eventTypestring

Type of webhook event.

Enum"invoice-abandoned""invoice-created""invoice-issued""invoice-modified""invoice-paid""invoice-partially-paid""invoice-partially-refunded""invoice-past-due""invoice-past-due-reminder""invoice-refunded"
_embeddedobject

Available embedded objects that are requested by the expand query parameter.

_linksArray of objects

Related links.

application/json
{ "invoiceId": "in_0YVF9605RKC62BP14NE2R7V2XT", "eventType": "invoice-abandoned", "_embedded": { "invoice": {} }, "_links": [ {} ] }

Responses

Returns any 2xx status to indicate that data is received.

Invoice issuedWebhook

Request

Bodyapplication/json

Invoice webhook request body resource.

invoiceIdstring<= 50 characters

ID of the invoice.

Example:

"in_0YVF9605RKC62BP14NE2R7V2XT"

eventTypestring

Type of webhook event.

Enum"invoice-abandoned""invoice-created""invoice-issued""invoice-modified""invoice-paid""invoice-partially-paid""invoice-partially-refunded""invoice-past-due""invoice-past-due-reminder""invoice-refunded"
_embeddedobject

Available embedded objects that are requested by the expand query parameter.

_linksArray of objects

Related links.

application/json
{ "invoiceId": "in_0YVF9605RKC62BP14NE2R7V2XT", "eventType": "invoice-abandoned", "_embedded": { "invoice": {} }, "_links": [ {} ] }

Responses

Returns any 2xx status to indicate that data is received.

Invoice modifiedWebhook

Request

Bodyapplication/json

Invoice webhook request body resource.

invoiceIdstring<= 50 characters

ID of the invoice.

Example:

"in_0YVF9605RKC62BP14NE2R7V2XT"

eventTypestring

Type of webhook event.

Enum"invoice-abandoned""invoice-created""invoice-issued""invoice-modified""invoice-paid""invoice-partially-paid""invoice-partially-refunded""invoice-past-due""invoice-past-due-reminder""invoice-refunded"
_embeddedobject

Available embedded objects that are requested by the expand query parameter.

_linksArray of objects

Related links.

application/json
{ "invoiceId": "in_0YVF9605RKC62BP14NE2R7V2XT", "eventType": "invoice-abandoned", "_embedded": { "invoice": {} }, "_links": [ {} ] }

Responses

Returns any 2xx status to indicate that data is received.

Invoice paidWebhook

Request

Bodyapplication/json

Invoice webhook request body resource.

invoiceIdstring<= 50 characters

ID of the invoice.

Example:

"in_0YVF9605RKC62BP14NE2R7V2XT"

eventTypestring

Type of webhook event.

Enum"invoice-abandoned""invoice-created""invoice-issued""invoice-modified""invoice-paid""invoice-partially-paid""invoice-partially-refunded""invoice-past-due""invoice-past-due-reminder""invoice-refunded"
_embeddedobject

Available embedded objects that are requested by the expand query parameter.

_linksArray of objects

Related links.

application/json
{ "invoiceId": "in_0YVF9605RKC62BP14NE2R7V2XT", "eventType": "invoice-abandoned", "_embedded": { "invoice": {} }, "_links": [ {} ] }

Responses

Returns any 2xx status to indicate that data is received.

Invoice partially paidWebhook

Request

Bodyapplication/json

Invoice webhook request body resource.

invoiceIdstring<= 50 characters

ID of the invoice.

Example:

"in_0YVF9605RKC62BP14NE2R7V2XT"

eventTypestring

Type of webhook event.

Enum"invoice-abandoned""invoice-created""invoice-issued""invoice-modified""invoice-paid""invoice-partially-paid""invoice-partially-refunded""invoice-past-due""invoice-past-due-reminder""invoice-refunded"
_embeddedobject

Available embedded objects that are requested by the expand query parameter.

_linksArray of objects

Related links.

application/json
{ "invoiceId": "in_0YVF9605RKC62BP14NE2R7V2XT", "eventType": "invoice-abandoned", "_embedded": { "invoice": {} }, "_links": [ {} ] }

Responses

Returns any 2xx status to indicate that data is received.

Invoice refundedWebhook

Request

Bodyapplication/json

Invoice webhook request body resource.

invoiceIdstring<= 50 characters

ID of the invoice.

Example:

"in_0YVF9605RKC62BP14NE2R7V2XT"

eventTypestring

Type of webhook event.

Enum"invoice-abandoned""invoice-created""invoice-issued""invoice-modified""invoice-paid""invoice-partially-paid""invoice-partially-refunded""invoice-past-due""invoice-past-due-reminder""invoice-refunded"
_embeddedobject

Available embedded objects that are requested by the expand query parameter.

_linksArray of objects

Related links.

application/json
{ "invoiceId": "in_0YVF9605RKC62BP14NE2R7V2XT", "eventType": "invoice-abandoned", "_embedded": { "invoice": {} }, "_links": [ {} ] }

Responses

Returns any 2xx status to indicate that data is received.

Invoice partially refundedWebhook

Request

Bodyapplication/json

Invoice webhook request body resource.

invoiceIdstring<= 50 characters

ID of the invoice.

Example:

"in_0YVF9605RKC62BP14NE2R7V2XT"

eventTypestring

Type of webhook event.

Enum"invoice-abandoned""invoice-created""invoice-issued""invoice-modified""invoice-paid""invoice-partially-paid""invoice-partially-refunded""invoice-past-due""invoice-past-due-reminder""invoice-refunded"
_embeddedobject

Available embedded objects that are requested by the expand query parameter.

_linksArray of objects

Related links.

application/json
{ "invoiceId": "in_0YVF9605RKC62BP14NE2R7V2XT", "eventType": "invoice-abandoned", "_embedded": { "invoice": {} }, "_links": [ {} ] }

Responses

Returns any 2xx status to indicate that data is received.

Invoice past dueWebhook

Request

Bodyapplication/json

Invoice webhook request body resource.

invoiceIdstring<= 50 characters

ID of the invoice.

Example:

"in_0YVF9605RKC62BP14NE2R7V2XT"

eventTypestring

Type of webhook event.

Enum"invoice-abandoned""invoice-created""invoice-issued""invoice-modified""invoice-paid""invoice-partially-paid""invoice-partially-refunded""invoice-past-due""invoice-past-due-reminder""invoice-refunded"
_embeddedobject

Available embedded objects that are requested by the expand query parameter.

_linksArray of objects

Related links.

application/json
{ "invoiceId": "in_0YVF9605RKC62BP14NE2R7V2XT", "eventType": "invoice-abandoned", "_embedded": { "invoice": {} }, "_links": [ {} ] }

Responses

Returns any 2xx status to indicate that data is received.

Invoice past due reminderWebhook

Request

Bodyapplication/json

Invoice webhook request body resource.

invoiceIdstring<= 50 characters

ID of the invoice.

Example:

"in_0YVF9605RKC62BP14NE2R7V2XT"

eventTypestring

Type of webhook event.

Enum"invoice-abandoned""invoice-created""invoice-issued""invoice-modified""invoice-paid""invoice-partially-paid""invoice-partially-refunded""invoice-past-due""invoice-past-due-reminder""invoice-refunded"
_embeddedobject

Available embedded objects that are requested by the expand query parameter.

_linksArray of objects

Related links.

application/json
{ "invoiceId": "in_0YVF9605RKC62BP14NE2R7V2XT", "eventType": "invoice-abandoned", "_embedded": { "invoice": {} }, "_links": [ {} ] }

Responses

Returns any 2xx status to indicate that data is received.

Invoice reissuedWebhook

Request

Bodyapplication/json

Invoice webhook request body resource.

invoiceIdstring<= 50 characters

ID of the invoice.

Example:

"in_0YVF9605RKC62BP14NE2R7V2XT"

eventTypestring

Type of webhook event.

Enum"invoice-abandoned""invoice-created""invoice-issued""invoice-modified""invoice-paid""invoice-partially-paid""invoice-partially-refunded""invoice-past-due""invoice-past-due-reminder""invoice-refunded"
_embeddedobject

Available embedded objects that are requested by the expand query parameter.

_linksArray of objects

Related links.

application/json
{ "invoiceId": "in_0YVF9605RKC62BP14NE2R7V2XT", "eventType": "invoice-abandoned", "_embedded": { "invoice": {} }, "_links": [ {} ] }

Responses

Returns any 2xx status to indicate that data is received.

Invoice voidedWebhook

Request

Bodyapplication/json

Invoice webhook request body resource.

invoiceIdstring<= 50 characters

ID of the invoice.

Example:

"in_0YVF9605RKC62BP14NE2R7V2XT"

eventTypestring

Type of webhook event.

Enum"invoice-abandoned""invoice-created""invoice-issued""invoice-modified""invoice-paid""invoice-partially-paid""invoice-partially-refunded""invoice-past-due""invoice-past-due-reminder""invoice-refunded"
_embeddedobject

Available embedded objects that are requested by the expand query parameter.

_linksArray of objects

Related links.

application/json
{ "invoiceId": "in_0YVF9605RKC62BP14NE2R7V2XT", "eventType": "invoice-abandoned", "_embedded": { "invoice": {} }, "_links": [ {} ] }

Responses

Returns any 2xx status to indicate that data is received.

Renewal invoice payment canceledWebhook

Request

Bodyapplication/json

Invoice and Transaction webhook request body resource.

transactionIdstring(TransactionId)<= 50 characters

ID of the transaction.

invoiceIdstring<= 50 characters

ID of the invoice.

Example:

"in_0YVF9605RKC62BP14NE2R7V2XT"

eventTypestring

Type of webhook event.

Enum"renewal-invoice-payment-canceled""renewal-invoice-payment-declined"
_embeddedobject

Embedded objects.

_linksArray of objects

Related links.

application/json
{ "transactionId": "txn_0YVDTQJ8YWDGQACV2N2N5SPWQ0", "invoiceId": "in_0YVF9605RKC62BP14NE2R7V2XT", "eventType": "renewal-invoice-payment-canceled", "_embedded": { "transaction": {}, "invoice": {} }, "_links": [ {} ] }

Responses

Returns any 2xx status to indicate that data is received.

Renewal invoice payment declinedWebhook

Request

Bodyapplication/json

Invoice and Transaction webhook request body resource.

transactionIdstring(TransactionId)<= 50 characters

ID of the transaction.

invoiceIdstring<= 50 characters

ID of the invoice.

Example:

"in_0YVF9605RKC62BP14NE2R7V2XT"

eventTypestring

Type of webhook event.

Enum"renewal-invoice-payment-canceled""renewal-invoice-payment-declined"
_embeddedobject

Embedded objects.

_linksArray of objects

Related links.

application/json
{ "transactionId": "txn_0YVDTQJ8YWDGQACV2N2N5SPWQ0", "invoiceId": "in_0YVF9605RKC62BP14NE2R7V2XT", "eventType": "renewal-invoice-payment-canceled", "_embedded": { "transaction": {}, "invoice": {} }, "_links": [ {} ] }

Responses

Returns any 2xx status to indicate that data is received.

Usage

Use these operations to manage the product usage of a subscription item for metered billing purposes.

Use metered billing when product quantity is unknown to the customer at the moment of creating a subscription. Metered billing is based on reported usage records. Every reported usage updates the quantity of an upcoming invoice item for a specified subscription and a plan. To create a metered billing plan, see Plans.

Operations

Credit memos

Use credit memos to provide a customer with store credit. A common use case for using a credit memo is to provide a customer with store credit, rather than a refund, if the customer pays more than they owe or returns a product. For information on the credit memo resource, see Resources.

OperationsWebhooks

Plans

Use pricing plans to describe how the customer must pay for products.

Rebilly provides the following plan types:

  • Trial only: Use this plan to create and offer a free or discounted trial period for your product. For example, a free 2 week trial of an internet service. After the trial, the customer can choose to sign up for a paid subscription, or stop using the service.
  • Recurring: Use this plan to create and offer a subscription for your product. For example, a monthly subscription to an internet service that is charged at 20 USD per month.
  • One time sale: Use this plan to create and offer a one-off sale for your products. For example, a one time purchase of two bags of coffee.

For information on the plans resource, see Plans.

For information on plan pricing, see Pricing formulas.

Operations

Products

Use products to describe the goods and services that your business sells. A product also describes sales items on invoices and receipts. Product pricing is defined in plans. A product may have one or many plans.

For information on the product resource, see Product.

Operations

Coupons

Use coupons to reward customers, generate sales, or to test new pricing strategies. Coupons enable you to apply different types of discounts to invoices, subscriptions, and pricing plans.

Redeemed coupons are attached to a customer's account. Depending on the coupon restrictions, the redeemed coupons are then applied from the customer's account to subsequent invoices or subscriptions. Redeemed coupons can only be applied to invoices of the same currency.

Once a coupon is redeemed it cannot be modified. You may deactivate a coupon or create a new coupon, but you cannot reuse the same coupon code. If you have a use case where you must reuse the same code, contact Rebilly.

Operations

Quotes

Use quote operations to create and manage quotations. Quotations describe the cost of goods or services to potential customers before they commit to a purchase. A quote contains an initial invoice preview that can be accepted to become an order.

A quote can contain subscription and one-time sale items. When a quote contains one or more subscription items, it is a subscription order quote.

Operations

Quotes timeline

Use quote timelines to maintain an audit trail of changes and activity for each quote.

Operations

Shipping rates

Use these operations to manage shipping rates. A shipping rate contains a filter and a pricing for a specific shipping destination.

Operations

Orders timeline

Use order timelines to maintain an audit trail of changes and activity for each order.

Operations

Invoices timeline

Use invoice timelines to maintain an audit trail of changes and activity for each invoice.

Operations

Credit memos timeline

Use credit memo timelines to maintain an audit trail of changes and activity for each credit memo. Credit memos are a means of providing a customer with store credit.

Operations

Blocklists

Use blocklists to prevent fraud and criminal activity.

Blocklists are lists of customer attribute values that are blocked from buying from you. For example, if a customer attempts to make a purchase from you with a credit card that is in a blocklist, the transaction is blocked and is not processed.

Before a new transaction is processed in Rebilly, blocklists are examined to check for attributes related to the entity. If a match is detected, the operation is aborted. A blocklist that expires after a period of time is called a greylist.

Operations

Allowlists

Use allowlists to exclude specific customer attribute data from risk score checks.

Allowlists are lists of data that are excluded from risk score checks. Allowlists prevent specific data from being added to a blocklist record when a risk score threshold reached.

Operations

KYC documents

Use Know Your Customer (KYC) documents to verify your customers identity. The KYC document operations generate a signed link to the Rebilly KYC document gatherer.

Document types:

  • identity-proof: Validates a customer's identity.
  • address-proof: Validates a customer's address.
  • purchase-proof: Validates a customer's purchase.
  • funds-proof: Validates that a customer has funds.
  • credit-file-proof: Verifies that there is an existing credit file with two sources that match the customer's name, DOB, and address.

Rebilly parses and analyzes the documents and accepts or rejects them according to a configurable scoring algorithm. When all document types in a KYC request are accepted, the status is fulfilled, and the KYC request fulfilled webhook is sent.

Operations

AML

Use Anti-Money Laundering (AML) operations to screen customers and help prevent your business from becoming directly or indirectly involved in criminal activity.

Use AML operations during customer creation, and some transaction processing, to help determine if a potential customer (lead), or customer, has political or economic sanctions against them.

AML operations search the following for screening purposes: Politically Exposed Persons (PEPs) lists, sanction lists, and adverse media lists.

OperationsWebhooks

Risk score

Use risk score operations to configure blocklists based on transaction risk factors.

Operations

Custom fields

Use custom fields to extend a resource scheme to include custom data that is not provided as a common field. Depending on the resource on which the custom field is added, it may be available in the Rebilly UI.

Example: A custom field called preferredCommunicationChannel is added to the customer resource. It has two allowed values, which are 'email' and 'phone'.

{
  "customFields": {
      "preferredCommunicationChannel": "email"
  }
}

For detailed information on Rebilly resources, see Resources.

Operations

Files

Use the file entity to store files and related metadata. Files can be sorted by size, MIME-type, user-defined tags, and description.

The following methods are available to upload files: multipart/form-data encoded form, RAW POST — by sending the file contents as the POST body, and fetching from URL — by providing the file URL using the 'url' parameter.

Use the attachments entity to link a file to one or multiple objects, such as: customer, dispute, transaction, order, plan, product, invoice, or timeline comment. Attachments enable you to quickly find and use files related to specific entities.

Operations