---
title: Accept international payments
slug: international-payments
excerpt: >-
  Accept payments from global customers in their local currency using Pine Labs
  Online Dynamic Currency Conversion (DCC) and Multi-Currency Conversion (MCC).
sidebar_order: 1
sidebar_label: Overview
hidden: false
metadata:
  title: International Payments — Accept Global Payments
  description: >-
    Enable cross-border card payments with Dynamic Currency Conversion (DCC) and
    Multi-Currency Conversion (MCC). Support 50+ currencies, robust FRM engine,
    and multi-network authorization for international transactions.
  keywords: >-
    international payments, DCC, MCC, multi-currency, cross-border payments,
    global payments, currency conversion, Pine Labs international
  robots: index
---
Learn how to Integrate **Pine Labs International Payments** to let customers pay in their preferred currency with support for both **Multi-Currency Conversion (MCC)**.

[block:html]
{
  "html": "<style>\n\n/* Hero container */\n.hero-container {\n    border: 1px solid #e5e7eb;\n    border-radius: 0.5rem;\n    padding: 2rem;\n    background-color: #f9fafb;\n    max-width: 100%;\n}\n\n/* Hero header with icon and badge */\n.hero-header {\n    display: flex;\n    align-items: center;\n    gap: 0.5rem;\n    margin-bottom: 1rem;\n}\n\n.icon-container {\n    width: 2rem;\n    height: 2rem;\n    background-color: #D0F6E5;\n    border-radius: 0.375rem;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n}\n\n.badge {\n    display: inline-flex;\n    align-items: center;\n    border-radius: 0.375rem;\n    border: 1px solid #d1d5db;\n    padding: 0.125rem 0.625rem;\n    font-size: 0.75rem;\n    font-weight: 600;\n    background-color: transparent;\n    color: #374151;\n    transition: all 0.2s ease;\n}\n\n/* Hero title */\n.hero-title {\n    font-size: 2.25rem;\n    font-weight: 700;\n    margin-bottom: 1rem;\n    color: #111827;\n    line-height: 1.2;\n}\n\n/* Hero description */\n.hero-description {\n    font-size: 15px;\n    color: #4b5563;\n    margin-bottom: 1.5rem;\n    max-width: 48rem;\n    line-height: 1.6;\n}\n\n/* Button container */\n.button-container {\n    display: flex;\n    align-items: center;\n    gap: 1rem;\n    flex-wrap: wrap;\n}\n\n/* Primary button */\n\n.primary-button:focus {\n    outline: none;\n    box-shadow: 0 0 0 2px #003434;\n}\n\n.primary-button:disabled {\n    pointer-events: none;\n    opacity: 0.5;\n}\n\n/* Secondary button */\n.secondary-button {\n    padding: 0.75rem 1.5rem;\n    border: 1px solid #d1d5db;\n    background-color: #ffffff;\n    color: #374151;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    white-space: nowrap;\n    border-radius: 0.375rem;\n    font-size: 0.875rem;\n    font-weight: 500;\n    cursor: pointer;\n    transition: all 0.2s ease;\n    gap: 0.5rem;\n}\n\n.secondary-button:focus {\n    outline: none;\n    box-shadow: 0 0 0 2px #374151;\n}\n\n.secondary-button:disabled {\n    pointer-events: none;\n    opacity: 0.5;\n}\n\n/* Button icons */\n.play-icon,\n.code-icon {\n    height: 1rem;\n    width: 1rem;\n}\n\n/* Responsive design */\n@media (max-width: 768px) {\n    body {\n        padding: 1rem;\n    }\n    \n    .hero-container {\n        padding: 1.5rem;\n    }\n    \n    .hero-title {\n        font-size: 1.875rem;\n    }\n    \n    .hero-description {\n        font-size: 1.125rem;\n    }\n    \n    .button-container {\n        flex-direction: column;\n        align-items: stretch;\n    }\n    \n    .primary-button,\n    .secondary-button {\n        width: 100%;\n        justify-content: center;\n    }\n}\n\n@media (max-width: 480px) {\n    .hero-container {\n        padding: 1rem;\n    }\n    \n    .hero-title {\n        font-size: 1.5rem;\n    }\n    \n    .hero-description {\n        font-size: 1rem;\n    }\n    \n    .hero-header {\n        flex-wrap: wrap;\n    }\n}\n\n/* Focus-visible support for better accessibility */\n@supports selector(:focus-visible) {\n    .primary-button:focus {\n        box-shadow: none;\n    }\n    \n    .primary-button:focus-visible {\n        box-shadow: 0 0 0 2px #374151;\n    }\n    \n    .secondary-button:focus {\n        box-shadow: none;\n    }\n    \n    .secondary-button:focus-visible {\n        box-shadow: 0 0 0 2px #374151;\n    }\n}\n\n/* Animation enhancements */\n.hero-container {\n    animation: fadeInUp 0.6s ease-out;\n}\n\n@keyframes fadeInUp {\n    from {\n        opacity: 0;\n        transform: translateY(20px);\n    }\n    to {\n        opacity: 1;\n        transform: translateY(0);\n    }\n}\n\n/* Print styles */\n@media print {\n    .hero-container {\n        border: 1px solid #000;\n        background-color: #fff;\n        box-shadow: none;\n    }\n    \n    .primary-button,\n    .secondary-button {\n        border: 1px solid #000;\n        background-color: #fff;\n        color: #000;\n    }\n  }\n\t/* Primary button */\n.primary-button {\n    background-color: #003323;\n    color: #fff;\n    padding: 0.75rem 1.5rem;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    white-space: nowrap;\n    border-radius: 0.375rem;\n    font-size: 0.875rem;\n    font-weight: 500;\n    border: none;\n    cursor: pointer;\n    transition: all 0.25s ease;\n    gap: 0.5rem;\n    box-shadow: 0 1px 2px rgba(0,0,0,0.05);\n}\n\n.primary-button:hover {\n    background-color: #003323;\n    transform: translateY(-2px);\n    box-shadow: 0 4px 6px rgba(0,0,0,0.1);\n}\n\n.primary-button:active {\n    transform: translateY(0);\n    box-shadow: 0 2px 4px rgba(0,0,0,0.1);\n}\n\n/* Secondary button */\n\n.secondary-button:hover {\n    background-color: #f9fafb;\n    color: #111827;\n    border-color: #9ca3af;\n    transform: translateY(-2px);\n    box-shadow: 0 4px 6px rgba(0,0,0,0.1);\n}\n\n.secondary-button:active {\n    transform: translateY(0);\n    box-shadow: 0 2px 4px rgba(0,0,0,0.1);\n}\n\n.badges-container {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 0.5rem;\n\t\tpadding-bottom: 15px;\n}\n\n.badge {\n    display: inline-flex;\n    align-items: center;\n    border-radius: 9999px;\n    padding: 0.25rem 0.75rem;\n    font-size: 0.75rem;\n    font-weight: 500;\n    line-height: 1rem;\n    text-transform: none;\n    white-space: nowrap;\n}\n\n.badge-blue {\n    background-color: #dbeafe;\n    color: #1e40af;\n}\n\n.badge-green {\n    background-color: #dcfce7;\n    color: #166534;\n}\n\n/* Responsive Design */\n@media (max-width: 768px) {\n    body {\n        padding: 10px;\n    }\n    .badges-container {\n        gap: 0.375rem;\n    }\n    \n    .badge {\n        font-size: 0.7rem;\n        padding: 0.2rem 0.6rem;\n    }\n}\n\n</style>\n\n<body>\n    <div class=\"hero-container\">\n        \n        <div class=\"badges-container\">\n                <span class=\"badge badge-blue\">Over 50+ currencies supported</span>\n                <span class=\"badge badge-green\">Robust FRM engine</span>\n            </div>\n        <p class=\"hero-description\">\n            International card payments occur when a cardholder uses a payment card issued in one country to pay for goods or services offered by a merchant registered in another country. Such transactions are classified as cross-border card payments and typically require currency conversion, multi-network authorization, and specialized acquiring infrastructure to manage the regulatory, settlement, and exchange rate differences inherent in global transactions.\n      </p><br>\n        \n      <div class=\"button-container\">\n\t\t\t\t\t<a href=\"https://plcorp.uat.pinelabs.com/doc/online-payments/apple-pay\" target=\"_blank\">\n            <button class=\"primary-button\">\n                <svg class=\"play-icon\" fill=\"#013323\" stroke=\"currentColor\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\">\n                    <polygon stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" points=\"5,3 19,12 5,21\"></polygon>\n                </svg>\n                Apple Pay\n            </button></a>\n\t\t\t\t\t\t<a href=\"https://plcorp.uat.pinelabs.com/doc/online-payments/mcc\" target=\"_blank\">\n            <button class=\"secondary-button\">\n                <svg class=\"code-icon\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\">\n                    <polyline stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" points=\"16,18 22,12 16,6\"></polyline>\n                    <polyline stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" points=\"8,6 2,12 8,18\"></polyline>\n                </svg>\n                MCC\n              </button></a>\n\t\t\t\t\t\t\t<a href=\"https://plcorp.uat.pinelabs.com/doc/online-payments/dcc\" target=\"_blank\">\n            <button class=\"secondary-button\">\n                DCC\n              </button></a>\n        </div>\n    </div>\n</body>"
}
[/block]

