Skip to main content
GET
/
v1
/
c
/
invoice
cURL
curl --request GET \
  --url http://127.0.0.1:8080/v1/c/invoice \
  --header 'wb-key: <api-key>'
{
  "backward": "<string>",
  "current_page": 123,
  "first": "<string>",
  "forward": "<string>",
  "hits": [
    {
      "detailed_invoice_status": "pending_validation",
      "invoice": {
        "currency": "usd",
        "customer_id": "Cust_c40bea18-c0c9-44b1-bd0c-43f5283e1670",
        "date": "2023-11-07T05:31:56Z",
        "deposit_transaction_id": "Cust_c40bea18-c0c9-44b1-bd0c-43f5283e1670",
        "deposit_transaction_status": "not_processed",
        "due_date": "2023-11-07T05:31:56Z",
        "external_reference": "<string>",
        "id": "Cust_c40bea18-c0c9-44b1-bd0c-43f5283e1670",
        "invoice_number": {
          "number": "<string>"
        },
        "status": "pending_validation",
        "total": "<string>"
      },
      "payment_execution_provider": "stripe",
      "payment_execution_status": "pending"
    }
  ],
  "last": "<string>",
  "total": 123,
  "total_pages": 123
}

Authorizations

wb-key
string
header
required

Query Parameters

customer
string
Example:
date_before
string<date> | null
date_after
string<date> | null
limit
integer
Required range: x >= 0
offset
string | null
direction
enum<string>
Available options:
forward,
backward

Response

200 - application/json
current_page
integer
required
hits
object[]
required
total
integer
required
total_pages
integer
required
backward
string
first
string
forward
string
last
string