{ "pspType": "PAYONE", "type": "PAYOUT", "isTestMode": false, "baseamount": 10.00, "currency": "EUR", "currencyCode": "EUR", "userId": "000000000000000000000001", "email": "demo@example.com", "firstName": "John", "lastName": "Doe", "phone": "07700900000" }
curl --location --request POST '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": "demo@example.com", "firstName": "John", "lastName": "Doe", "phone": "07700900000" }'
{}