我试图使用演示站点api https://openbanking.wso2.com/demo,在用户身份验证步骤中,即使在
url https://api-openbanking.wso2.com/AuthorizeAPI/v1.0.0/?response_type=code&scope=payments&state=cGlzcDoyMTU2&client_id=YOUR_CLIENT_ID&redirect_uri=https://openbanking.wso2.com/authorize_callback.do从演示页面复制。有人能使用这个API吗?
发布于 2017-09-10 08:58:06
另一种方法有效。
curl -k -d "grant_type=client_credentials&scope=accounts payments" -H "Authorization: Basic "XXXXXXX" https://api-openbanking.wso2.com/TokenAPI/v1.0.0/https://stackoverflow.com/questions/46138754
复制相似问题