Request Refund Notification

Request refund notification

POST /refunds/:refundId/notifications

Facades MERCHANT

HTTP Request

Body

ParameterDescriptionTypePresence
tokenPass the merchant with request body paraments.stringMandatory

Request refund notification to be resent. Will trigger email to be resent to the buyer.

notificationSent = await client.RequestRefundNotification(lastRefund.id);

Response body fields

NameDescriptionType
statusset to created in order to confirm the refund request and initiate the flow to send it to shopperstring

Success will return the updated refund request

HTTP Response

{
    "status": "success",
}