Getting Details

Fetch details for custom link with given id ---- [auth scope: merchant]

get
Path parameters
idOrInvoiceNumberstringRequired

custom link id or invoice-number

Responses
200
Saved items retrieved successfully.
application/json
get
GET /custom/hpp/{idOrInvoiceNumber} HTTP/1.1
Host: 
Accept: */*
200

Saved items retrieved successfully.

{
  "email": "text",
  "price": 1,
  "phoneNumber": "text",
  "description": "text",
  "currency": "text",
  "accountCode": "text",
  "invoiceNumber": "text",
  "referenceName": "text",
  "dueDate": "2025-07-14T16:08:55.872Z",
  "subTotal": 1,
  "taxAmount": 1,
  "enableTipping": true,
  "items": [
    "text"
  ],
  "status": "text",
  "link": "text",
  "orderReferenceId": "text",
  "providerLogo": "text",
  "tipAmount": 1,
  "transactionDetails": {
    "amount": 1,
    "createdAt": "text",
    "bnplOrderId": "text",
    "transactionReference": "text",
    "surcharge": 1,
    "status": "text"
  },
  "attemptedPaymentTransactionsWithLink": {},
  "QRCodeImgUrl": "text",
  "hideTax": true,
  "emailCustomer": true
}

Last updated