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 13 Next »

Title: Get all Payment link

Description: This endpoint may be used to get all payment link associated with a Merchant’s Account

URL: api /payment/payment-link/

HTTP Method : GET

Headers : authorization Set value to X-API: SECRET_KEY

string

Query Request Params

filterParam
string
(query)
filterParam
pageSize
integer($int32)
(query)
pageSize
pageNumber
integer($int32)
(query)

 

 

Response Body Response code : 200

{
    "items": [
        {
            "id": "fee5708a-894b-45de-04e4-08db31d4b7ea",
            "name": "Test Link",
            "description": "Testing",
            "alias": "0-k2tmbuy",
            "link": null,
            "amountInfo": {
                "currencyCode": "NGN",
                "amount": 100.00
            },
            "linkType": "Reuseable",
            "status": "New",
            "createdDate": "2023-03-31T10:43:09.1931541",
            "environment": null
        }
    ],
    "pageParams": {
        "pageNumber": 1,
        "pageSize": 10,
        "totalCount": 1
    },
    "isSuccess": true,
    "error": "",
    "message": "Request Successful",
    "responseCode": null
}
  • No labels