code integer (0,any)
Types of Transactions
| Code | Mapping | Impacts Balance |
|---|---|---|
| internal-transfer | Financial | Yes |
| load | Financial | Yes |
| wire-transfer | Financial | Yes |
| authorization | Authorization | Yes |
| refund | Authorisation | Yes |
| reversal | Authorisation | Yes |
| fee | Financial | Yes |
| oct | Financial | Yes |
| presentment | Financial | Yes |
Endpoint
GET /v2/transactions/{page}/{limit}
Operation
transactions_list
Parameters
[ page ]
Starting from page 1
[ limit ]
Maximum per page 1000
Filters
start_date - (For this date onwards)
end_date - (Up to this date)
type - (Type of the transaction. For more info check)
code - (Code of the transaction. For more info check)
channel - ()
status - (Status of the transaction. For more info)
merchant - (Identifier of merchant|company in Paynetics system)
user - (Identifier of user in Paynetics system)
reference - (Reference of the transaction)
show_hidden - (Force show hidden transactions)
account - (Identifier of the account in Paynetics system)
balance - (Identifier of the balance in Paynetics system)
card - (Identifier of the card in Paynetics system)
debit_credit - (Direction of transction debit or credit)
load_after - (Load transaction from specified identifier onwards)
code integer (0,any)
Response
Endpoint
GET /v2/transactions/{transaction}
Operation
transaction_details
Parameters
[ transaction ]
code integer (0,any)
Response