Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
bgColor#F4F5F7

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

Panel
bgColor#F4F5F7

URL: apiĀ  https://laas.leatherback.co/api/payment/payment-link/{id}/transactions?pageSize=10&pageNumber=1

...

Panel
panelIconIdatlassian-info
panelIcon:info:
bgColor#FFC400

Base URL: https://laas.leatherback.co

Panel
bgColor#FFC400

Response Body Response code : 200

Code Block
languagejs
{
    "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
}

...