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 5 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

 

Query Request Params

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

 

 

Response Body

Response code : 200

{
  "isSuccess": true,
  "error": "string",
  "message": "string",
  "responseCode": "string",
  "items": [
    {
      "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
      "name": "string",
      "description": "string",
      "alias": "string",
      "link": "string",
      "amountInfo": {
        "currencyCode": "string",
        "amount": 0
      },
      "linkType": "string",
      "status": "string",
      "createdDate": "2023-03-15T16:32:38.605Z",
      "environment": "string"
    }
  ],
  "pageParams": {
    "pageNumber": 0,
    "pageSize": 0,
    "totalCount": 0
  }
}
  • 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.