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 StatusStatus CodeStatus Description
Active1Payee is approved, client can submit payouts to the payee
Pending0Payee
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
Inactive99Payee is declined, client cannot submit payouts to the payee

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

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"}}}