Refund Cancel
Request URL
https://payment.alchemytech.cc/nh-gateway/card/refundCancel
Http method
- POST
- Content-Type: application/x-www-form-urlencoded
Http request
Element | Data Type | Required | Signed | Remarks |
---|---|---|---|---|
merchantNo | string | R | Y | merchant unique ID, once a merchant has been on-boarded with Alchemy Pay, the merchant will be provided with the credentials |
timeStamp | string | R | Y | GMT time with 13 digit to represent time in milliseconds |
language | string | O | N | en |
sign | string | R | N | signature with RsaUtil.sign method |
refundOrderNo | string | R | Y | Alchemy Pay defined refund ID, used to cancel refund |
Http response
- cancelStatus only means the cancellation request was successful or unsuccessful. It does not represent the final refund result! You must call the refund enquiry API to get the actual status of the refund.
Element | Data Type | Signed | Remarks |
---|---|---|---|
refundOrderNo | string | Y | Alchemy Pay defined refund ID, used to cancel refund |
cancelStatus | string | Y | SUCCESS: cancel success FAIL: cancel failed |
sign | string | N | signature with RsaUtil.sign method |
Updated over 1 year ago