OI Payments Docs
API ReferencePayments

List By Reference

GET
/api/v1/payments

Query Parameters

customerReference*string

Response Body

*/*

curl -X GET "https://example.com/api/v1/payments?customerReference=string"
{
  "data": [
    {
      "id": 0,
      "reference": "string",
      "status": "string",
      "applicationId": 0,
      "mode": "string",
      "amountMinor": 0,
      "currency": "string",
      "gateway": "string",
      "gatewayTxnId": "string",
      "checkoutUrl": "string",
      "redirectUrl": "string",
      "invoiceId": 0,
      "createdAt": "2019-08-24T14:15:22Z",
      "updatedAt": "2019-08-24T14:15:22Z"
    }
  ],
  "meta": {
    "success": true,
    "message": "string",
    "errorCode": "RESOURCE_NOT_FOUND",
    "timestamp": "2019-08-24T14:15:22Z"
  },
  "pagination": {
    "page": 0,
    "size": 0,
    "totalElements": 0,
    "totalPages": 0
  }
}