Refund

📘

Failed Response sample if you sent a refund amount greater than final order amount:-

{
    "status": "UNPROCESSABLE_ENTITY",
    "message": "Order amount is less than the refund amount requested",
    "errors": [
        "Order amount is less than the refund amount requested"
    ],
    "errorCode": "T607"
}
Body Params
string
required

Taly unique order id not the merchant order id

float
required

This is the amount that will be refunded to the customer (if you want to return the delivery fees include it in this amount along with the item/s you want to refund to the customer) per request three decimals format.

string

Reason for the return (items are duplicated, customer changed his mind, broken item, ..etc)

string
Defaults to KWD
returnItems
array of objects
returnItems
Responses

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json