...
...
...
...
Get Transactions linked to a Payment link
Panel | ||
---|---|---|
| ||
Title: Get unique all transactions linked to a specific Payment link |
Panel | ||
---|---|---|
| ||
Description: This service endpoint may be used to get a unique payment 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:
...
amount
: The amount to charge the customer.currency Code
: A three-letter ISO code for the currency in which you want to accept the payment. A unique code that represents a defined business currency. E.g NGN=Nigerian Naira, USD =United state Dollars etc (Required) If you don't specify a value, we'll assume"NGN"
Tax Enabled:
Specify if Tax/fees is applicable on the purchase value (true, false)name
: This is the name of the item to be purchased via the payment linkdescription: This is the description of the item to be purchased
link Type
: This specify how often the payment link can be used. (Reusable, One-time)meta
data (optional): An object containing any extra information you'd like to store alongside the transaction e.g{CVV
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
Filter by label (Content by label) | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|