Transaction
Get Transaction List
Bank Account
- POSTValidate bank account and routing number
- GETGet all bank accounts for a user
- POSTAdd a new bank account for a user
- DELDelete a bank account
- GETGet Bank Account Balance
- GETGet bank account details
- POSTAdd bank account
- GETGet all bank accounts for a user
- POSTGet balance approval
- PUTSwitch default bank account
- POSTGet User Details by bank account
Business,Merchant
Refunds
Transaction
Webhook
Processor
Onboard Person
Transaction
Get Transaction List
Get a list of transactions
GET
/
3p
/
api
/
v1
/
transaction
/
list
{
"status": false,
"message": "",
"data": {
"transactions": [
{
"uuid": "9c330a70-84de-46c3-a380-70b34799b1d3",
"payer_uuid": "7d021f9a-b5f4-4668-8d78-0f448f55f984",
"payee_uuid": "ec82930a-b59e-4ed2-83dd-0f041bfa5baa",
"transaction_status": "PAYOUT_COMPLETE",
"currency": "USD",
"amount": 57163,
"transaction_fee": 0,
"client_reference_id": "stageN5@123",
"payout_delay_days": 0,
"company_name": "a-z, A-Z, 12-'3.",
"description": null,
"addenda": null,
"type": "api",
"spped": "sameday",
"processor_mid": "123131123",
"capture_status": "CAPTURE_COMPLETE",
"payout_status": "PAYOUT_COMPLETE",
"clawback_status": null,
"reverse_payout_status": null,
"failure_code": null,
"failure_reason": null,
"cancel_reason": null,
"payer_bank_account": {
"uuid": "9c3306a6-743f-4f8f-9a33-dcd081a06204",
"aggregator_type": "bank_link"
},
"payee_bank_account": {
"uuid": "9c33090b-c0fb-42ce-9ad8-921665d15a90",
"aggregator_type": "bank_link"
},
"payout_ach_return_code": "R01",
"payout_failure_reason": "Insufficient funds",
"trace_ids": {
"capture_trace_id": "ach_92lhg3vbf76qxzp",
"payout_trace_id": "ach_57ytkdw84mncxvq",
"reverse_payout_trace_id": "",
"refunds": [
{
"refund_uuid": "",
"refund_capture_trace_id": "",
"refund_payout_trace_id": ""
}
]
},
"created_at": "2024-06-03 15:58:44",
"updated_at": "2024-06-04 18:30:30"
}
],
"pagination": {
"totalItems": 53,
"pageSize": 10,
"currentPage": 6,
"totalPages": 6
}
},
"errors": null,
"error_code": null
}
Authorizations
Sanctum token-based authentication using the Bearer scheme.
Query Parameters
Filter transactions created after this date (YYYY-MM-DD)
Filter transactions created before this date (YYYY-MM-DD)
Page number for pagination
Number of transactions per page
Response
200
application/json
Successful response
Example:
false
Example:
""
Example:
"9c330a70-84de-46c3-a380-70b34799b1d3"
Example:
"7d021f9a-b5f4-4668-8d78-0f448f55f984"
Example:
"ec82930a-b59e-4ed2-83dd-0f041bfa5baa"
Example:
"PAYOUT_COMPLETE"
Example:
"USD"
Example:
57163
Example:
0
Example:
"stageN5@123"
Example:
0
Example:
"a-z, A-Z, 12-'3."
Example:
null
Example:
null
Example:
"api"
Example:
"sameday"
Example:
"123131123"
Example:
"CAPTURE_COMPLETE"
Example:
"PAYOUT_COMPLETE"
Example:
null
Example:
null
Example:
null
Example:
null
Example:
null
Example:
"R01"
Example:
"Insufficient funds"
Example:
"ach_92lhg3vbf76qxzp"
Example:
"ach_57ytkdw84mncxvq"
Example:
""
Example:
"2024-06-03 15:58:44"
Example:
"2024-06-04 18:30:30"
Example:
null
Example:
null
{
"status": false,
"message": "",
"data": {
"transactions": [
{
"uuid": "9c330a70-84de-46c3-a380-70b34799b1d3",
"payer_uuid": "7d021f9a-b5f4-4668-8d78-0f448f55f984",
"payee_uuid": "ec82930a-b59e-4ed2-83dd-0f041bfa5baa",
"transaction_status": "PAYOUT_COMPLETE",
"currency": "USD",
"amount": 57163,
"transaction_fee": 0,
"client_reference_id": "stageN5@123",
"payout_delay_days": 0,
"company_name": "a-z, A-Z, 12-'3.",
"description": null,
"addenda": null,
"type": "api",
"spped": "sameday",
"processor_mid": "123131123",
"capture_status": "CAPTURE_COMPLETE",
"payout_status": "PAYOUT_COMPLETE",
"clawback_status": null,
"reverse_payout_status": null,
"failure_code": null,
"failure_reason": null,
"cancel_reason": null,
"payer_bank_account": {
"uuid": "9c3306a6-743f-4f8f-9a33-dcd081a06204",
"aggregator_type": "bank_link"
},
"payee_bank_account": {
"uuid": "9c33090b-c0fb-42ce-9ad8-921665d15a90",
"aggregator_type": "bank_link"
},
"payout_ach_return_code": "R01",
"payout_failure_reason": "Insufficient funds",
"trace_ids": {
"capture_trace_id": "ach_92lhg3vbf76qxzp",
"payout_trace_id": "ach_57ytkdw84mncxvq",
"reverse_payout_trace_id": "",
"refunds": [
{
"refund_uuid": "",
"refund_capture_trace_id": "",
"refund_payout_trace_id": ""
}
]
},
"created_at": "2024-06-03 15:58:44",
"updated_at": "2024-06-04 18:30:30"
}
],
"pagination": {
"totalItems": 53,
"pageSize": 10,
"currentPage": 6,
"totalPages": 6
}
},
"errors": null,
"error_code": null
}