Mass Payout Initalize

Initialize Mass Payout

post
/v1/mass/payout/init

Creates a new Mass Payout. Each valid payout item is stored with status INIT.

Resulting States

  • Mass Payout → INIT

  • Mass Payout Items → INIT (if valid) or INVALID (if invalid)

Query parameters
localestring · enumRequired

Response language.

Possible values:
Header parameters
AuthorizationstringRequired

Authorization header; a signed hash value that starts with IYZWSv2 and is generated in Base64 format.

Example: IYZWSv2 aXBzaWduYXR1cmU...
Content-TypestringRequired

Content-Type value.

Example: application/json
Body

Mass payout initialization request.

externalIdstringRequired

Unique identifier for the mass payout request (idempotency).

Example: massPayoutId-323
conversationIdstringRequired

Correlation ID for the mass payout.

Example: conversationId-323
purposestring · enumOptional

Business purpose of the payout.

Example: GOODSPossible values:
Responses
post
/v1/mass/payout/init
200

Successful

Last updated