{
"pspType": "TRUST",
"type": "PAYIN",
"currency": "EUR",
"baseamount": 100,
"merchantReference": "ORDER-REF-001",
"userId": "64a1f2b3c4d5e6f7a8b9c0d2",
"phone": "+447911123456"
}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 '{
"pspType": "TRUST",
"type": "PAYIN",
"currency": "EUR",
"baseamount": 100,
"merchantReference": "ORDER-REF-001",
"userId": "64a1f2b3c4d5e6f7a8b9c0d2",
"phone": "+447911123456"
}'{
"status": "success",
"message": "Successfully",
"isSuccess": true,
"data": {
"paymentUrl": "{{HOST}}/v1/transactions/trust/redirect/64a1f2b3c4d5e6f7a8b9c0d1?token=<redirect-token>",
"transactionId": "64a1f2b3c4d5e6f7a8b9c0d1",
"merchantReference": "ORDER-REF-001",
"amount": 100,
"transaction_status": "Pending"
}
}