Step 1: Call Get all Payment links Endpoint
...
Panel | ||
---|---|---|
| ||
HTTP Method : GET |
Panel | ||
---|---|---|
| ||
Headers : authorization Set value to Bearer
|
Panel | ||
---|---|---|
| ||
Query Request Params |
Code Block | ||
---|---|---|
| ||
filterParam string (query) filterParam pageSize integer($int32) (query) pageSize pageNumber integer($int32) (query) |
Panel | ||
---|---|---|
| ||
Response Body Response code : 200 |
Code Block | ||
---|---|---|
| ||
{ "isSuccess": true, "error": "string", "message": "string", "responseCode": "string", "items": [ { "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:32:38.605Z", "environment": "string" } ], "pageParams": { "pageNumber": 0, "pageSize": 0, "totalCount": 0 } } |
...