Refund Cancel

Request URL

https://payment.alchemytech.cc/nh-gateway/card/refundCancel

Http method

  • POST
  • Content-Type: application/x-www-form-urlencoded

Http request

ElementData TypeRequiredSignedRemarks
merchantNostringRYmerchant unique ID, once a merchant has been on-boarded with Alchemy Pay, the merchant will be provided with the credentials
timeStampstringRYGMT time with 13 digit to represent time in milliseconds
languagestringONen
signstringRNsignature with RsaUtil.sign method
refundOrderNostringRYAlchemy 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.
ElementData TypeSignedRemarks
refundOrderNostringYAlchemy Pay defined refund ID, used to cancel refund
cancelStatusstringYSUCCESS: cancel success
FAIL: cancel failed
signstringNsignature with RsaUtil.sign method