{
"pspType": "CONTIANT",
"type": "PAYIN",
"baseamount": 300,
"currency": "EUR",
"merchantReference": "Test-001",
"country": "DE"
}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": "CONTIANT",
"type": "PAYIN",
"baseamount": 300,
"currency": "EUR",
"merchantReference": "Test-001",
"country": "DE"
}'{
"status": "success",
"message": "Successfully",
"isSuccess": true,
"data": {
"orderCode": "WP-64a1f2b3c4d5e6f7",
"paymentUrl": "https://secure.worldpay.com/wcc/purchase?OrderKey=MERCHANT%5EWP-64a1f2b3c4d5e6f7",
"transactionId": "64a1f2b3c4d5e6f7a8b9c0d1",
"merchantReference": "",
"amount": 11.00,
"transaction_status": "Pending"
}
}