GET
/
api
/
v1
/
transaction
[
  {
    "status": "<string>",
    "process_status": "<string>",
    "is_bounce_retry": true,
    "payment_system_transaction_id": "<string>"
  }
]

Headers

apikey
string | null
default:

Query Parameters

limit
integer
default:100

Response

200
application/json
Successful Response
status
string
required
process_status
string
required
is_bounce_retry
boolean
required
payment_system_transaction_id
string
required