Step 1: Call Get all Payment links Endpoint
Title: Get unique Payment link
Description : This endpoint may be used to get a unique payment link
URL: api /payment/payment-link/{id}
HTTP Method : GET
First, you pass the unique id associated to a payment link. Here are the details you'll need:
Response Body
Response code : 200
{ "type": "string", "title": "string", "status": 0, "detail": "string", "instance": "string", "isSuccess": true, "error": "string", "message": "string", "responseCode": "string", "value": { "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "name": "string", "description": "string", "alias": "string", "link": "string", "amountInfo": { "currencyCode": "string", "amount": 0 }, "linkType": "string", "status": "string", "createdDate": "2023-03-15T16:41:04.390Z", "environment": "string" }, "additionalProp1": "string", "additionalProp2": "string", "additionalProp3": "string" }
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.
0 Comments