Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 12 Next »

Title: Get all transactions linked to a specific Payment link

Description: This endpoint may be used to get all transactions linked to a specific Payment link

URL: api /payment/payment-link/{id}/transactions?pageSize=10&pageNumber=1

HTTP Method: GET

Headers: authorization Set value to X-API: SECRET_KEY

string

Response Body Response code : 200

{
    "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
}
  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.