Request
Body Params application/json
{
"jsonrpc": "2.0",
"method": "call",
"params": {
"data": [
{
"reference_id": "VENDOR-TRX-8888"
}
]
}
}
Request Code Samples
curl --location 'https://portal-staging.vestiuum.com.my//api/v1/vendor/invitation/checkStatus' \
--header 'Authorization: Bearer 9df938e1487946e4a6c3eec6dd1dac07' \
--header 'Content-Type: application/json' \
--data '{
"jsonrpc": "2.0",
"method": "call",
"params": {
"data": [
{
"reference_id": "VENDOR-TRX-8888"
}
]
}
}'
Responses
application/json
{
"status": true,
"data": [
{
"reference_id": "VENDOR-TRX-8888",
"status": "COMPLETED",
"expires_at": "2026-01-19 10:00:00",
"created_at": "2026-01-18 08:00:00",
"completed_at": "2026-01-16 14:20:55",
"error_message": ""
}
]
}
Modified at 2026-03-03 03:53:15