> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.epaygames.io/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.epaygames.io/_mcp/server.

# Get Transactions

GET https://v1/api/disbursement/transactions

### Get Transactions

The **Get Transactions** endpoint retrieves a list of all disbursement transactions associated with your account. You can use this to check the status of a specific payout.

**Possible Statuses:**

- `pending`
- `success`
- `failed`

> It is recommended to filter by `reference_no` or date range for better performance and more targeted results.

Reference: https://docs.epaygames.io/epaygames-payments-disbursement-api/disbursement-api/disbursement/get-transactions

## OpenAPI Specification

```yaml
openapi: 3.1.0
info:
  title: collection
  version: 1.0.0
paths:
  /v1/api/disbursement/transactions:
    get:
      operationId: Get Transactions
      summary: Get Transactions
      description: >-
        ### Get Transactions


        The **Get Transactions** endpoint retrieves a list of all disbursement
        transactions associated with your account. You can use this to check the
        status of a specific payout.


        **Possible Statuses:**


        - `pending`

        - `success`

        - `failed`


        > It is recommended to filter by `reference_no` or date range for better
        performance and more targeted results.
      tags:
        - disbursement
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: >-
                  #/components/schemas/Disbursement API_Disbursement_Get
                  Transactions_Response_200
servers:
  - url: https:/
    description: https://{payments_api_host}
components:
  schemas:
    V1ApiDisbursementTransactionsGetResponsesContentApplicationJsonSchemaDataTransactionsItemsChannel:
      type: object
      properties:
        name:
          type: string
        description:
          description: Any type
        slug:
          type: string
        code:
          type: string
      required:
        - name
        - slug
        - code
      title: >-
        V1ApiDisbursementTransactionsGetResponsesContentApplicationJsonSchemaDataTransactionsItemsChannel
    V1ApiDisbursementTransactionsGetResponsesContentApplicationJsonSchemaDataTransactionsItems:
      type: object
      properties:
        reference_no:
          type: string
        subtotal_amount:
          type: integer
        service_fee:
          type: integer
        total_amount:
          type: integer
        status:
          type: string
        date:
          type: string
          format: date-time
        channel:
          $ref: >-
            #/components/schemas/V1ApiDisbursementTransactionsGetResponsesContentApplicationJsonSchemaDataTransactionsItemsChannel
      required:
        - reference_no
        - subtotal_amount
        - service_fee
        - total_amount
        - status
        - date
        - channel
      title: >-
        V1ApiDisbursementTransactionsGetResponsesContentApplicationJsonSchemaDataTransactionsItems
    V1ApiDisbursementTransactionsGetResponsesContentApplicationJsonSchemaDataMeta:
      type: object
      properties:
        current_page:
          type: integer
        from:
          type: integer
        last_page:
          type: integer
        per_page:
          type: integer
        to:
          type: integer
        total:
          type: integer
      required:
        - current_page
        - from
        - last_page
        - per_page
        - to
        - total
      title: >-
        V1ApiDisbursementTransactionsGetResponsesContentApplicationJsonSchemaDataMeta
    V1ApiDisbursementTransactionsGetResponsesContentApplicationJsonSchemaData:
      type: object
      properties:
        transactions:
          type: array
          items:
            $ref: >-
              #/components/schemas/V1ApiDisbursementTransactionsGetResponsesContentApplicationJsonSchemaDataTransactionsItems
        meta:
          $ref: >-
            #/components/schemas/V1ApiDisbursementTransactionsGetResponsesContentApplicationJsonSchemaDataMeta
      required:
        - transactions
        - meta
      title: >-
        V1ApiDisbursementTransactionsGetResponsesContentApplicationJsonSchemaData
    Disbursement API_Disbursement_Get Transactions_Response_200:
      type: object
      properties:
        message:
          type: string
        data:
          $ref: >-
            #/components/schemas/V1ApiDisbursementTransactionsGetResponsesContentApplicationJsonSchemaData
      required:
        - message
        - data
      title: Disbursement API_Disbursement_Get Transactions_Response_200

```

## Examples



**Response**

