cURL
curl --request GET \ --url https://test.onlinecheckwriter.com/api/v3/payees/{payeeId} \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "id": "RJ6qGAAxJPGE1rD", "name": "John Doe", "nickName": "JD", "company": "Company A", "email": "johndoe@example.com", "phone": "1234567890", "address1": "Address 1", "address2": "Address 2", "city": "City", "state": "ST", "zip": "12345", "country": "US" } }
Retrieve details of a specific payee by ID.
Show child attributes