The function of the Transaction Refund service is used to obtain a data list of transactions with refund status both overall and based on receipt number.

Flow Transaction Refund Web
Here's the detail of service action in Transaction Refund Web :
Get Page Refund
Used to get a list of transaction data with Refund status.
Payload Data
Name | Data Type |
---|---|
startDate | String |
endDate | String |
orderType | String |
status | String |
keycoqrd | String |
current | String |
size | String |
Example Request
{
"Subject": "ewallet",
"SubjectType": "web-transaction",
"SubjectIdentifier": "refund",
"Action": "list",
"ResourceType": "data",
"Resource": "data",
"ResourceId": "data",
"ScopePlatform": "private",
"Platform": "qoin-apps",
"Data": {
"startDate": "2024-05-01",
"endDate": "2024-05-30",
"orderType": "pulsa",
"status": "4",
"keyword": "RPU23124052980157070320",
"current": 1,
"size": 10
}
}
Get Transaction By Receipt
Used to get Refund Transaction data based on Receipt number.
Payload Data
Name | Data Type |
---|---|
receipt | String |
Example Request
{
"Subject": "ewallet",
"SubjectType": "web-transaction",
"SubjectIdentifier": "refund",
"Action": "get-transaction-by-receipt",
"ResourceType": "data",
"Resource": "data",
"ResourceId": "data",
"ScopePlatform": "private",
"Platform": "qoin-apps",
"Data": {
"receipt": "EARDA4382406262599135113"
}
}