Call Get a unique Payment link Endpoint
...
Panel |
---|
|
HTTP Method: GET |
Panel |
---|
|
Headers: authorization key string : X-API Set value to : SECRET_KEY |
Panel |
---|
panelIconId | atlassian-info |
---|
panelIcon | :info: |
---|
bgColor | #FFC400 |
---|
|
Base URL: https://laas.leatherback.co |
First, you pass the unique ID associated with a payment link. Here are the details you'll need:
Panel |
---|
|
Sample Request Payload |
Code Block |
---|
|
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6", |
Panel |
---|
|
Response Body Response code : 200 |
Code Block |
---|
|
{
"value": {
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "Nike Air",
"description": "Payment For Nike Air - INV100000000",
"alias": "0-k2tmbuy",
"link": "https://app-aaaspaymentlink-stg.azurewebsites.net/0-k2tmbuy",
"amountInfo": {
"currencyCode": "NGN",
"amount": 100
},
"linkType": "Reuseable",
"status": "New",
"createdDate": "2023-03-31T10:43:09.1931541+00:00",
"environment": "Test"
},
"isSuccess": true,
"message": "Request Successful"
} |
...