Query payee status
POST
curl -i -X POST \
https://api.paykka.com/api/v2/merch/beneficiary/inquiry \
-H 'Content-Type: application/json' \
-H 'X-Merch-Id: M24061911365700670'OK
Collection person id, only Return after CreateSuccessful and ReviewApproved; ApprovedSpecifyCollection person id can be used during Payment InitiatePayment
Response
{
"msg": "string",
"payee_id": "string",
"status": "PENDING"
}