get http://api.pandascrow.io/sandbox/index/transaction/payme/fetch
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'