{
"pspType": "FLEXEPIN",
"type": "PAYIN",
"voucherPin": "5649950910658643",
"baseamount": 250,
"currency": "EUR",
"currencyCode": "978",
"userId": "user_123",
"email": "john.doe@example.com"
}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": "FLEXEPIN",
"type": "PAYIN",
"voucherPin": "5649950910658643",
"baseamount": 250,
"currency": "EUR",
"currencyCode": "978",
"userId": "user_123",
"email": "john.doe@example.com"
}'{
"status": "success",
"message": "Successfully",
"isSuccess": true,
"data": {
"result": "0",
"result_description": "Voucher redeemed successfully",
"status": "USED",
"currency": "EUR",
"value": 250,
"serial": "FP-9876543210",
"transactionId": "64a1f2b3c4d5e6f7a8b9c0d1",
"merchantReference": "",
"amount": 250
}
}