Transaction Search
Transaction Search
Use the Transaction Search API to get the history of transactions for a ZibaPay account. This API allows you to retrieve details about transactions, including deposits, withdrawals, and transfers.
List Transactions
/v1/reporting/transactions
Lists transactions. Specify one or more query parameters to filter the transactions that appear in the response.
Note:
If you specify one or more optional query parameters, the ending_balance response field is empty. It takes a maximum of three hours for executed transactions to appear in the list transactions call. This call lists transactions for the previous three years.
/refunds/{refund_id}
QUERY PARAMETERS
transaction_id
string 17 .. 19 characters Filters the transactions in the response by a PayPal transaction ID. A valid transaction ID is 17 characters long, except for an order ID, which is 19 characters long.
Note : A transaction ID is not unique in the reporting system. The response can list two transactions with the same ID. One transaction can be balance affecting while the other is non-balance affecting.
transaction_type
string Filters the transactions in the response by a PayPal transaction event code. See Transaction event codes.
response
200 A successful request returns the HTTP 200 OK status code and a JSON response body that lists transactions .
RESPONSE SCHEMA: application/json
transaction_id
Array of objects [ 1 .. 2147483647 ] items An array of transaction detail objects.
account_number
string Filters the transactions in the response by a PayPal transaction event code. See Transaction event codes.
List All Balances
/v1/reporting/transactions
List all balances. Specify date time to list balances for that time that appear in the response.
Note:
- It takes a maximum of three hours for balances to appear in the list balances call.
- This call lists balances upto the previous three years.
QUERY PARAMETERS
as_of_time
Array of objects [ 1 .. 2147483647 ] items An array of transaction detail objects.
currency_code
string [ 20 .. 64 ] characters Show pattern List balances in the response at the date time provided, will return the last refreshed balance in the system when not provided.
Response
200 A successful request returns the HTTP 200 OK status code and a JSON response body that lists transactions .
RESPONSE SCHEMA: application/json
Support
If you have any questions or need assistance, please contact our support team at support
Was this page helpful?
Helpful (0)
Not helpful (0)
© Copyright 2024. All rights reserved.