Mass Payout Auth
Second step of the two-phase process. Transitions valid mass payout items from INIT to PROCESSING. Messages to be processed are queued (for fund reservation/transfer). Invalid orders remain unchanged. An audit trail is recorded.
Query parameters
localestring · enumRequiredPossible values: 
Response language.
Header parameters
AuthorizationstringRequiredExample: 
Authorization header; a signed hash value that starts with IYZWSv2 and is generated in Base64 format.
IYZWSv2 aXBzaWduYXR1cmU...Content-TypestringRequiredExample: 
Content-Type value.
application/jsonBody
Mass payout authorization request.
requestIdstringRequiredExample: 
Correlation / tracking identifier returned from the initialization step.
79cdefc1-3ce6-4f51-bdd9-c050274db664Responses
200
Successful
application/json
post
/v1/mass/payout/authPOST /v1/mass/payout/auth?locale=en HTTP/1.1
Host: api.iyzipay.com
Authorization: IYZWSv2 aXBzaWduYXR1cmU...
Content-Type: application/json
{
  "requestId": "79cdefc1-3ce6-4f51-bdd9-c050274db664"
}
200
Successful
{
  "status": "success",
  "systemTime": 1759231995145
}Last updated
