{
"pspType": "CLEO",
"type": "PAYOUT",
"baseamount": 120,
"currency": "CLP",
"country": "Chile",
"userId": "test-002",
"merchantReference": "Test-001"
}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": "CLEO",
"type": "PAYOUT",
"baseamount": 120,
"currency": "CLP",
"country": "Chile",
"userId": "test-002",
"merchantReference": "Test-001"
}'{
"status": "success",
"message": "Successfully",
"isSuccess": true,
"data": {
"status": "PENDING",
"sessionId": "60a74038-5b94-427e-8cff-abc123",
"transactionId": "64a1f2b3c4d5e6f7a8b9c0d1",
"merchantReference": "Test-001",
"amount": 120
}
}