Skip to main content
GET
cURL

Fetch Payin History

Authorizations

X-API-KEY
string
header
required

API Key for authentication

X-TIMESTAMP
string
header
required

Current timestamp in seconds since epoch

X-SIGNATURE
string
header
required

HMAC SHA256 signature of the request encoded in Base64

Query Parameters

payin_status
string

Filter payins by status (e.g., SUCCESS, FAILED, PROCESSING)

Example:

"SUCCESS"

customer_id
string<uuid>

Filter payins by customer ID

Example:

"dfd8db74-2fbb-46d1-9a93-b90f156e13b4"

start_date
string<date>

Filter payins created on or after this date (YYYY-MM-DD). Must be used together with end_date.

Example:

"2025-01-01"

end_date
string<date>

Filter payins created on or before this date (YYYY-MM-DD). Must be used together with start_date.

Example:

"2025-01-31"

Response

Payout history fetched successfully

status
boolean
Example:

true

message
string
Example:

"Success"

data
object