{ "pspType": "FORUMPAY", "type": "PAYOUT", "isTestMode": false, "baseamount": 10.00, "currency": "EUR", "userId": "000000000000000000000001", "email": "demo@example.com", "country": "GB", "preferredCrypto": "BTC", "walletAddress": "btc-1eda64a85da94d71a2ac5ed84e929553" }
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": "FORUMPAY", "type": "PAYOUT", "isTestMode": false, "baseamount": 10.00, "currency": "EUR", "userId": "000000000000000000000001", "email": "demo@example.com", "country": "GB", "preferredCrypto": "BTC", "walletAddress": "btc-1eda64a85da94d71a2ac5ed84e929553" }'
{}