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 9 Next »

Step 1: Get Payment link Information by Alias

Title: Get unique Payment link

Description : This endpoint may be used to get a unique payment link by passing an Alias

URL: api /payment/payment-link/by-alias/{alias}

HTTP Method : GET

Headers: authorization Set value to Bearer SECRET_KEY

string

First, you pass the alias associated with a payment link. The response body below is returned;

 

Response Body Response code : 200

{
    "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"
}
  • 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.