Refunds

Refund Request API

To request for a Zapper refund, the Zapper ID (unique Zapper payment identifier) is required. The Zapper ID may be obtained in 1 of 2 ways:

  1. Zapper provides the Zapper ID in the body of a payment notification. An integration may store the Zapper ID against the payment and retrieve it if necessary for the refund request.

  2. The Customer may be asked to provide the Zapper ID referring to the "Payment History" on the Zapper application.

Refunds

POST https://api.zapper.com/business/api/v1/merchants/{merchantId}/refunds

This endpoint allows you to request a Zapper refund on the customer's behalf.

Path Parameters

Query Parameters

Headers

Request Body

Last updated