getAbnormalPayments interface to proactively query orders with abnormal payments.createOrderRefund interface to initiate a refund. Tokens will be refunded via the original payment route to the specified amount based on the order's payment address.| Parameter Name | Type | Required | Description |
|---|---|---|---|
| refundOrderNo | String | Yes | A unique refund order number generated by the client system to identify this refund transaction. |
| orderNo | String | Yes | The associated payment order number, used for order refunds. |
| abnormalPaymentNo | String | Yes | The associated abnormal payment number, used for refunds related to abnormal payments. |
| amount | Number | Yes | The amount to be refunded in this transaction. |
getOrderInfo interface to query the payment order and its refund status.refundOrderNo when calling the refund interface to prevent duplicate refunds.getAbnormalPayments.