Versions Compared

Key

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

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

Panel
bgColor#79E2F2

Title: Get unique Payment link

Panel
bgColor#79E2F2

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

Panel
bgColor#79E2F2

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

Panel
bgColor#79E2F2

HTTP Method : GET

...

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

Code Block

 

  • amount: The amount to charge the customer.

  • currency Code: A three-letter ISO code for the currency in which you want to accept the payment. A unique code that represents a defined business currency. E.g NGN=Nigerian Naira, USD =United state Dollars etc (Required) If you don't specify a value, we'll assume "NGN"

  • Tax Enabled: Specify if Tax/fees is applicable on the purchase value (true, false)

  • name: This is the name of the item to be purchased via the payment link

  • description: This is the description of the item to be purchased

  • link Type: This specify how often the payment link can be used. (Reusable, One-time)

  • metadata (optional): An object containing any extra information you'd like to store alongside the transaction e.g {CVV

 

 

Panel
bgColor#79E2F2

Response Body

Response code : 200

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

...

Info

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.

Filter by label (Content by label)
showLabelsfalse
max5
spacescom.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@1256f
sortmodified
showSpacefalse
reversetrue
typepage
cqllabel = "kb-how-to-article" and type = "page" and space = "LAD"
labelskb-how-to-article