8. Partial Refund

Partial Refund

POST {{Private Base Address}}/api/paywall/private/refund/partial

Important: To use the Partial Refund service, you need to send the 'apikeyprivate' and 'apiclientprivate' parameters in the 'Header' section. PaymentAPI Address

The parameters that need to be sent to the service are as follows:

{
    "Date": "2023-01-23",
    "MerchantUniqueCode": "12222a222a",
    "Amount": 70
}

Response from the service:

{
    "ErrorCode": 0,
    "Result": true,
    "Message": "Success",
    "Body": null
}

Last updated