```json
{
  "message": "",
  "data": {
    "transactions": [
      {
        "reference_no": "TESTOYHVPFFEIKTSC3VIOFHP",
        "subtotal_amount": 15,
        "service_fee": 0,
        "total_amount": 15,
        "status": "cancelled",
        "date": "2025-09-15T19:01:43+08:00",
        "channel": {
          "name": "InstaPay",
          "slug": "instapay",
          "code": "INSTAPAY"
        }
      },
      {
        "reference_no": "TESTCG2DTLVWHROVLBNDSN7R",
        "subtotal_amount": 1,
        "service_fee": 0,
        "total_amount": 1,
        "status": "completed",
        "date": "2025-06-26T08:57:12+08:00",
        "channel": {
          "name": "InstaPay",
          "slug": "instapay",
          "code": "INSTAPAY"
        }
      },
      {
        "reference_no": "TESTQZUBBEV8F19PT7MPRIGV",
        "subtotal_amount": 1,
        "service_fee": 0,
        "total_amount": 1,
        "status": "completed",
        "date": "2025-06-20T05:25:41+08:00",
        "channel": {
          "name": "InstaPay",
          "slug": "instapay",
          "code": "INSTAPAY"
        }
      },
      {
        "reference_no": "TEST2WJJR3PXDAL7N8V956QR",
        "subtotal_amount": 1,
        "service_fee": 0,
        "total_amount": 1,
        "status": "completed",
        "date": "2025-06-20T05:21:20+08:00",
        "channel": {
          "name": "InstaPay",
          "slug": "instapay",
          "code": "INSTAPAY"
        }
      },
      {
        "reference_no": "TESTDPKMQJCLJLBEMVZV3WJQ",
        "subtotal_amount": 1,
        "service_fee": 0,
        "total_amount": 1,
        "status": "cancelled",
        "date": "2025-06-20T05:18:56+08:00",
        "channel": {
          "name": "InstaPay",
          "slug": "instapay",
          "code": "INSTAPAY"
        }
      },
      {
        "reference_no": "TESTCBJ053SAGS0FDDSGPZEV",
        "subtotal_amount": 1,
        "service_fee": 0,
        "total_amount": 1,
        "status": "cancelled",
        "date": "2025-06-20T05:15:08+08:00",
        "channel": {
          "name": "InstaPay",
          "slug": "instapay",
          "code": "INSTAPAY"
        }
      },
      {
        "reference_no": "TEST5KNT0I9ULXGO3S87DOBD",
        "subtotal_amount": 1,
        "service_fee": 0,
        "total_amount": 1,
        "status": "cancelled",
        "date": "2025-06-18T14:18:13+08:00",
        "channel": {
          "name": "InstaPay",
          "slug": "instapay",
          "code": "INSTAPAY"
        }
      },
      {
        "reference_no": "TESTKI7TBEPXOKUDNVKMSWO8",
        "subtotal_amount": 1,
        "service_fee": 0,
        "total_amount": 1,
        "status": "completed",
        "date": "2025-06-18T12:21:04+08:00",
        "channel": {
          "name": "InstaPay",
          "slug": "instapay",
          "code": "INSTAPAY"
        }
      },
      {
        "reference_no": "TESTE3KGF35MQCN9JPFM8BXQ",
        "subtotal_amount": 1,
        "service_fee": 0,
        "total_amount": 1,
        "status": "completed",
        "date": "2025-06-18T10:35:40+08:00",
        "channel": {
          "name": "InstaPay",
          "slug": "instapay",
          "code": "INSTAPAY"
        }
      },
      {
        "reference_no": "TESTPUUVXO5NGI9HWDFHGJKU",
        "subtotal_amount": 1,
        "service_fee": 0,
        "total_amount": 1,
        "status": "cancelled",
        "date": "2024-11-22T03:52:43+08:00",
        "channel": {
          "name": "InstaPay",
          "slug": "instapay",
          "code": "INSTAPAY"
        }
      },
      {
        "reference_no": "TESTUXBJMDGJJURENRK7ENZI",
        "subtotal_amount": 1,
        "service_fee": 0,
        "total_amount": 1,
        "status": "completed",
        "date": "2024-04-11T14:09:24+08:00",
        "channel": {
          "name": "InstaPay",
          "slug": "instapay",
          "code": "INSTAPAY"
        }
      },
      {
        "reference_no": "TESTQ7Z6BTCOMCYP7ANFTCND",
        "subtotal_amount": 100,
        "service_fee": 0,
        "total_amount": 100,
        "status": "cancelled",
        "date": "2024-04-10T11:47:07+08:00",
        "channel": {
          "name": "InstaPay",
          "slug": "instapay",
          "code": "INSTAPAY"
        }
      },
      {
        "reference_no": "TEST29USFB0RTLJR7X1SSXSZ",
        "subtotal_amount": 1,
        "service_fee": 0,
        "total_amount": 1,
        "status": "completed",
        "date": "2024-04-10T11:29:53+08:00",
        "channel": {
          "name": "InstaPay",
          "slug": "instapay",
          "code": "INSTAPAY"
        }
      },
      {
        "reference_no": "TESTPOCXONQ6ESRUJV8ZHJXH",
        "subtotal_amount": 1,
        "service_fee": 0,
        "total_amount": 1,
        "status": "completed",
        "date": "2024-04-04T10:59:20+08:00",
        "channel": {
          "name": "InstaPay",
          "slug": "instapay",
          "code": "INSTAPAY"
        }
      },
      {
        "reference_no": "TEST8VEUQUY0XWZUETZRH9DG",
        "subtotal_amount": 1,
        "service_fee": 0,
        "total_amount": 1,
        "status": "completed",
        "date": "2024-04-04T10:58:23+08:00",
        "channel": {
          "name": "InstaPay",
          "slug": "instapay",
          "code": "INSTAPAY"
        }
      }
    ],
    "meta": {
      "current_page": 1,
      "from": 1,
      "last_page": 7,
      "per_page": 15,
      "to": 15,
      "total": 92
    }
  }
}
```

