Payment Optimization
3DS Execution
Prerequisites
10 min
prior to commencing development, verify that both forter's and your psp's integration requirements are met reach out to your implementation engineer if you have any questions about specific requirements requirements summary requirements are succinctly summarized in 2 tables, read further down for more information data requirements data point parameter in creditcard object required definition prerequisites /#full pan full pan (card number) fullcreditcard yes full card number used in the transaction (don't have access to card numbers? see card vaulting https //docs forter com/card vaultingprerequisites /#acquirer data threedsecure acquirerdata acquirerbin yes assigned to the acquiring bank by a payment card network to identify that bank when settling transactions contact your acquiring bank to obtain this value per card network prerequisites /#acquirer data threedsecure acquirerdata acquirermerchantid yes unique code provided to merchants by their acquiring bank contact your acquiring bank to obtain this value per card network merchant category code (mcc) threedsecure acquirerdata merchantcategorycode yes four digit number listed in iso 18245 for retail financial services, used to classify the business by the type of goods or services it provides merchant country code threedsecure acquirerdata merchantcountrycode yes the country your acquiring account is set up in acquirer merchant name threedsecure acquirerdata acquirermerchantname optional your company name, which will be displayed in the 3ds challenge page acquirer name threedsecure acquirerdata acquirername optional name of the acquiring bank non data requirements action how required provide forter all prerequisites /#acquirer data share a file with forter that contains your acquirer bin+mids pairings yes prerequisites /#enroll to 3ds on mastercard to mastercard 3ds2 contact acquiring bank and request enrollment of mastercard mid to 3ds2 if your acquirer is eu based it's likely you're already enrolled if mastercard is in scope for forter 3ds execution confirm liability shift with processor contact processor and request confirmation that transactions with forter 3ds execution will have liability shifted to the issuer yes verify with processor that prerequisites /#psp supports psd2 exemption requests contact processor and confirm if 3ds exemptions for low value and low risk transactions can be passed as part of the payment authorization request only for psd2 scope provide forter your exemption tra limits contact acquiring bank and ask for your tra limits (should be in the 100 500 eur range) only for psd2 scope include the forter payments js sdk https //docs forter com/front end integration for 3ds in your checkout page forter's payments js sdk handles 3ds execution for you, include it in your checkout page and invoke it accordingly yes additional detail full pan verify that you can pass the full card number in the order api https //docs forter com/reference/order v3 call under payment\[0] creditcard fullcreditcard this is required in order to successfully execute 3ds with forter if you have vaulted cards and the full card number is not exposed on the checkout page, please check with your tokenization vendor regarding the availability of a detokenization proxy service such service enables you to make a request to a 3rd party (such as the forter api) with a placeholder for the full credit card value included in the request the request is then routed through the proxy, where the placeholder is replaced with the corresponding card data you can also check out our forter's card vaulting https //docs forter com/card vaulting solution for a more seamless integration visa required data points starting from aug 2024 visa requires the following fields in order to execute 3ds browser ip address cardholder name cardholder email address or cardholder phone number (at least one of work, home, or mobile) if you collect those fields only for a subset of the transactions that's okay, but the portion without those fields will not have 3ds executed acquirer data contact your psp acquiring bank to request the details in the table below without these accurate details, 3ds cannot be executed and will fail acquirer bin/mid pairings usually follow these patterns card scheme acquirer bin acquirer mid visa 6 8 digit numbers starting with 4 usually numeric (but not necessarily so) mastercard 6 8 digit numbers usually starting with 5 or 2 (rarely 6 , 7 or 8 ) usually shared with visa (but paired with a mastercard bin) american express 11 digit numbers starting with 1000 usually 10 12 digit numbers discover 6 8 digit numbers usually starting with 6 (sometimes 3 or 4 ) usually 12 15 digit number example sane values card scheme acquirer bin acquirer mid visa 412345 123456789012345 mastercard 512345 123456789012345 (same one!) american express 10000000123 1234567890 discover 612345 123456789012 enroll to 3ds on mastercard please request your acquirer bank to enroll your mids to 3ds2 on mastercard, as it is not done automatically like with visa if your acquirer is eu based, that's probably already the case, but still best to verify forter, as an external mpi, can execute 3ds only if the mids are enrolled with the card scheme to the 3ds service psp supports external 3ds mpi ensure that your psp is configured to receive and process the results of the 3ds authentication when using an external mpi like forter get the relevant api reference from your psp to request authorization with 3ds results clarify which additional fields about 3ds results should be populated (e g cavv, eci, 3ds version, xid, transid) see psp authorization https //docs forter com/psp authorization for more details psp supports psd2 exemption requests relevant only for psd2 solution verify with your psp that you can request an exemption from executing 3ds for low value and low risk transactions in the authorization call get the relevant api reference from your psp to request authorization with an exemption request