Payment Optimization
Network Uplift (Mastercard IDCI)
2 min
the integration grants access to forter's fraud management https //www forter com/platform/fraud management/ and issuer optimization with mastercard https //www forter com/platform/payment optimization/issuer optimization/ integration flow integration steps confirm prerequisites verify that both forter's and your psp's integration requirements are met full pan verify that you can pass the full card number in the order api this information is required for issuer optimization with mastercard idci 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 this service enables you to make a request to a 3rd party (such as forter order api) with a token included in the request the request is then routed through the proxy, where the token is replaced with the corresponding card data gateway , processor and acquirer data verify that you can pass all the details about the expected authorization process in the order api gateway data name (e g braintree) processor data name (e g chase paymentech) acquirer data acquirer name (e g barclays) acquirer bin acquirer merchant id acquirer merchant name merchant category code merchant country code acquirercountry note that it in some cases the gw, acquirer and processor services are provided by the same company front end integration docid\ i0th2q4hrfbn h8chrv1d follow the instructions for front end integration for fraud management, including installing mobile sdks on your mobile applications send order api request as with the checkout integration docid\ zli8xrrlbmssvw0jlvxqb for fraud management, send forter the complete order details in the order api to get real time fraud decisions along with the issuer optimization for mastercard the request should be sent before calling the payment gateway to authorize funds (pre auth flow) the full request and response data can be found in our order api https //docs forter com/reference/order v3 reference documentation note that full card data is required for issuer optimization with mastercard handle order api response outcome call to action order response fields forter approved transaction is approved by forter authorize > "forterdecision" "approve" to simulate this response, use mailto\ approve\@forter com in the accountowner object in the order api request forter approved & data only was executed transaction is approved by forter and has data only recommendation authorize > "forterdecision" "approve", "verificationmethod" {"status" "data only", } to simulate this response, use mailto\ force 3ds data only\@forter com in the accountowner object in the order api request forter declined transaction is declined by forter do not authorize > "forterdecision" "decline" to simulate this response, use mailto\ decline\@forter com in the accountowner object in the order api request forter did not review transaction was not reviewed for a fraud decision act according to policy prior to forter integration > "forterdecision" "not reviewed" to simulate this response, use mailto\ notreviewed\@forter com in the accountowner object in the order api request post purchase updates docid\ kboks dbapjvvc0r5csre as you receive payment authentication updates, including 3ds results, and the order fulfillment status changes, it's important to keep forter notified so that this information can be used in future decisions we strongly recommend using a webhook to send notifications about payment authorization and disputes if your psp is supported dispute notifications docid\ dcfboyebigyyebqkr9yqj notifying forter of disputes (also called claims, chargebacks, or fraud alerts) is extremely important because it enables forter's system to learn and continually improve future decisions, tailoring our system to your company's needs you can send these updates to forter via a webhook from your psp or via forter's dispute api endpoint