When I use curl in php for usage pay API, it is always returned "message":"Invalid order ID"
I tested it with params, without params, and also raw(plain/text), x-www-form-urlencoded.
At postman, when I call pay API directly, it is showed "SUCCESS". But using curl on my website, it is always failed. It can be said the trust API?