v1

latestOpenAPI 3.1.02026-07-24170121.2 MB

Get Invoices/Orders

get/v1/orders/customer/get/

Query parameters

limitinteger

Number of records to be listed per page.

pageinteger

A number that represents the current page number.

Response

200

Example response

{
  "data": [
    {
      "object": "Order",
      "id": "Pg4z6B6qMPqBRxM1",
      "name": "Test for Franklin",
      "email": "franklin.dibachi@payarc.com",
      "phone": "4754772232",
      "amount": 100,
      "description": "This is a test of the API",
      "status": "Pending",
      "invoice_type": "EMAIL,SMS",
      "created_at": 1723755209,
      "updated_at": 1723755210,
      "short_url_path": "https://testpay.payarc.net/e473bz5z",
      "payment_type": [
        "card"
      ]
    }
  ],
  "meta": {
    "pagination": {
      "total": 1,
      "count": 1,
      "per_page": 10,
      "current_page": 1,
      "total_pages": 1
    }
  }
}