{
"pspType": "NEOSURF",
"type": "PAYIN",
"baseamount": 10,
"currency": "EUR",
"merchantReference": "NS-PAYIN-001",
"testMode": true
}curl --location 'https://backend.app.mozarto.io/v1/api/mozarto/cashier' \
--header 'Authorization: Bearer {{BRAND_TOKEN}}' \
--header 'x-user-token: Bearer {{USER_TOKEN}}' \
--header 'Content-Type: application/json' \
--data '{
"pspType": "NEOSURF",
"type": "PAYIN",
"baseamount": 10,
"currency": "EUR",
"merchantReference": "NS-PAYIN-001",
"testMode": true
}'{
"status": "success",
"message": "Successfully",
"isSuccess": true,
"data": {
"url": "https://webpayment.neosurf.com/...",
"transactionId": "64a1f2b3c4d5e6f7a8b9c0d1",
"amount": 1,
"merchantReference": "NS-PAYIN-001"
}
}