{
"pspType": "PAYONE",
"type": "PAYIN",
"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": "PAYIN",
"baseamount": 10.00,
"currency": "EUR",
"currencyCode": "EUR",
"userId": "000000000000000000000001",
"email": "merchant-user@example.com",
"firstName": "John",
"lastName": "Test",
"phone": "07700900000"
}'{
"status": "success",
"message": "Transaction successfully processed",
"isSuccess": true,
"data": {
"success": true,
"message": "Transaction successfully Ongoing Process ",
"redirect_url": "https://demo.payonepayment.com/webflow-payment/<reference>/<token>",
"transactionId": "64a1f2b3c4d5e6f7a8b9c0d1",
"merchantReference": "",
"amount": 10
}
}