{
"pspType": "BRITE",
"type": "PAYIN",
"baseamount": 10,
"userId": "user_123",
"country": "Finland",
"countryCode": "FI",
"currency": "EUR",
"merchantReference": "BT-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": "BRITE",
"type": "PAYIN",
"baseamount": 10,
"userId": "user_123",
"country": "Finland",
"countryCode": "FI",
"currency": "EUR",
"merchantReference": "BT-PAYIN-001",
"testMode": true
}'{
"status": "success",
"message": "Transaction successfully processed",
"isSuccess": true,
"data": {
"id": "ag9ofmFib25lYS0xNzYyMTNy...",
"token": "eyJpZCI6ICJhZzlvZm1G...",
"url": "https://sandbox.britepaymentgroup.com/eyJpZCI6...",
"redirectUrl": "https://sandbox.britepaymentgroup.com/eyJpZCI6...",
"sessionId": "ag9ofmFib25lYS0xNzYyMTNy...",
"transactionId": "6a4cf9020848a21b6b125750",
"merchantReference": "BT-PAYIN-001",
"amount": 1,
"transaction_status": "Pending"
}
}