Discounts
You can apply discounts to orders via your dashboard or the API.
Supported payment methods
- AfterPay
- Alipay
- E-Invoicing
- in3
- Klarna
- Pay After Delivery
How to discount in your dashboard
-
Sign in to your MultiSafepay dashboard .
-
Go to Transactions > Transaction overview.
-
Search for the transaction you want to discount and click to open the Transaction details page.
-
Under Order details, click Checkout editor.
-
Click Change order.
Discount specific items
- In the Quantity field, enter the number of units to discount.
- In the Name field, enter the name of the item to discount.
- In the Unit price field, enter the single unit price as a negative number, e.g. -10.
- From the Tax list, select None (0.0%).
- Click Add.
- Check that the New total amount is correct.
- To display a field to enter add any relevant comments, click Description.
- Click Save item changes.
A new transaction is generated and the order status is Completed.
Discount a specific amount
- In the Quantity field, enter 1.
- In the Name field, enter a description of the discount.
- In the Unit price field, enter the discount amount as a negative number, e.g. -10.
- From the Tax list, select None (0.0%).
- Click Add.
- Check that the New total amount is correct.
- To display a field to enter add any relevant comments, click Description.
- Click Save item changes.
A new transaction is generated and the order status is Completed.
How to discount via the API
To discount:
- BNPL orders, see Recipes – Discount a BNPL order
- Orders with other payment methods, see Recipes – Discount an order
See API reference – Create order.
To discount:
- An entire order, enter a reduced
amount
. - Specific items in the order, in the
shopping_cart
, reduce theunit_price
of the relevant items.
Support
Email [email protected]
Updated 1 day ago
Did this page help you?