Public
Documentation Settings

Transactions Collection

This collection provides access to transaction data via two powerful endpoints, enabling you to efficiently retrieve transaction details for your application or financial system. The endpoints are designed to offer flexible data retrieval, whether you're looking for a specific transaction or a full list of all transactions.

GETRetrieve Transactions

{{BASE_URL}}/v1/transactions?page=1&limit=2
HEADERS
x-api-key

{{X-API-KEY}}

PARAMS
page

1

limit

2

Example Request
curl
curl --location -g '{{BASE_URL}}/v1/transactions?page=1&limit=2' \
--header 'x-api-key: {{X-API-KEY}}' \
--data ''
404 Not Found
Example Response
json
{
  "success": false,
  "message": "No record found",
  "data": []
}
Vary

Origin, Accept-Encoding

Access-Control-Allow-Credentials

true

X-RateLimit-Limit

100

X-RateLimit-Remaining

99

Date

Thu, 17 Oct 2024 13:07:49 GMT

X-RateLimit-Reset

1729170530

Content-Security-Policy

default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests

Cross-Origin-Opener-Policy

same-origin

Cross-Origin-Resource-Policy

same-origin

Origin-Agent-Cluster

?1

Referrer-Policy

no-referrer

Strict-Transport-Security

max-age=31536000; includeSubDomains

X-Content-Type-Options

nosniff

X-DNS-Prefetch-Control

off

X-Download-Options

noopen

X-Frame-Options

SAMEORIGIN

X-Permitted-Cross-Domain-Policies

none

X-XSS-Protection

0

Content-Type

application/json; charset=utf-8

Content-Length

55

ETag

W/"37-ddQACy5kdbsQjii449oH1q1bapw"

Connection

keep-alive

Keep-Alive

timeout=5

GETQuery Transaction By Id or Reference Id

{{BASE_URL}}/v1/transactions/670ff9d4fbb3f2e000b80b8e
HEADERS
x-api-key

{{X-API-KEY}}

Example Request
curl
curl --location -g '{{BASE_URL}}/v1/transactions/670ff9d4fbb3f2e000b80b8e' \
--header 'x-api-key: {{X-API-KEY}}' \
--data ''
404 Not Found
Example Response
json
{
  "success": false,
  "message": "transaction not found",
  "data": null
}
Vary

Origin, Accept-Encoding

Access-Control-Allow-Credentials

true

X-RateLimit-Limit

100

X-RateLimit-Remaining

99

Date

Thu, 17 Oct 2024 13:09:57 GMT

X-RateLimit-Reset

1729170658

Content-Security-Policy

default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests

Cross-Origin-Opener-Policy

same-origin

Cross-Origin-Resource-Policy

same-origin

Origin-Agent-Cluster

?1

Referrer-Policy

no-referrer

Strict-Transport-Security

max-age=31536000; includeSubDomains

X-Content-Type-Options

nosniff

X-DNS-Prefetch-Control

off

X-Download-Options

noopen

X-Frame-Options

SAMEORIGIN

X-Permitted-Cross-Domain-Policies

none

X-XSS-Protection

0

Content-Type

application/json; charset=utf-8

Content-Length

63

ETag

W/"3f-hYfoCSjG4V1gHQOrHwbrnRpMdQw"

Connection

keep-alive

Keep-Alive

timeout=5