<br />

<DocImage src="/cdn/img/international-payments-1779185876556.png" alt="international-payments" caption="" />


## Why International Payments?

Accepting online international card payments enables you to expand your business globally by allowing your customers to pay using cards issued outside your home country. These cross-border transactions support multi-currency and dynamic currency conversion, along with a secure global acquiring infrastructure to ensure a seamless checkout experience for international customers. This capability helps broaden your customer base, increase sales, and simplify foreign exchange management, compliance, and settlements through a unified payment platform.

<br />

[block:html]
{
  "html": "<style>\n    \n\n    /* Section and grid */\n    .features-section {\n      max-width: 150rem;\n      margin: 0 auto;\n    }\n\n    .features-grid {\n      display: grid;\n      gap: 2rem;\n      grid-template-columns: 1fr;\n    }\n\n    @media (min-width: 768px) {\n      .features-grid { grid-template-columns: repeat(2, 1fr); }\n    }\n\n    @media (min-width: 1024px) {\n      .features-grid { grid-template-columns: repeat(2, 1fr); }\n    }\n\n    /* Cards */\n    .feature-card {\n      background: #fff;\n      border: 1px solid #e5e7eb;\n      border-radius: 0.5rem;\n      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);\n      text-align: center;\n      display: flex;\n      flex-direction: column;\n    }\n\n    .card-content-new {\n      padding: 1.5rem 1.5rem 1.5rem 1.5rem;\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      height: 100%;\n    }\n\n    /* Typography */\n    .feature-title {\n      font-size: 1rem;\n      font-weight: 600;\n      margin-bottom: 0.5rem;\n\t\t\tmin-height: 2.9rem;\n\t\t\tdisplay: flex;\n \t\t  align-items: center;\n    }\n\n    .feature-description {\n      font-size: 1.0rem;\n      flex: 1;\n\t\t\tmargin-top: auto;\n      line-height: 1.5;\n\t\t\tmargin-bottom: 0px;\n    }\n\n    /* Print */\n    @media print {\n      body { padding: 0; background: #fff; color: #000; }\n      .feature-card {\n        border: 1px solid #000;\n        box-shadow: none;\n        break-inside: avoid;\n        margin-bottom: 1rem;\n      }\n      .features-grid { grid-template-columns: repeat(2, 1fr); }\n    }\n  </style>\n</head>\n<body>\n  <section class=\"features-section\">\n    <div class=\"features-grid\">\n      <article class=\"feature-card\">\n        <div class=\"card-content-new\">\n            <svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<rect width=\"40\" height=\"40\" rx=\"8.95714\" fill=\"#B9EDCF\"/>\n<circle cx=\"19.9997\" cy=\"19.9987\" r=\"11.6667\" stroke=\"#003323\" stroke-width=\"1.11964\"/>\n<path d=\"M13 11.4969C13.9103 12.3259 15.7855 14.5917 16.0039 17.0232C16.2081 19.2961 17.7083 21.1429 20 21.168C20.8807 21.1776 21.7714 20.5413 21.7691 19.6606C21.7684 19.3883 21.7235 19.1098 21.6531 18.8536C21.5553 18.4973 21.5466 18.0873 21.75 17.668C22.4615 16.2009 23.861 15.8069 24.9698 15.0101C25.4616 14.6568 25.9103 14.284 26.1081 13.9838C26.6543 13.1548 27.2004 11.4969 26.9274 10.668\" stroke=\"#003323\" stroke-width=\"1.11964\"/>\n<path d=\"M31.667 21.1689C31.2827 22.2552 31.0107 25.1064 26.6716 25.1517C26.6716 25.1517 22.829 25.1517 21.6762 27.3241C20.754 29.062 21.2919 30.9448 21.6762 31.6689\" stroke=\"#003323\" stroke-width=\"1.11964\"/>\n</svg>\n          <h3 class=\"feature-title\">Global Reach</h3>\n          <p class=\"feature-description\">Accept payments from customers worldwide with support for local currencies.</p>\n        </div>\n      </article>\n\n      <article class=\"feature-card\">\n        <div class=\"card-content-new\">\n            <svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<rect width=\"40\" height=\"40\" rx=\"8.95714\" fill=\"#B9EDCF\"/>\n<path d=\"M13.5607 13.9388C13.1723 13.9388 12.7927 13.8236 12.4698 13.6078C12.147 13.392 11.8954 13.0852 11.7469 12.7264C11.5984 12.3676 11.5596 11.9728 11.6355 11.5919C11.7115 11.2111 11.8987 10.8613 12.1734 10.5869C12.4482 10.3124 12.7982 10.1256 13.1791 10.0501C13.56 9.97465 13.9548 10.0139 14.3135 10.1628C14.6721 10.3117 14.9786 10.5637 15.194 10.8868C15.4094 11.2099 15.5242 11.5896 15.5237 11.978C15.5237 12.0783 15.4838 12.1746 15.4129 12.2455C15.3419 12.3165 15.2457 12.3564 15.1453 12.3564C15.045 12.3564 14.9487 12.3165 14.8778 12.2455C14.8068 12.1746 14.767 12.0783 14.767 11.978C14.767 11.7394 14.6963 11.5061 14.5638 11.3077C14.4313 11.1093 14.243 10.9546 14.0226 10.8633C13.8022 10.7719 13.5596 10.748 13.3256 10.7945C13.0916 10.841 12.8766 10.9558 12.7079 11.1245C12.5391 11.2932 12.4242 11.5081 12.3776 11.7421C12.331 11.9761 12.3549 12.2187 12.4462 12.4391C12.5375 12.6596 12.6921 12.848 12.8905 12.9806C13.0889 13.1131 13.3221 13.1839 13.5607 13.1839C13.661 13.1839 13.7573 13.2238 13.8282 13.2947C13.8992 13.3657 13.9391 13.4619 13.9391 13.5623C13.9391 13.6626 13.8992 13.7589 13.8282 13.8298C13.7573 13.9008 13.661 13.9406 13.5607 13.9406V13.9388Z\" fill=\"#003323\"/>\n<path d=\"M13.5604 17.1085C13.0404 17.1074 12.542 16.9002 12.1744 16.5323C11.8069 16.1644 11.6002 15.6658 11.5996 15.1458C11.5996 15.0455 11.6395 14.9492 11.7104 14.8783C11.7814 14.8073 11.8776 14.7675 11.978 14.7675C12.0783 14.7675 12.1746 14.8073 12.2455 14.8783C12.3165 14.9492 12.3564 15.0455 12.3564 15.1458C12.3564 15.3844 12.4271 15.6177 12.5597 15.816C12.6922 16.0144 12.8807 16.169 13.1011 16.2603C13.3215 16.3516 13.5641 16.3755 13.7981 16.3289C14.0321 16.2823 14.247 16.1674 14.4157 15.9987C14.5844 15.8299 14.6993 15.615 14.7458 15.3809C14.7923 15.1469 14.7683 14.9044 14.677 14.684C14.5856 14.4635 14.4309 14.2752 14.2325 14.1427C14.0341 14.0102 13.8009 13.9395 13.5623 13.9396C13.4619 13.9396 13.3657 13.8997 13.2947 13.8287C13.2237 13.7578 13.1839 13.6615 13.1839 13.5612C13.1839 13.4608 13.2237 13.3646 13.2947 13.2936C13.3657 13.2227 13.4619 13.1828 13.5623 13.1828C13.8223 13.1792 14.0805 13.2273 14.3218 13.3243C14.5631 13.4213 14.7827 13.5653 14.9679 13.748C15.1531 13.9306 15.3001 14.1482 15.4005 14.3881C15.5009 14.6281 15.5525 14.8856 15.5525 15.1456C15.5525 15.4057 15.5009 15.6632 15.4005 15.9032C15.3001 16.1431 15.1531 16.3607 14.9679 16.5433C14.7827 16.7259 14.5631 16.8699 14.3218 16.967C14.0805 17.064 13.8223 17.1121 13.5623 17.1085H13.5604Z\" fill=\"#003323\"/>\n<path d=\"M13.561 17.7656C13.4606 17.7656 13.3644 17.7257 13.2934 17.6548C13.2225 17.5838 13.1826 17.4876 13.1826 17.3872V9.73678C13.1826 9.63642 13.2225 9.54018 13.2934 9.46922C13.3644 9.39826 13.4606 9.3584 13.561 9.3584C13.6613 9.3584 13.7576 9.39826 13.8285 9.46922C13.8995 9.54018 13.9394 9.63642 13.9394 9.73678V17.3872C13.9394 17.4876 13.8995 17.5838 13.8285 17.6548C13.7576 17.7257 13.6613 17.7656 13.561 17.7656ZM26.8042 33.2375C25.532 33.2375 24.2884 32.8602 23.2306 32.1534C22.1728 31.4466 21.3483 30.442 20.8614 29.2666C20.3746 28.0913 20.2472 26.7979 20.4954 25.5501C20.7436 24.3024 21.3562 23.1562 22.2558 22.2566C23.1554 21.357 24.3016 20.7444 25.5493 20.4962C26.7971 20.248 28.0905 20.3754 29.2658 20.8623C30.4412 21.3491 31.4458 22.1736 32.1526 23.2314C32.8594 24.2892 33.2367 25.5328 33.2367 26.805C33.2348 28.5105 32.5565 30.1455 31.3506 31.3514C30.1447 32.5573 28.5096 33.2356 26.8042 33.2375ZM26.8042 21.1294C25.6817 21.1294 24.5844 21.4622 23.651 22.0859C22.7176 22.7095 21.9902 23.596 21.5606 24.6331C21.131 25.6702 21.0186 26.8113 21.2376 27.9123C21.4566 29.0133 21.9972 30.0246 22.7909 30.8184C23.5847 31.6121 24.596 32.1527 25.697 32.3717C26.7979 32.5907 27.9391 32.4783 28.9762 32.0487C30.0133 31.6191 30.8997 30.8916 31.5234 29.9583C32.147 29.0249 32.4799 27.9276 32.4799 26.805C32.4782 25.3003 31.8797 23.8576 30.8157 22.7936C29.7516 21.7296 28.309 21.1311 26.8042 21.1294Z\" fill=\"#003323\"/>\n<path d=\"M29.1694 25.0507L28.9468 25.8363H24.7767L24.9994 25.0507H29.1694ZM27.1401 30L24.8626 27.2359L24.8562 26.6156H25.9854C26.2675 26.6156 26.506 26.5722 26.7011 26.4852C26.8962 26.3983 27.0446 26.2721 27.1464 26.1067C27.2482 25.9392 27.2991 25.7356 27.2991 25.496C27.2991 25.1397 27.1931 24.8566 26.981 24.6467C26.769 24.4368 26.4371 24.3318 25.9854 24.3318H24.7767L25.0089 23.4857H25.9854C26.5113 23.4857 26.945 23.5695 27.2864 23.737C27.6278 23.9045 27.8823 24.1367 28.0498 24.4336C28.2173 24.7305 28.3011 25.0729 28.3011 25.461C28.3011 25.8066 28.2321 26.1194 28.0943 26.3993C27.9565 26.6792 27.737 26.9072 27.4359 27.0832C27.1348 27.2592 26.7393 27.3621 26.2494 27.3917L26.2208 27.3981L28.3011 29.9459V30H27.1401ZM29.1726 23.4857L28.9468 24.2777L25.6133 24.2586L25.8391 23.4857H29.1726Z\" fill=\"#003323\"/>\n<path d=\"M13.5612 20.3588C12.2168 20.3588 10.9026 19.9601 9.78472 19.2132C8.66686 18.4663 7.7956 17.4047 7.28111 16.1626C6.76662 14.9205 6.632 13.5537 6.89429 12.2351C7.15657 10.9165 7.80398 9.70529 8.75464 8.75464C9.70529 7.80398 10.9165 7.15657 12.2351 6.89429C13.5537 6.632 14.9205 6.76662 16.1626 7.28111C17.4047 7.7956 18.4663 8.66686 19.2132 9.78472C19.9601 10.9026 20.3588 12.2168 20.3588 13.5612C20.3569 15.3635 19.6401 17.0914 18.3657 18.3657C17.0914 19.6401 15.3635 20.3569 13.5612 20.3588ZM13.5612 7.52081C12.3665 7.52081 11.1985 7.87511 10.2051 8.5389C9.21169 9.20269 8.43743 10.1462 7.98022 11.25C7.52302 12.3538 7.40342 13.5685 7.63653 14.7403C7.86965 15.9121 8.44502 16.9884 9.28988 17.8333C10.1347 18.6781 11.2111 19.2534 12.383 19.4864C13.5548 19.7194 14.7694 19.5998 15.8732 19.1425C16.977 18.6852 17.9204 17.9109 18.5842 16.9174C19.2479 15.924 19.6021 14.756 19.6021 13.5612C19.6003 11.9597 18.9632 10.4243 17.8307 9.29187C16.6982 8.15945 15.1628 7.52251 13.5612 7.52081ZM30.9296 17.3204C30.8292 17.3204 30.733 17.2806 30.662 17.2096C30.5911 17.1386 30.5512 17.0424 30.5512 16.9421V10.8596H23.4021C23.3018 10.8596 23.2055 10.8198 23.1346 10.7488C23.0636 10.6778 23.0237 10.5816 23.0237 10.4812C23.0237 10.3809 23.0636 10.2846 23.1346 10.2137C23.2055 10.1427 23.3018 10.1029 23.4021 10.1029H30.9296C31.0299 10.1029 31.1262 10.1427 31.1971 10.2137C31.2681 10.2846 31.3079 10.3809 31.3079 10.4812V16.9421C31.3079 17.0424 31.2681 17.1386 31.1971 17.2096C31.1262 17.2806 31.0299 17.3204 30.9296 17.3204Z\" fill=\"#003323\"/>\n<path d=\"M25.1549 12.6125C25.0545 12.6124 24.9583 12.5726 24.8874 12.5016L23.134 10.7482C23.063 10.6772 23.0232 10.581 23.0232 10.4807C23.0232 10.3804 23.063 10.2841 23.134 10.2132L24.8874 8.45939C24.9584 8.38844 25.0546 8.3486 25.155 8.34863C25.2554 8.34867 25.3516 8.38858 25.4226 8.45957C25.4935 8.53057 25.5334 8.62685 25.5333 8.72722C25.5333 8.82759 25.4934 8.92384 25.4224 8.99479L23.935 10.4807L25.4209 11.9666C25.4738 12.0195 25.5098 12.0869 25.5244 12.1603C25.539 12.2337 25.5315 12.3097 25.5029 12.3789C25.4742 12.448 25.4257 12.5071 25.3635 12.5487C25.3013 12.5903 25.2282 12.6125 25.1534 12.6125H25.1549ZM16.5982 29.8975H9.07076C8.97041 29.8975 8.87417 29.8577 8.80321 29.7867C8.73225 29.7158 8.69238 29.6195 8.69238 29.5192V23.0584C8.69238 22.958 8.73225 22.8618 8.80321 22.7908C8.87417 22.7198 8.97041 22.68 9.07076 22.68C9.17111 22.68 9.26736 22.7198 9.33832 22.7908C9.40927 22.8618 9.44914 22.958 9.44914 23.0584V29.1408H16.5982C16.6986 29.1408 16.7948 29.1807 16.8658 29.2516C16.9367 29.3226 16.9766 29.4188 16.9766 29.5192C16.9766 29.6195 16.9367 29.7158 16.8658 29.7867C16.7948 29.8577 16.6986 29.8975 16.5982 29.8975Z\" fill=\"#003323\"/>\n<path d=\"M14.8454 31.651C14.7705 31.6511 14.6972 31.6289 14.635 31.5873C14.5727 31.5457 14.5241 31.4866 14.4955 31.4174C14.4668 31.3482 14.4594 31.272 14.474 31.1986C14.4887 31.1251 14.5248 31.0577 14.5779 31.0048L16.0653 29.5192L14.5794 28.0334C14.5432 27.9984 14.5144 27.9567 14.4946 27.9105C14.4748 27.8644 14.4643 27.8147 14.4639 27.7645C14.4634 27.7142 14.473 27.6644 14.492 27.6179C14.5111 27.5714 14.5392 27.5292 14.5747 27.4936C14.6102 27.4581 14.6525 27.43 14.699 27.411C14.7455 27.392 14.7953 27.3824 14.8455 27.3828C14.8958 27.3833 14.9454 27.3937 14.9916 27.4135C15.0378 27.4334 15.0795 27.4622 15.1144 27.4983L16.8678 29.2517C16.9387 29.3227 16.9786 29.4189 16.9786 29.5192C16.9786 29.6196 16.9387 29.7158 16.8678 29.7868L15.1129 31.5405C15.0419 31.6114 14.9457 31.6511 14.8454 31.651Z\" fill=\"#003323\"/>\n</svg>\n          <h3 class=\"feature-title\">Reduced FX Complexity</h3>\n          <p class=\"feature-description\">Pine Labs Online handles exchange rate sourcing, currency conversion, and transaction reconciliation.</p>\n        </div>\n      </article>\n\n      <article class=\"feature-card\">\n        <div class=\"card-content-new\">\n            <svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<rect width=\"40\" height=\"40\" rx=\"8.95714\" fill=\"#B9EDCF\"/>\n<g clip-path=\"url(#clip0_1242_29571)\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.3214 24.1251C20.7468 24.1251 19.943 22.1895 21.0584 21.0577C22.1902 19.9423 24.1258 20.7296 24.1258 22.3207C24.1258 23.3213 23.322 24.1251 22.3214 24.1251ZM19.9922 29.6529C14.6776 29.6529 10.3308 25.3225 10.3308 19.9915C10.3308 14.6769 14.6776 10.3301 19.9922 10.3301C25.3232 10.3301 29.6536 14.6769 29.6536 19.9915C29.6536 25.3225 25.3232 29.6529 19.9922 29.6529ZM19.9922 11.3143C15.2025 11.3143 11.315 15.2018 11.315 19.9915C11.315 24.7812 15.2025 28.6851 19.9922 28.6851C24.7819 28.6851 28.6858 24.7812 28.6858 19.9915C28.6858 15.2018 24.7819 11.3143 19.9922 11.3143ZM30.0637 33.8849C29.8012 33.8849 29.588 33.6716 29.588 33.3928V32.261H26.7503C26.4878 32.261 26.2582 32.0477 26.2582 31.7689V28.5375C26.2582 28.275 26.4878 28.0454 26.7503 28.0454H29.588V26.93C29.588 26.4871 30.0965 26.2739 30.4081 26.5691L33.7216 29.8169C33.9184 29.9974 33.9184 30.309 33.7216 30.5059L30.4081 33.7373C30.3261 33.8357 30.1949 33.8849 30.0637 33.8849ZM27.2424 31.2932H30.0637C30.6378 31.2932 30.5558 31.9165 30.5558 32.2282L32.6882 30.1614L30.5558 28.0782C30.5558 28.4063 30.6378 29.0296 30.0637 29.0296H27.2424V31.2932ZM9.92074 13.5615C9.80592 13.5615 9.6747 13.5123 9.57628 13.4139L6.26286 10.1825C6.06603 9.98565 6.06603 9.67399 6.26286 9.49356L9.57628 6.24575C9.88794 5.9505 10.4128 6.16374 10.4128 6.60662V7.72203H13.2506C13.513 7.72203 13.7262 7.95167 13.7262 8.21412V11.4455C13.7262 11.7244 13.513 11.9376 13.2506 11.9376H10.4128V13.0694C10.4128 13.3483 10.1996 13.5615 9.92074 13.5615ZM7.31266 9.83802L9.42865 11.9048C9.42865 11.5931 9.36304 10.9698 9.92074 10.9698H12.7585V8.70621H9.92074C9.36304 8.70621 9.42865 8.08289 9.42865 7.75483L7.31266 9.83802ZM16.5968 23.879C16.1703 23.879 15.9571 23.3541 16.2523 23.0425L23.0432 16.2516C23.5025 15.8087 24.1914 16.4977 23.7321 16.9569L16.9576 23.7314C16.8592 23.8298 16.728 23.879 16.5968 23.879ZM17.663 19.4502C16.0719 19.4502 15.2681 17.531 16.3999 16.3992C17.1053 15.6939 18.2371 15.6939 18.926 16.3992C20.0578 17.531 19.2541 19.4502 17.663 19.4502ZM17.663 16.8585C16.9412 16.8585 16.5804 17.7279 17.0889 18.2364C17.8434 18.9909 19.008 17.8591 18.2371 17.0882C18.0895 16.9405 17.8926 16.8585 17.663 16.8585ZM22.3214 21.517C21.5997 21.517 21.2388 22.3864 21.7473 22.9112C22.2394 23.3869 23.1416 23.0753 23.1416 22.3207C23.1416 21.8779 22.7807 21.517 22.3214 21.517Z\" fill=\"#003323\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_1242_29571\">\n<rect width=\"28\" height=\"28\" fill=\"white\" transform=\"translate(6 6)\"/>\n</clipPath>\n</defs>\n</svg>\n          <h3 class=\"feature-title\">Increased Conversion Rates</h3>\n          <p class=\"feature-description\">Customers are more likely to complete their purchases when prices are displayed in familiar currencies with clear, transparent conversion rates.\n</p>\n        </div>\n      </article>\n\n      <article class=\"feature-card\">\n        <div class=\"card-content-new\">\n            <svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<rect width=\"40\" height=\"40\" rx=\"8.95714\" fill=\"#B9EDCF\"/>\n<path d=\"M31.3105 18.5422H25.3407C25.0469 17.3453 24.3597 16.2818 23.3893 15.5221C22.4188 14.7624 21.2214 14.3506 19.989 14.3528C17.4003 14.3528 15.2396 16.1332 14.6531 18.5369H8.68861C8.73088 18.1566 9.0056 17.8396 9.38069 17.755L11.103 17.3324C11.4094 17.2637 11.6471 17.0366 11.7633 16.746C11.8214 16.5611 11.9007 16.3762 11.9799 16.2018C12.112 15.9113 12.112 15.5732 11.9482 15.3143L11.0131 13.7981C10.7965 13.4283 10.8494 12.9634 11.1558 12.6675L12.8358 10.9875C13.1316 10.6864 13.6018 10.6335 13.9611 10.8554L15.472 11.7852C15.7467 11.9437 16.0796 11.9543 16.3701 11.8222C16.5445 11.743 16.7188 11.6637 16.9037 11.6003C17.1943 11.4894 17.4214 11.2517 17.4954 10.9452L17.918 9.21241C18.0131 8.80033 18.383 8.50977 18.8109 8.50977H21.1777C21.6056 8.50977 21.9754 8.80033 22.0758 9.21241L22.4879 10.9452C22.5671 11.2517 22.7943 11.4894 23.0954 11.595C23.2803 11.6637 23.4547 11.743 23.629 11.8222C23.9196 11.9543 24.2524 11.9437 24.5271 11.7852L26.038 10.8554C26.3973 10.6335 26.8622 10.6864 27.1633 10.9875L28.8433 12.6675C29.1392 12.9634 29.192 13.4283 28.9754 13.7928L28.0509 15.3037C27.8818 15.5732 27.8765 15.9007 28.0086 16.1913C28.0931 16.3656 28.1671 16.5505 28.2358 16.746C28.352 17.0366 28.5897 17.2637 28.8962 17.3324L30.6184 17.755C30.9935 17.8396 31.2682 18.1566 31.3105 18.5422ZM32.6788 19.6886C32.6788 19.8841 32.5203 20.0426 32.3248 20.0426H28.5264C28.6505 21.5208 28.1275 22.9351 29.3664 24.1739L30.143 24.9558H30.1482C30.349 24.8184 30.5814 24.7445 30.835 24.7445C31.5271 24.7445 32.0871 25.3045 32.0871 25.9966C32.0871 26.3272 31.9557 26.6444 31.7219 26.8782C31.4881 27.112 31.171 27.2434 30.8403 27.2434C30.5096 27.2434 30.1925 27.112 29.9587 26.8782C29.7249 26.6444 29.5935 26.3272 29.5935 25.9966C29.5935 25.8222 29.6305 25.6584 29.6939 25.5105V25.5052L28.8645 24.6758C27.3657 23.177 27.9494 21.4437 27.8184 20.0426H25.1822V27.2909C25.1822 27.6132 25.4464 27.872 25.7686 27.872H27.1633C27.3324 27.3807 27.7973 27.0267 28.3414 27.0267C29.0282 27.0267 29.5935 27.5867 29.5935 28.2788C29.5935 28.9603 29.0282 29.5203 28.3414 29.5203C27.7603 29.5203 27.269 29.1188 27.1316 28.5852H25.7686C25.0554 28.5852 24.4743 28.0041 24.4743 27.2909V20.0426H21.9226V28.3264C22.4403 28.4796 22.8154 28.9603 22.8154 29.5256C22.8154 29.8563 22.684 30.1734 22.4502 30.4072C22.2164 30.6411 21.8993 30.7724 21.5686 30.7724C21.2379 30.7724 20.9208 30.6411 20.687 30.4072C20.4532 30.1734 20.3218 29.8563 20.3218 29.5256C20.3218 28.955 20.7022 28.4743 21.2147 28.3211V20.0426H18.7422V26.1181C18.7422 26.8049 18.478 27.4441 17.992 27.9301L16.2169 29.7052C16.2962 29.869 16.3437 30.0539 16.3437 30.2494C16.3427 30.4955 16.2688 30.7359 16.1314 30.9401C15.994 31.1443 15.7992 31.3033 15.5716 31.397C15.344 31.4907 15.0938 31.5149 14.8524 31.4667C14.611 31.4184 14.3894 31.2998 14.2153 31.1257C14.0413 30.9517 13.9226 30.73 13.8744 30.4886C13.8261 30.2473 13.8503 29.997 13.944 29.7694C14.0377 29.5418 14.1967 29.347 14.4009 29.2096C14.6052 29.0722 14.8455 28.9984 15.0916 28.9973C15.3294 28.9973 15.5513 29.066 15.7362 29.1822L17.4901 27.4283C17.8441 27.0796 18.0343 26.6147 18.0343 26.1181V20.0426H15.4033V23.1649C15.4033 23.8517 15.1339 24.4962 14.6531 24.9769L13.2373 26.3928C13.3113 26.5513 13.3482 26.7256 13.3482 26.9105C13.3472 27.1567 13.2733 27.397 13.1359 27.6012C12.9985 27.8054 12.8037 27.9644 12.5761 28.0581C12.3485 28.1518 12.0983 28.1761 11.8569 28.1278C11.6156 28.0795 11.3939 27.9609 11.2198 27.7868C11.0458 27.6128 10.9272 27.3911 10.8789 27.1498C10.8306 26.9084 10.8548 26.6582 10.9486 26.4305C11.0423 26.2029 11.2013 26.0082 11.4055 25.8708C11.6097 25.7334 11.85 25.6595 12.0962 25.6584C12.3392 25.6584 12.5716 25.7324 12.7671 25.8592L14.1513 24.475C14.4999 24.1264 14.6901 23.6615 14.6901 23.1649V20.0426H12.1807V22.2562C12.1807 22.9483 11.6154 23.5135 10.9233 23.5135H10.1414C9.97767 24.0101 9.5022 24.3694 8.95277 24.3694C8.26597 24.3694 7.70597 23.8094 7.70597 23.1279C7.70597 22.4358 8.26597 21.8758 8.95277 21.8758C9.52861 21.8758 10.0199 22.272 10.1626 22.8056H10.9233C11.2245 22.8056 11.4728 22.5573 11.4728 22.2562V20.0426H7.67427C7.4788 20.0426 7.32031 19.8841 7.32031 19.6834C7.32031 19.5883 7.35729 19.5037 7.42597 19.4403C7.44182 19.4245 7.45767 19.4086 7.4788 19.3928C7.53163 19.3505 7.60031 19.3294 7.67427 19.3294L32.3248 19.3347C32.5203 19.3347 32.6788 19.4932 32.6788 19.6886Z\" fill=\"#003323\"/>\n</svg>\n          <h3 class=\"feature-title\">Business Growth</h3>\n          <p class=\"feature-description\">Predictable cash flow and higher retention.</p>\n        </div>\n      </article>\n    </div>\n  </section>\n</body>\n</html>\n"
}
[/block]

