Refund Inquiry API
Endpoint
POST {BASE_URL}/api/v2.0/payments/inquiryRefund
The Refund Inquiry API is used to query refund order details based on the AlphaPay refund ID.
Refund Inquiry Request Body
{ "refundId": "string", "refundRequestId": "string" }
Refund Inquiry Response
{ "paymentId": "string", "refundRequestId": "string", "refundId": "string", "refundTime": "2019-08-24T14:15:22Z", "refundStatus": "REFUND_IN_PROCESS", "refund": { "refundAmount": { "value": "string", "currency": "CAD" }, "description": "string", "notifyUrl": "string" }, "result": { "resultCode": "string", "resultMessage": "string", "resultStatus": "S" } }