This endpoint would allow you to fetch your unique payment link via Pandascrow API.

[GET] {{baseurl}}/sandbox/index/transaction/payme/fetch

API Object

{
    "status": 200,
    "data": {
        "message": "Fetched successfully βœ…",
        "url": "https://app.pandascrow.io/pay/professor",
        "userID": "1",
        "nick": "professor"
    }
}
curl -L -X GET '{{baseurl}}/sandbox/index/transaction/payme/fetch' \
-H 'Content-Type: application/json' \
-H 'Authorization: SECRET_KEY' \
-H 'Appid: appid'
Language
Click Try It! to start a request and see the response here!