Get Payee Status
GET {{base_url}}/v4/programs/:program_id/payees/:payee_id/status
Returns the status of the requested payee on Payoneer’s platform.
Payee Statuses
Payee Status | Status Code | Status Description |
---|---|---|
Active | 1 | Payee is approved, client can submit payouts to the payee |
Pending | 0 | Payee is pending KYC review, currently payouts can not be submitted. If Payoneer requires further information from the payee for approval, it will be communicated as the reason in the response |
Inactive | 99 | Payee is declined, client cannot submit payouts to the payee |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"result":{"account_id":"3743532","status":{"type":99,"description":"Inactive","reasons":{"items":[{"reason_description":"General account application decline (various reasons)"}]}},"registration_date":"2021-07-08","payout_method":{"type":"PREPAID_CARD"}}}