# Process Payout Endpoint: POST /v2/payouts/{payout-id}/process Version: 1.1.0 ## Path parameters: - `payout-id` (string, required) Identification of payout created (resource identification of the generated payout initiation resource). ## Response 200 fields (application/json): - `payoutStatus` (string) RCVD: Received, ACCP: Accepted, PNDG: Pending, PRCD: Processed, RJCT: Rejected, CNCL: Cancelled, EXPD: Expired, FAIL: Failed, RVSD: Reversed Enum: "RCVD", "ACCP", "PNDG", "PRCD", "RJCT", "CNCL", "EXPD", "FAIL", "RVSD" - `cashoutStatus` (string) - `rejectReason` (string) ## Response 400 fields (application/json): - `code` (string) - `message` (string) - `detail` (string) ## Response 404 fields (application/json): - `code` (string) - `message` (string) - `detail` (string)