MAC Control
Last updated:August 4, 2026
Use this playground to see how MAC Control reacts when a declined transaction is retried.
When the issuer returns a Merchant Advice Code, MAC Control checks the advice before the next attempt is allowed. Depending on the MAC, the retry may be allowed, temporarily blocked, or stopped to avoid unnecessary retry costs and compliance risk.
In this playground, you can:
- choose a decline scenario
- trigger a specific MAC response
- attempt a retry
- see whether MAC Control allows or blocks the retry
- understand the reason behind the decision
The focus here is simple: should this retry happen now, or should it be stopped?
Every use case below walks through this same decision, with a different MAC code and outcome.
MAC Control supports other types: pre-auths, rebills, refunds, reversals, and credits
MAC Control applies only when MACs are exposed by the acquirer and present in the issuer response
MAC Control works across PANs, wallet DPANs, and network tokens
Use cases
Account closed (MAC 03)
How it works
1. The merchant initiates a payment
Initiate a server-to-server POST request with the required payment data. Use an amount ending in .03 to simulate MAC 03.
Sample request:

2. The merchant attempts a retry
Retry the same transaction using the same account. Changing the amount, currency, or merchant transaction ID won’t help. The issue is structural, not transactional. MAC Control blocks the retry for 30 days.
Merchant recommendation:
- Do not retry with the same account
- Prompt the customer to provide a new payment method
Sample request:

Recurring cancelled (MAC 21)
How it works
The merchant initiates a recurring payment
The transaction gets declined with MAC 21 (Customer cancelled recurring agreement).
1. The merchant initiates a payment
Initiate a server-to-server POST request simulating a recurring payment. Use an amount ending in .21 to simulate MAC 21.
Sample request:

2. The merchant attempts a retry
Retry the same transaction using the same account, amount, currency, and merchantTransactionId. MAC Control blocks the retry for 30 days.
Merchant recommendation:
- Do not retry the same recurring transaction
- Notify the customer that their recurring agreement has been cancelled
- Offer reactivation options (e.g., opt-in again, re-subscribe)
- Consider switching to a one-time payment if the customer still wants to complete the transaction
Sample request:

Insufficient funds (MAC 02, MAC 24-30)
How it works
The merchant initiates a payment
The transaction gets declined with MAC 02 / 24-30, credit limits or insufficient funds.
1. The merchant initiates a payment
Initiate a server-to-server POST request simulating a payment. Use an amount ending in .02, .24, .25 etc to simulate MAC 02, 24-30.
Sample request:

2. The merchant attempts a retry
Retry the same transaction using the same account, amount, currency, and merchantTransactionId. MAC Control blocks it for the advised delay.
Merchant recommendation:
- Do not retry immediately - respect the issuer-advised delay
- Wait for the delay window before retrying the same transaction
- Optionally retry with a modified transaction (e.g., lower amount)
- Notify the customer about the failed payment and offer alternative payment methods
Sample request:

Update account info (MAC 01)
How it works
The merchant initiates a payment
The transaction gets declined with MAC 01, cardholder account needs update.
1. The merchant initiates a payment
Initiate a server-to-server POST request simulating a payment. Use an amount ending in .01 to simulate MAC 01.
Sample request:

2. The merchant attempts a retry
Retry the same transaction using the same account. Changing the amount, currency, or merchant transaction ID won’t help. The issue is structural, not transactional. MAC Control blocks it for 7 days unless credentials are refreshed.
Merchant recommendation:
- Do not retry with the same outdated credentials
- Wait for credential refresh via Real Time Account Updater or Network Token rails
- Prompt customer to update their card details if no automatic update is avaialble
- Consider offering alternative payment methods
Sample request:

SCA required (MAC 01)
How it works
The merchant initiates a payment
The transaction gets declined with MAC 01, Strong Customer Authentication (SCA) required.
1. The merchant initiates a payment
Initiate a server-to-server POST request simulating a payment. Use an amount ending in .11 to simulate MAC 01.
Sample request:

2. The merchant attempts a retry
Retry the same transaction using the same account Changing the amount, currency, or merchant transaction ID won’t help. The issue is structural, not transactional. MAC Control blocks it for 7 days.
Merchant recommendation:
- Do not retry without authentication
- Enable EMV 3DS on your merchant channel and account
Sample request:

Not eligible for installment (MAC 22)
How it works
The merchant initiates a payment
The transaction gets declined with MAC 22, merchant not eligible for installment product.
1. The merchant initiates a payment
Initiate a server-to-server POST request simulating a payment. Use an amount ending in .22 to simulate MAC 22.
Sample request:

2. The merchant attempts a retry
Retry the same transaction using the same account Changing the amount, currency, or merchant transaction ID won’t help. The issue is structural, not transactional. MAC Control blocks it for 30 days.
Merchant recommendation:
- Do not retry with the same product and account
- Review your eligibility for the installment program with your acquirer or scheme
- Switch to a standard payment product if installment is not supported
- Notify the customer and offer alternative payment options (e.g., pay in full, use a wallet).
Sample request:

Configuration
Please log in to view and manage MAC Control configuration settings.