订单查询接口
Endpoint
POST {BASE_URL}/api/v2.0/payments/inquiryPayment
订单查询接口,通过AlphaPay平台订单ID进行订单详情的查询。
订单查询Request Body
{ "paymentId": "string" }
订单查询Response
{ "scenarioCode": "APP", "paymentRequestId": "string", "order": { "orderAmount": { "value": "string", "currency": "CAD" }, "description": "string", "notifyUrl": "string", "redirectUrl": "string" }, "paymentCreateTime": "2019-08-24T14:15:22Z", "paymentExpireTime": "2019-08-24T14:15:22Z", "paymentTime": "2019-08-24T14:15:22Z", "paymentId": "string", "paymentStatus": "PAYMENT_IN_PROCESS", "result": { "resultCode": "string", "resultMessage": "string", "resultStatus": "S" } }