Is there a way to test apple pay recurring payment in sandbox?

Hello everyone

Searching on the forums about the Mpan and the merchant Token Identifier I found there is no a good or clear way to get one of those, So I wonder if (without the risk to try it in production with a real payment) there is a way to test recurring payments by using an sandbox card or if the only solution is by on given from a bank or a card network for testing (but that solution is even more complex), it this last is the only way, what are the criteria to get the Mpan in the payment data? I know that the card network should support this feature is also a must, but how to know if the car network support Mpan? (is there a list?)

Answered by DTS Engineer in 811384022

Hi @ClaudioMM,

The Apple Pay sandbox environment is intended to be used to test the provisioning of cards to Wallet, not payment transactions.

To see the expected merchant token-based payment behavior, you should test in the Apple Pay production environment, but consider using the test environment for your payment network.

Cheers,

Paris X Pinkney |  WWDR | DTS Engineer

Hi @ClaudioMM,

The Apple Pay sandbox environment is intended to be used to test the provisioning of cards to Wallet, not payment transactions.

To see the expected merchant token-based payment behavior, you should test in the Apple Pay production environment, but consider using the test environment for your payment network.

Cheers,

Paris X Pinkney |  WWDR | DTS Engineer

Some time ago doing some test and proof of concept of this new feature in my team and we was able to get the next values in the decrypted payment info


"merchantTokenIdentifier": "DNITHE3024137...........",
    "merchantTokenMetadata": {
        "cardMetadata": {
            "longDescription": "Visa Test Card",
            "cardCountry": "TW",
            "shortDescription": "Visa Test Card",
            "fpanSuffix": "0224"
        },
        "cardArt": [
            {
                "url": "
https: //nc-crt-smp-device-asset.apple.com:443/broker/v1/assets/b10..........................."
                ,
                "name": "cardBackgroundCombined@2x.png",
                "type": "image/png"
            }
        ]
    }

by using an testing card, what I was wondering is, if there is no way to get a similar response by using any sandbox or testing tool provided by apple just to simplify the setup process as payment-merchant of apple pay

Is there a way to test apple pay recurring payment in sandbox?
 
 
Q