| POST /payouts | 403 | Request carries no API key | {"error": true, "message": "Missing API Key"} |
| POST /payouts | 403 | API key lacks the withdraw permissions required to post payouts | {"error": true, "message": "This api key does not have the required withdraw permissions to post payouts."} |
| POST /payouts | 400 | Missing required body field | {"errors": ["payor should have required property 'participant_code'"]} |
| POST /payouts | 400 | Missing required nested field (examples) | {"errors": ["payment should have required property 'asset'"]} |
| POST /payouts | 400 | Wrong field type | {"errors": ["payment.total should be string"]} |
| POST /payouts | 400 | signed_timestamp not an integer | {"errors": ["signed_timestamp should be integer"]} |
| POST /payouts | 400 | sanction_screening not in enum | {"errors": ["sanction_screening should be equal to one of the allowed values"]} |
| POST /payouts | 400 | onboarding_profile not in allowed enum (UP entity) | {"errors": ["onboarding_profile should be equal to one of the allowed values"]} |
| POST /payouts | 400 | merchant_category_code not a 4-digit string | {"errors": ["merchant_category_code should match pattern "^[0-9]{4}$""]} |
| POST /payouts | 400 | Unknown / extra field anywhere in body | {"errors": ["should NOT have additional properties"]} |
| POST /payouts | 400 | validate flag wrong type | {"errors": ["validate should be boolean"]} |
| POST /payouts | 400 | payor not exactly one of participant_code or info (both or neither) | {"errors": ["payor must specify exactly one of participant_code or info"]} |
| POST /payouts | 400 | beneficiary not exactly one of participant_code or info | {"errors": ["beneficiary must specify exactly one of participant_code or info"]} |
| POST /payouts | 400 | beneficiary.info not exactly one of entity or individual | {"errors": ["beneficiary.info must specify exactly one of entity or individual"]} |
| POST /payouts | | external_account not exactly one of external_account_id or info | |
| POST /payouts | | | |
| POST /payouts | | | |
| POST /payouts | | | |
| POST /payouts | | | |
| POST /payouts | | | |
| POST /payouts | | | |
| POST /payouts | | | |
| POST /payouts | | | |
| POST /payouts | | | |