Payment Link
Get merchant link
http://paymentlink.seerbitapi.com/paymentlink/v2/payLinks/api/publickeyResponse
{
"currentPage": 0,
"responseCode": "00",
"payload": [
{
"businessId": "00000051",
"publicKey": "publickey",
"status": "ACTIVE",
"amount": 10000.00,
"customisationName": "LotusPay",
"additionalData": "",
"paymentLinkName": "LotusPay Payment Link",
"description": "Buy Items",
"paymentLinkId": "00000000",
"paymentFrequency": "ONE_TIME",
"paymentLinkUrl": "https://pay.apis.lotuspay.com/paymentLinkID",
"pocketReference": "",
"environment": "LIVE",
"requiredFields": {
"address": true,
"amount": false,
"customerName": true,
"mobileNumber": false,
"invoiceNumber": false
},
"expiryDuration": 0,
"linkExpirable": false,
"customTime": "",
"createdAt": "2021-07-17T12:05:55",
"updatedAt": "2021-07-17T12:05:55",
"oneTime": false,
"splitPayment": false
}
],
"responseMessage": "successful"
}Create payment Link
Request
Response
Update Payment Link
Request
Response
Delete Payment Link
Response
Last updated