<br />

Pine Labs Online enables acceptance of international card payments — transactions where the cardholder’s issuing country differs from the acquiring country. To facilitate smooth global commerce, Pine Labs Online provides:

## FRM (Fraud & Risk Management)

[block:html]
{
  "html": "<style>\n.content-section-frm {\n  padding: 30px;\n  background-color: #fff;\n\tbox-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);\n  box-sizing: border-box;\n\tborder: 1px solid #e5e7eb;\n}\n\n.content-container-frm {\n  display: flex;\n  align-items: top;\n  justify-content: space-between;\n  gap: 40px;\n  flex-wrap: wrap; /* Enables responsive stacking */\n}\n\n.text-content-frm {\n  flex: 1;\n  min-width: 300px;\n}\n\n.image-content-frm {\n  flex: 1;\n  min-width: 300px;\n}\n</style>\n\n<section class=\"content-section-frm\">\n  <div class=\"content-container-frm\">\n    <div class=\"text-content-frm\">\n\t\t\t<div class=\"icon-container\">\n                    <div class=\"icon-wrapper\">\n                        <!-- Zap/Lightning Icon -->\n                        <svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<rect width=\"40\" height=\"40\" rx=\"10.6667\" fill=\"#B9EDCF\"/>\n<path d=\"M23.6673 31.7063H9.25126C9.15225 31.7063 9.05729 31.667 8.98728 31.597C8.91726 31.5269 8.87793 31.432 8.87793 31.333V8.6663C8.87793 8.56729 8.91726 8.47233 8.98728 8.40232C9.05729 8.3323 9.15225 8.29297 9.25126 8.29297H21.4206C21.4724 8.29297 21.5235 8.30373 21.5709 8.32457C21.6183 8.34542 21.6608 8.37588 21.6958 8.41404L26.263 13.3298C26.3271 13.3989 26.3628 13.4896 26.3627 13.5839V22.8551C26.3627 22.9541 26.3234 23.0491 26.2534 23.1191C26.1834 23.1891 26.0884 23.2284 25.9894 23.2284C25.8904 23.2284 25.7954 23.1891 25.7254 23.1191C25.6554 23.0491 25.6161 22.9541 25.6161 22.8551V13.7306L21.2579 9.03964H9.6246V30.9596H23.6673C23.7663 30.9596 23.8612 30.999 23.9313 31.069C24.0013 31.139 24.0406 31.234 24.0406 31.333C24.0406 31.432 24.0013 31.5269 23.9313 31.597C23.8612 31.667 23.7663 31.7063 23.6673 31.7063Z\" fill=\"#003323\"/>\n<path d=\"M25.989 13.9574H21.4202C21.3212 13.9574 21.2263 13.918 21.1562 13.848C21.0862 13.778 21.0469 13.683 21.0469 13.584V8.66643C21.0469 8.5914 21.0695 8.5181 21.1117 8.45609C21.154 8.39409 21.2139 8.34625 21.2837 8.31882C21.3536 8.29139 21.43 8.28563 21.5032 8.3023C21.5764 8.31898 21.6428 8.35731 21.6938 8.41229L26.2626 13.3299C26.3121 13.3831 26.345 13.4497 26.3572 13.5213C26.3694 13.593 26.3604 13.6666 26.3314 13.7332C26.3023 13.7999 26.2544 13.8566 26.1936 13.8964C26.1328 13.9362 26.0617 13.9574 25.989 13.9574ZM21.7936 13.2107H25.1328L21.7936 9.61683V13.2107ZM18.9877 13.9574H11.6832C11.5842 13.9574 11.4892 13.918 11.4192 13.848C11.3492 13.778 11.3098 13.683 11.3098 13.584V11.143C11.3098 11.0439 11.3492 10.949 11.4192 10.879C11.4892 10.809 11.5842 10.7696 11.6832 10.7696H18.9877C19.0867 10.7696 19.1817 10.809 19.2517 10.879C19.3217 10.949 19.361 11.0439 19.361 11.143V13.584C19.361 13.683 19.3217 13.778 19.2517 13.848C19.1817 13.918 19.0867 13.9574 18.9877 13.9574ZM12.0565 13.2107H18.6144V11.5163H12.0565V13.2107ZM23.5568 16.4931H11.6832C11.5842 16.4931 11.4892 16.4538 11.4192 16.3837C11.3492 16.3137 11.3098 16.2188 11.3098 16.1198C11.3098 16.0207 11.3492 15.9258 11.4192 15.8558C11.4892 15.7858 11.5842 15.7464 11.6832 15.7464H23.5568C23.6558 15.7464 23.7507 15.7858 23.8208 15.8558C23.8908 15.9258 23.9301 16.0207 23.9301 16.1198C23.9301 16.2188 23.8908 16.3137 23.8208 16.3837C23.7507 16.4538 23.6558 16.4931 23.5568 16.4931ZM23.5568 19.0286H11.6832C11.5842 19.0286 11.4892 18.9892 11.4192 18.9192C11.3492 18.8492 11.3098 18.7542 11.3098 18.6552C11.3098 18.5562 11.3492 18.4613 11.4192 18.3912C11.4892 18.3212 11.5842 18.2819 11.6832 18.2819H23.5568C23.6558 18.2819 23.7507 18.3212 23.8208 18.3912C23.8908 18.4613 23.9301 18.5562 23.9301 18.6552C23.9301 18.7542 23.8908 18.8492 23.8208 18.9192C23.7507 18.9892 23.6558 19.0286 23.5568 19.0286ZM23.5568 21.564H11.6832C11.5842 21.564 11.4892 21.5247 11.4192 21.4547C11.3492 21.3847 11.3098 21.2897 11.3098 21.1907C11.3098 21.0917 11.3492 20.9967 11.4192 20.9267C11.4892 20.8567 11.5842 20.8174 11.6832 20.8174H23.5568C23.6558 20.8174 23.7507 20.8567 23.8208 20.9267C23.8908 20.9967 23.9301 21.0917 23.9301 21.1907C23.9301 21.2897 23.8908 21.3847 23.8208 21.4547C23.7507 21.5247 23.6558 21.564 23.5568 21.564ZM23.5568 24.0998H11.6832C11.5842 24.0998 11.4892 24.0604 11.4192 23.9904C11.3492 23.9204 11.3098 23.8254 11.3098 23.7264C11.3098 23.6274 11.3492 23.5325 11.4192 23.4624C11.4892 23.3924 11.5842 23.3531 11.6832 23.3531H23.5568C23.6558 23.3531 23.7507 23.3924 23.8208 23.4624C23.8908 23.5325 23.9301 23.6274 23.9301 23.7264C23.9301 23.8254 23.8908 23.9204 23.8208 23.9904C23.7507 24.0604 23.6558 24.0998 23.5568 24.0998ZM23.5112 26.6352H11.6829C11.5839 26.6352 11.4889 26.5959 11.4189 26.5259C11.3489 26.4559 11.3096 26.3609 11.3096 26.2619C11.3096 26.1629 11.3489 26.0679 11.4189 25.9979C11.4889 25.9279 11.5839 25.8886 11.6829 25.8886H23.5112C23.6102 25.8886 23.7051 25.9279 23.7752 25.9979C23.8452 26.0679 23.8845 26.1629 23.8845 26.2619C23.8845 26.3609 23.8452 26.4559 23.7752 26.5259C23.7051 26.5959 23.6102 26.6352 23.5112 26.6352ZM22.0472 29.1707H11.6829C11.5839 29.1707 11.4889 29.1314 11.4189 29.0613C11.3489 28.9913 11.3096 28.8964 11.3096 28.7974C11.3096 28.6983 11.3489 28.6034 11.4189 28.5334C11.4889 28.4634 11.5839 28.424 11.6829 28.424H22.0472C22.1462 28.424 22.2411 28.4634 22.3112 28.5334C22.3812 28.6034 22.4205 28.6983 22.4205 28.7974C22.4205 28.8964 22.3812 28.9913 22.3112 29.0613C22.2411 29.1314 22.1462 29.1707 22.0472 29.1707Z\" fill=\"#003323\"/>\n<path d=\"M29.862 31.7063H22.1169C21.896 31.7062 21.6789 31.6481 21.4876 31.5376C21.2963 31.4271 21.1374 31.2682 21.027 31.0769C20.9165 30.8855 20.8584 30.6685 20.8584 30.4476C20.8584 30.2266 20.9166 30.0096 21.027 29.8183L24.8996 23.1108C25.009 22.9186 25.1677 22.759 25.3592 22.6484C25.5507 22.5378 25.7683 22.4802 25.9894 22.4815C26.2106 22.4803 26.4281 22.5379 26.6196 22.6485C26.8111 22.7591 26.9698 22.9187 27.0793 23.1108L30.9521 29.8183C31.0626 30.0096 31.1207 30.2267 31.1207 30.4476C31.1207 30.6686 31.0626 30.8856 30.9521 31.077C30.8416 31.2683 30.6827 31.4272 30.4913 31.5377C30.3 31.6481 30.0829 31.7063 29.862 31.7063ZM25.9894 23.2281C25.8994 23.2276 25.8109 23.251 25.733 23.296C25.655 23.341 25.5905 23.4059 25.546 23.4841L21.6734 30.1916C21.6285 30.2694 21.6048 30.3577 21.6048 30.4476C21.6048 30.5375 21.6285 30.6258 21.6734 30.7036C21.7184 30.7815 21.783 30.8461 21.8609 30.891C21.9387 30.936 22.027 30.9596 22.1169 30.9596H29.862C29.9518 30.9596 30.0401 30.936 30.118 30.891C30.1958 30.8461 30.2605 30.7815 30.3054 30.7036C30.3504 30.6258 30.374 30.5375 30.374 30.4476C30.374 30.3577 30.3504 30.2694 30.3054 30.1916L26.4326 23.4841C26.3881 23.406 26.3236 23.341 26.2457 23.2961C26.1678 23.2511 26.0794 23.2276 25.9894 23.2281Z\" fill=\"#003323\"/>\n<path d=\"M25.9895 28.6045C25.8905 28.6045 25.7956 28.5652 25.7256 28.4952C25.6555 28.4251 25.6162 28.3302 25.6162 28.2312V25.1829C25.6162 25.0839 25.6555 24.9889 25.7256 24.9189C25.7956 24.8489 25.8905 24.8096 25.9895 24.8096C26.0886 24.8096 26.1835 24.8489 26.2535 24.9189C26.3235 24.9889 26.3629 25.0839 26.3629 25.1829V28.2312C26.3629 28.3302 26.3235 28.4251 26.2535 28.4952C26.1835 28.5652 26.0886 28.6045 25.9895 28.6045ZM25.9895 29.9874C25.8905 29.9874 25.7956 29.9481 25.7256 29.8781C25.6555 29.8081 25.6162 29.7131 25.6162 29.6141V29.4928C25.6162 29.3938 25.6555 29.2988 25.7256 29.2288C25.7956 29.1588 25.8905 29.1194 25.9895 29.1194C26.0886 29.1194 26.1835 29.1588 26.2535 29.2288C26.3235 29.2988 26.3629 29.3938 26.3629 29.4928V29.6146C26.3627 29.7136 26.3233 29.8084 26.2533 29.8783C26.1833 29.9482 26.0885 29.9874 25.9895 29.9874Z\" fill=\"#003323\"/>\n</svg>\n\n                    </div>\n                </div>\n                <h3 class=\"card-title\">How Risk Evaluation Works?</h3>\n                <p class=\"card-description\">\n                    All international card transactions are processed through a comprehensive risk engine that evaluates customer, device, and transaction-level factors to determine risk and prevent potential fraud, ensuring secure and reliable processing.\n                </p>\n      </div>\n\n\n    <div class=\"image-content-frm\">\n\t\t\t<div class=\"icon-container\">\n                    <div class=\"icon-wrapper\">\n                        <!-- Zap/Lightning Icon -->\n                        <svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<rect width=\"40\" height=\"40\" rx=\"10.6667\" fill=\"#B9EDCF\"/>\n<path d=\"M27.2165 11H12.3392C9.94644 11 8 12.9464 8 15.3392V24.0176C8 26.4104 9.94644 28.3568 12.3392 28.3568H21.0176C21.3647 28.3568 21.6375 28.0841 21.6375 27.7369C21.6375 27.3898 21.3647 27.117 21.0176 27.117H12.3392C10.6283 27.117 9.23977 25.7285 9.23977 24.0176V17.1989H30.3159V20.2983C30.3159 20.6454 30.5886 20.9182 30.9358 20.9182C31.2829 20.9182 31.5557 20.6454 31.5557 20.2983V15.3392C31.5557 12.9464 29.6092 11 27.2165 11ZM9.23977 15.9591V15.3392C9.23977 13.6283 10.6283 12.2398 12.3392 12.2398H27.2165C28.9273 12.2398 30.3159 13.6283 30.3159 15.3392V15.9591H9.23977Z\" fill=\"#003323\"/>\n<path d=\"M12.3386 23.3975C11.9915 23.3975 11.7188 23.6703 11.7188 24.0174C11.7188 24.3645 11.9915 24.6373 12.3386 24.6373H14.8182C15.1653 24.6373 15.4381 24.3645 15.4381 24.0174C15.4381 23.6703 15.1653 23.3975 14.8182 23.3975H12.3386ZM17.2977 23.3975C16.9506 23.3975 16.6778 23.6703 16.6778 24.0174C16.6778 24.3645 16.9506 24.6373 17.2977 24.6373H19.7773C20.1244 24.6373 20.3972 24.3645 20.3972 24.0174C20.3972 23.6703 20.1244 23.3975 19.7773 23.3975H17.2977ZM27.2159 20.918C24.8231 20.918 22.8767 22.8644 22.8767 25.2572C22.8767 27.6499 24.8231 29.5964 27.2159 29.5964C29.6087 29.5964 31.5551 27.6499 31.5551 25.2572C31.5551 22.8644 29.6087 20.918 27.2159 20.918ZM24.1165 25.2572C24.1165 24.6249 24.3024 24.0422 24.6372 23.5463L28.9268 27.8359C28.4309 28.1582 27.8482 28.3566 27.2159 28.3566C25.505 28.3566 24.1165 26.9681 24.1165 25.2572ZM29.7946 26.9681L25.505 22.6784C26.0009 22.3561 26.5836 22.1577 27.2159 22.1577C28.9268 22.1577 30.3153 23.5463 30.3153 25.2572C30.3153 25.8895 30.1294 26.4721 29.7946 26.9681Z\" fill=\"#003323\"/>\n</svg>\n\n                    </div>\n                </div>\n                <h3 class=\"card-title\">Blocking High-Risk Transactions</h3>\n                <p class=\"card-description\">\n                    If the risk engine identifies a high-risk transaction, it automatically blocks the payment and returns an appropriate error code. This Fraud Risk Management (FRM) system strengthens security by preventing fraudulent activity. By analyzing end-user data in real time, it detects potential threats and stops suspicious payments, thereby safeguarding you and your customers.\n                </p>\n      </div>\n  </div>\n</section>"
}
[/block]

## Merchant Dashboard

A comprehensive dashboard that allows you to monitor performance, track payments, and manage customer accounts with access to real-time analytics and reports.

<br />

<DocImage src="/cdn/img/merchant-dashboard-mcc-1779185930442.png" alt="merchant-dashboard-mcc" caption="" />

