Transactions
Get All Transactions
Suggest Edits
This route is secured with processor and vendor token authentication.
Endpoint
GET /3p/api/v2/transactions
Request Payload
Fields | Type | Is Required | Description |
---|---|---|---|
per_page | integer | No | By default: 10 Min: 1 Max: 100 |
page | int | No | |
start_date | string | No | This parameter will filter the transaction’s records based on the creation date of the transaction. Date format: Y-m-d |
end_date | string | No | This parameter will filter the transaction’s records based on the creation date of the transaction. Date format: Y-m-d |
sort_order | string | No | By default: newest Possible Value: newest oldest |
payer_account_uuid | string|uuid | Payer bank account uuid Required when payer_account_aggregator_type exists | |
payer_account_aggregator_type | string | Payer bank account type Required when payer_account_uuid exists | |
payee_account_uuid | string|uuid | Payee bank account uuid Required when payee_account_aggregator_type exists | |
payee_account_aggregator_type | string | Payee bank account type Required when payee_account_uuid exists |
Response Object
Errors & Warnings
Code | Message |
---|---|
401 | |
403 | |
422 |