{
"pspType": "FORUMPAY",
"type": "PAYIN",
"isTestMode": false,
"baseamount": 10.00,
"currency": "EUR",
"userId": "000000000000000000000001",
"email": "merchant-user@example.com",
"country": "GB"
}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": "FORUMPAY",
"type": "PAYIN",
"isTestMode": false,
"baseamount": 10.00,
"currency": "EUR",
"userId": "000000000000000000000001",
"email": "merchant-user@example.com",
"country": "GB"
}'{
"status": "success",
"message": "Successfully",
"isSuccess": true,
"data": {
"url": "https://app.forumpay.com/pay/xyz123abc",
"id": "pay_abc123xyz",
"state": "new",
"transactionId": "64a1f2b3c4d5e6f7a8b9c0d1",
"merchantReference": "",
"amount": 10.00
}
}