Overview
Zapper – SA QR payments: create invoice (Zapper Code), payment lookup, refunds
Available operations
5 operations available. Click any row to jump to its detail.
| Operation | Category | What it does |
|---|---|---|
| Create Invoice (Zapper Code) | General | Create an invoice and generate its Zapper Code. Amount in cents. |
| Get Invoice Payments | General | List payment notifications for an invoice |
| Get Payment | General | Get a single payment by its Zapper payment id |
| Get Payments by Reference | General | Look up payments by your externalReference |
| Refund Payment | General | Refund a processed payment (amount in cents, <= processed amount) |
Operations
Create Invoice (Zapper Code)
Create an invoice and generate its Zapper Code. Amount in cents.
| Parameter | Required | Type | Description |
|---|---|---|---|
Merchantid merchantId | Yes | text | |
Siteid siteId | Yes | text | |
Externalreference externalReference | No | text | |
Sitereference siteReference | No | text | |
Currencyisocode currencyISOCode | No | text | |
Amount amount | No | text | |
Lineitems lineItems | No | text | |
Origin origin | No | text | |
Originreference originReference | No | text | |
Submerchant subMerchant | No | text | |
Createdutcdate createdUTCDate | No | text |
Get Invoice Payments
List payment notifications for an invoice
| Parameter | Required | Type | Description |
|---|---|---|---|
Merchantid merchantId | Yes | text | |
Siteid siteId | Yes | text | |
Invoiceid invoiceId | Yes | text |
Get Payment
Get a single payment by its Zapper payment id
| Parameter | Required | Type | Description |
|---|---|---|---|
Merchantid merchantId | Yes | text | |
Siteid siteId | Yes | text | |
Zapperid zapperId | Yes | text |
Get Payments by Reference
Look up payments by your externalReference
| Parameter | Required | Type | Description |
|---|---|---|---|
Merchantid merchantId | Yes | text | |
Siteid siteId | Yes | text |
Refund Payment
Refund a processed payment (amount in cents, <= processed amount)
| Parameter | Required | Type | Description |
|---|---|---|---|
Merchantid merchantId | Yes | text |