...
...
...
...
Get Transactions linked to a Payment link
Panel | ||
---|---|---|
| ||
Title: Get all transactions linked to a specific Payment link |
Panel | ||
---|---|---|
| ||
Description: This endpoint may be used to get all transactions linked to a specific Payment link |
Panel | ||
---|---|---|
| ||
URL:api |
Panel | ||
---|---|---|
| ||
HTTP Method: GET |
First, you pass the unique id associated to a payment link. Here are the details you'll need:
...
Panel | |
---|---|
|
...
| |
Response Body |
...
Response code : 200 |
Code Block | ||
---|---|---|
| ||
{
|
...
|
...
|
...
" |
...
items": |
...
[ |
...
|
...
|
...
|
...
{ |
...
|
...
"linkAlias": " |
...
0-k2tmbuy", "customerName": " |
...
Oghale-Oghene Etomu", "paymentChannel": " |
...
Card", "currencyCode": " |
...
NGN", "amount": |
...
100.00, "transactionDate": "2023-03- |
...
31T10: |
...
59: |
...
08. |
...
3830937", "status": " |
...
New" } ], "pageParams": { "pageNumber": |
...
1, "pageSize": |
...
10, "totalCount": |
...
1 }, |
...
"isSuccess": true,
"error": "",
"message": "Request Successful",
"responseCode": null
} |
\uD83D\uDCCB Related articles
...