{ "pspType": "FORUMPAY", "type": "PAYIN", "isTestMode": false, "baseamount": 10.00, "currency": "EUR", "userId": "000000000000000000000001", "email": "demo@example.com", "country": "EU" }
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": "PAYIN", "isTestMode": false, "baseamount": 10.00, "currency": "EUR", "userId": "000000000000000000000001", "email": "demo@example.com", "country": "EU" }'
{}