{
"pspType": "PAYONE",
"type": "PAYOUT",
"isTestMode": false,
"baseamount": 10.00,
"currency": "EUR",
"currencyCode": "EUR",
"userId": "000000000000000000000001",
"email": "merchant-user@example.com",
"firstName": "John",
"lastName": "Test",
"phone": "07700900000"
}curl --location 'https://backend.app.mozarto.io/v1/api/mozarto/cashier' \
--header 'Authorization: Bearer {{COMPANY_TOKEN}}' \
--header 'x-user-token: Bearer {{USER_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"pspType": "PAYONE",
"type": "PAYOUT",
"isTestMode": false,
"baseamount": 10.00,
"currency": "EUR",
"currencyCode": "EUR",
"userId": "000000000000000000000001",
"email": "merchant-user@example.com",
"firstName": "John",
"lastName": "Test",
"phone": "07700900000"
}'{
"status": "success",
"message": "Withdraw request successfully processed",
"isSuccess": true,
"data": {
"success": true,
"message": "Withdraw request successfully processed",
"withdraw": {
"client": "ExampleMerchant",
"brand": "ExampleMerchant",
"userId": "000000000000000000000001",
"transactionId": "<payone-transaction-id>",
"first_name": "John",
"last_name": "Test",
"email": "merchant-user@example.com",
"phone": "07700900000",
"userIp": "1.2.3.4",
"currency": "EUR",
"siteUrl": "https://your-site.com/operations",
"amount": "10.00",
"date": "2026-05-11",
"status": "Pending"
},
"transactionId": "64a1f2b3c4d5e6f7a8b9c0d1",
"merchantReference": "",
"amount": 10
}
}