Skip to main content
Search Invoices for Customer
curl --request GET \
  --url https://api.revolv3.com/api/Customers/{customerId}/invoices \
  --header 'Authorization: Bearer <token>'
[
  {
    "invoiceId": 1,
    "customerId": null,
    "merchantInvoiceRefId": "1234-5678-9101",
    "binNumber": "411111",
    "last4Digit": "1111",
    "invoiceStatus": "Pending",
    "subtotal": 60.99,
    "tax": 5.4,
    "total": 66.39,
    "billingDate": "30-Sep-25",
    "merchantLegalName": null,
    "merchantCustomerRefId": null,
    "customerFirstName": null,
    "customerLastName": null
  },
  {
    "invoiceId": 2,
    "customerId": null,
    "merchantInvoiceRefId": "1234-5678-9101",
    "binNumber": "411111",
    "last4Digit": "1111",
    "invoiceStatus": "Pending",
    "subtotal": 40.99,
    "tax": 3.6,
    "total": 43.59,
    "billingDate": "31-Oct-25",
    "merchantLegalName": null,
    "merchantCustomerRefId": null,
    "customerFirstName": null,
    "customerLastName": null
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

customerId
integer
required

Query Parameters

merchantCustomerRefId
string
merchantInvoiceRefId
string
startDate
string
endDate
string
page
integer
pageSize
integer

Response

OK

invoiceId
integer
parentInvoiceId
integer | null
customerId
integer | null
merchantInvoiceRefId
string | null
paymentMethod
object
invoiceStatus
string | null
subtotal
number
tax
number
total
number
billingDate
string | null
merchantCustomerRefId
string | null
customerFirstName
string | null
customerLastName
string | null
subscriptionId
integer | null
installmentId
integer | null
eligibilityFailReason
string | null
merchantSubscriptionRefId
string | null
networkTransactionId
string | null
currency
string | null
invoiceLineItems
object[] | null
invoiceAttempts
object[] | null
invoiceStatusEnum
enum<string>
Available options:
Paid,
Void,
Pending,
Recycle,
Noncollectable,
Failed,
Refund,
MerchantPaid,
MerchantCancelled,
OneTimePaymentPending,
PartialRefund,
BatchPending,
CapturePending,
RefundPending,
RefundDeclined,
RefundFailed,
RetryPending,
RecurringPending,
MultiCardsPending