Transaction Refund Web

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

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

NameData Type
startDateString
endDateString
orderTypeString
statusString
keycoqrdString
currentString
sizeString

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

NameData Type
receiptString

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"
    }
}