Skip to main content

Exact Sales Count

info

The exactSalesCount parameter allows you to limit the number of successful payments that can be made through a payment link.

Once the defined number of successful payments has been reached, the link becomes inactive and can no longer be used to process payments.

This is useful for limited offers, preorders, or situations where you want to control the exact number of accepted transactions.

Note: Failed or abandoned transactions do not count toward this limit.

By default, payment links have an unlimited sales count.

Request Example

{
"type": "PayByLink",
"terminalIdentifier": "1adfe4a1",
"amount": 48900,
"currency": "ISK",
"exactSalesCount": 5
}

Request Field

FieldTypeRequiredDescriptionExample
exactSalesCountIntegerOptionalThe maximum number of successful transactions allowed through this link before it is closed.5