Search a refund transaction
Search refund transactions – up to 100 orders in a single request.
Request
Body Params application/x-www-form-urlencoded
Request samples
curl --location --request POST 'https://test-api.sufupayment.com/v1/retrievalRefund' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'merchant_id=701001' \
--data-urlencode 'account_id=701001010' \
--data-urlencode 'refund_orders=1726891254563' \
--data-urlencode 'refund_references=' \
--data-urlencode 'merchant_refunds=' \
--data-urlencode 'encryption_data=3fc421f36e1d23db6982aa58779506a3ff17c7dcfa86421719aa69e5e0575168'
Responses
application/json {
"account_id": "701001010",
"refund_orders": [
{
"transaction_id": "1379868670095785984",
"order_no": "1726891254563",
"amount": "10.36",
"refund_status": "1",
"payment_status": "4100",
"refund_amount": "10.36",
"refund_reference": "",
"currency": "USD",
"refund_reason": "test",
"refund_reference_id": "1379868670095785984-01",
"refund_date": "20241113063528",
"refund_processing_date": ""
}
],
"encryption_data": "3fc421f36e1d23db6982aa58779506a3ff17c7dcfa86421719aa69e5e0575168",
"return_status": "1",
"return_message": "OK",
"merchant_id": "701001"
}
Modified at 2025-07-08 10:49:07