**SDK Code**

```python Disbursement API_Disbursement_Get Transactions_example
import requests

url = "https://https/v1/api/disbursement/transactions"

response = requests.get(url)

print(response.json())
```

```javascript Disbursement API_Disbursement_Get Transactions_example
const url = 'https://https/v1/api/disbursement/transactions';
const options = {method: 'GET'};

try {
  const response = await fetch(url, options);
  const data = await response.json();
  console.log(data);
} catch (error) {
  console.error(error);
}
```

```go Disbursement API_Disbursement_Get Transactions_example
package main

import (
	"fmt"
	"net/http"
	"io"
)

func main() {

	url := "https://https/v1/api/disbursement/transactions"

	req, _ := http.NewRequest("GET", url, nil)

	res, _ := http.DefaultClient.Do(req)

	defer res.Body.Close()
	body, _ := io.ReadAll(res.Body)

	fmt.Println(res)
	fmt.Println(string(body))

}
```

```ruby Disbursement API_Disbursement_Get Transactions_example
require 'uri'
require 'net/http'

url = URI("https://https/v1/api/disbursement/transactions")

http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true

request = Net::HTTP::Get.new(url)

response = http.request(request)
puts response.read_body
```

```java Disbursement API_Disbursement_Get Transactions_example
import com.mashape.unirest.http.HttpResponse;
import com.mashape.unirest.http.Unirest;

HttpResponse<String> response = Unirest.get("https://https/v1/api/disbursement/transactions")
  .asString();
```

```php Disbursement API_Disbursement_Get Transactions_example
<?php
require_once('vendor/autoload.php');

$client = new \GuzzleHttp\Client();

$response = $client->request('GET', 'https://https/v1/api/disbursement/transactions');

echo $response->getBody();
```

```csharp Disbursement API_Disbursement_Get Transactions_example
using RestSharp;

var client = new RestClient("https://https/v1/api/disbursement/transactions");
var request = new RestRequest(Method.GET);
IRestResponse response = client.Execute(request);
```

```swift Disbursement API_Disbursement_Get Transactions_example
import Foundation

let request = NSMutableURLRequest(url: NSURL(string: "https://https/v1/api/disbursement/transactions")! as URL,
                                        cachePolicy: .useProtocolCachePolicy,
                                    timeoutInterval: 10.0)
request.httpMethod = "GET"

let session = URLSession.shared
let dataTask = session.dataTask(with: request as URLRequest, completionHandler: { (data, response, error) -> Void in
  if (error != nil) {
    print(error as Any)
  } else {
    let httpResponse = response as? HTTPURLResponse
    print(httpResponse)
  }
})

dataTask.resume()
```