Step 1: Call Get Transactions linked to a Payment link

Title: Get unique Payment link

Description : This service may be used to get a unique payment link

URL: api /payment/payment-link/{id}/transactions

HTTP Method : GET

 

First, you pass the unique id associated to a payment link. Here are the details you'll need:

 

 

 

Response Body

Response code : 200

{
  "isSuccess": true,
  "error": "string",
  "message": "string",
  "responseCode": "string",
  "items": [
    {
      "linkAlias": "string",
      "customerName": "string",
      "paymentChannel": "string",
      "currencyCode": "string",
      "amount": 0,
      "transactionDate": "2023-03-04T20:56:41.036Z",
      "status": "string"
    }
  ],
  "pageParams": {
    "pageNumber": 0,
    "pageSize": 0,
    "totalCount": 0
  }
}

 

Highlight important information in a panel like this one. To edit this panel's color or style, select one of the options in the menu.

(blue star) Related articles