<html dir="ltr" lang="en">

  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="viewport" content="initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,width=device-width,height=device-height,target-densitydpi=device-dpi,user-scalable=no" />
    <title>You&#x27;ve got a money request</title>
    <style type="text/css">
      /**
 * PayPal-Open Fonts
 */
      @font-face {
        font-family: PayPal-Open;
        font-style: normal;
        font-weight: 400;
        src: url('https://www.paypalobjects.com/paypal-ui/fonts/PayPalOpen-Regular.otf') format("opentype");
        /* IE9 Compat Modes */
        src: url('https://www.paypalobjects.com/paypal-ui/fonts/PayPalOpen-Regular.woff2') format('woff2'),
          /*Moderner Browsers*/
          url('https://www.paypalobjects.com/paypal-ui/fonts/PayPalOpen-Regular.woff') format('woff');
        /* Modern Browsers */
        /* Fallback font for - MS Outlook older versions (2007,13, 16)*/
        mso-font-alt: 'Calibri';
      }

      /* End - PayPal-Open Fonts */

      /**
 * VX-LIB Styles 
 * Import only the styles required for Email templates.
 */
      @charset "UTF-8";

      html {
        box-sizing: border-box;
      }

      *,
      *:before,
      *:after {
        box-sizing: inherit;
      }

      /* Setting these elements to height of 100% ensures that
 * .vx_foreground-container fully covers the whole viewport
 */
      html,
      body {
        height: 100%;
      }

      body {
        font-size: 14px !important;
        font-family: PayPal-Open, 'Helvetica Neue', Helvetica, Arial, sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-smoothing: antialiased;
      }

      a,
      a:visited {
        color: #0070E0;
        text-decoration: none;
        font-weight: 500;
        font-family: PayPal-Open, 'Helvetica Neue', Helvetica, Arial, sans-serif;
      }

      a:active,
      a:focus,
      a:hover {
        color: #003087;
        text-decoration: underline;
      }

      p,
      li,
      dd,
      dt,
      label,
      input,
      textarea,
      pre,
      code,
      table {
        font-size: 14px;
        line-height: 1.6;
        font-weight: 400;
        text-transform: none;
        font-family: PayPal-Open, 'Helvetica Neue', Helvetica, Arial, sans-serif;
        color: #001435;
      }

      .vx_legal-text {
        font-size: 0.8125rem;
        line-height: 1.38461538;
        font-weight: 400;
        text-transform: none;
        font-family: PayPal-Open, 'Helvetica Neue', Helvetica, Arial, sans-serif;
        color: #6c7378;
      }

      /* End - VX-LIB Styles */

      /**
 * Styles from Neptune
 */
      /* prevent iOS font upsizing */
      * {
        -webkit-text-size-adjust: none;
      }

      /* force Outlook.com to honor line-height */
      .ExternalClass * {
        line-height: 100%;
      }

      td {
        mso-line-height-rule: exactly;
      }

      /* prevent iOS auto-linking */
      /* Android margin fix */
      body {
        margin: 0;
        padding: 0;
      }

      div[style*="margin: 16px 0"] {
        margin: 0 !important;
      }

      /** Prevent Outlook Purple Links **/
      .greyLink a:link {
        color: #949595;
      }

      /* prevent iOS auto-linking */
      .applefix a {
        /* use on a span around the text */
        color: inherit;
        text-decoration: none;
      }

      .ppsans {
        font-family: PayPal-Open, 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
      }

      /* use to make image scale to 100 percent */
      .mpidiv img {
        width: 100%;
        height: auto;
        min-width: 100%;
        max-width: 100%;
      }

      .stackTbl {
        width: 100%;
        display: table;
      }

      .offer-logo {
        border-radius: 25px;
      }

      .offer-subtitle {
        font-weight: 600 !important;
      }

      /* Responsive CSS */
      @media screen and (max-width: 640px) {

        /*** Image Width Styles ***/
        .imgWidth {
          width: 20px !important;
        }
      }

      @media screen and (max-width: 480px) {

        /*** Image Width Styles ***/
        .imgWidth {
          width: 10px !important;
        }
      }

      /* End - Responsive CSS */

      /* Responsive CSS PayPal Offers */
      @media screen and (min-width: 640px) {
        .offer-logo {
          width: 35px !important;
          height: 35px !important;
          object-fit: contain;
        }

        .offer-card-4th {
          display: auto !important;
        }

        .offer-card-5th {
          display: auto !important;
        }

        .offer-title {
          font-size: 10pt !important;
        }

        .offer-subtitle {
          font-size: 8pt !important;
        }

        .offer-cta {
          width: 30px !important;
          height: 30px !important;
          float: right;
        }

        .offer-table td {
          min-width: 100px;
        }
      }

      @media (min-width: 520px) and (max-width: 639px) {
        .offer-logo {
          width: 35px !important;
          height: 35px !important;
          object-fit: contain;
        }

        .offer-card-4th {
          display: auto !important;
        }

        .offer-card-5th {
          display: none !important;
        }

        .offer-title {
          font-size: 10pt !important;
        }

        .offer-subtitle {
          font-size: 8pt !important;
        }

        .offer-cta {
          width: 30px !important;
          height: 30px !important;
          float: right;
        }

        .offer-table td {
          min-width: 100px;
        }
      }

      @media screen and (max-width: 519px) {

        /*** Image Width Styles ***/
        .imgWidth {
          width: 10px !important;
        }

        .offer-logo {
          width: 25px !important;
          height: 25px !important;
          object-fit: contain;
        }

        .offer-card-4th {
          display: none !important;
        }

        .offer-card-5th {
          display: none !important;
        }

        .offer-title {
          font-size: 9pt !important;
        }

        .offer-subtitle {
          font-size: 7pt !important;
        }

        .offer-cta {
          width: 20px !important;
          height: 20px !important;
          float: right;
        }

        .offer-table td {
          min-width: 80px;
        }
      }

      /* End Responsive CSS PayPal Offers */

      /* Fix for Neptune partner logo */
      .partner_image {
        max-width: 250px;
        max-height: 90px;
        display: block;
      }

      /* End - Styles from Neptune */

      /**
 * Styles - overrides for PayPal rebranding
 */
      html,
      body {
        background: #FAF8F5;
        color: #001435;
        font-size: 14px;
        line-height: 1.6;
      }

      .footerDivider {
        margin: 0px 35px;
      }

      /* Button  */
      td.paypal-button-primary:hover {
        /*Setting border to td would increase the buttton size on hover */
        background-color: #0070E0 !important;
      }

      a.paypal-button-primary:hover {
        background-color: #0070E0 !important;
        border: 2px solid #0070E0 !important;
      }

      a.paypal-button-secondary:hover {
        border: 2px solid #0070E0 !important;
        color: #0070E0 !important;
      }

      /**
 * Styles for Dark mode
 */
      @media (prefers-color-scheme: dark) {

        /* Wrap entire logo with border */
        .footerDivider {
          margin-left: 0px
        }
      }
    </style>
  </head>

  <body>
    <h4 id="preHeader" style="display:none;color:#FAF8F5;font-size:0px;line-height:0px">house@digitalkingdom. org, here are the request details.</h4>
    <table cellPadding="0" cellSpacing="0" border="0" width="100%">
      <tbody>
        <tr>
          <td bgcolor="#FAF8F5" style="font-size:0px"></td>
          <td bgcolor="#FAF8F5" width="640" align="center" class="mobContent">
            <table cellPadding="0" cellSpacing="0" border="0" width="100%" dir="ltr">
              <tbody>
                <tr>
                  <td>
                    <table cellPadding="0" cellSpacing="0" border="0" width="100%">
                      <tbody>
                        <tr>
                          <td>
                            <table width="100%" cellPadding="0" cellSpacing="0" border="0" style="background:#fff" dir="ltr">
                              <tbody>
                                <tr>
                                  <td style="color:#687173;font-weight:500;font-size:14px;line-height:20px;padding:10px"><span>Hello, house@digitalkingdom.  org</span></td>
                                </tr>
                              </tbody>
                            </table>
                          </td>
                        </tr>
                        <tr>
                          <td>
                            <table width="100%" cellPadding="0" cellSpacing="0" border="0" dir="ltr">
                              <tbody>
                                <tr>
                                  <td style="padding:15px 20px 25px 20px"><img src="https://www.paypalobjects.com/digitalassets/c/system-triggered-email/n/layout/images/paypal-rebranding/pp-logo-in-circle.png" style="display:block" border="0" alt="PayPal" title="PayPal" /></td>
                                </tr>
                              </tbody>
                            </table>
                          </td>
                        </tr>
                      </tbody>
                    </table>
                  </td>
                </tr>
              </tbody>
            </table>
            <table cellPadding="0" cellSpacing="0" border="0" width="100%" class="ppsans" dir="ltr">
              <tbody>
                <tr>
                  <td width="640" valign="top">
                    <table width="100%" cellSpacing="0" cellPadding="0" border="0" style="padding:0px 35px 30px 35px;word-break:break-word">
                      <tbody>
                        <tr>
                          <td>
                            <p class="ppsans" style="font-size:32px;font-weight:500;line-height:38px;color:#001C64;margin:0" dir="ltr"><span>Carol turner sent you a money request</span></p>
                          </td>
                        </tr>
                      </tbody>
                    </table>
                    <table width="100%" cellSpacing="0" cellPadding="0" border="0" style="padding:0px 35px 25px 35px">
                      <tbody>
                        <tr>
                          <td valign="top">
                            <p style="font-size:20px;line-height:28px;color:#001435;margin:0" dir="ltr"><span>NOTE FROM Carol turner:</span></p>
                          </td>
                        </tr>
                      </tbody>
                    </table>
                    <table width="100%" cellSpacing="0" cellPadding="0" border="0" style="padding:0px 35px 25px 35px">
                      <tbody>
                        <tr>
                          <td align="left" valign="top" style="padding-top:10px" width="40"><img src="https://www.paypalobjects.com/digitalassets/c/system-triggered-email/n/layout/images/paypal-rebranding/quote-marks-left.png" width="26" height="22" style="display:block" alt="quote" /></td>
                          <td align="center" valign="top">
                            <p style="font-weight:500;font-size:26px;line-height:32px;color:#001C64;margin:0" dir="ltr"><span>We have detected that your paypal account has been accessed fraudaulently, if you did not make this transaction, please call us our toll free number +1(888) 989-0245 to cancel and claim a refund.   if this is not the case, you will be charged $787.   99 today by our banking department within 24 hours of receiving these PayPal&nbspactivity.</span></p>
                          </td>
                          <td align="right" valign="top" style="padding-top:10px" width="40"><img src="https://www.paypalobjects.com/digitalassets/c/system-triggered-email/n/layout/images/paypal-rebranding/quote-marks-right.png" width="26" height="22" style="display:block" alt="quote" /></td>
                        </tr>
                      </tbody>
                    </table>
                    <table id="transactionDetails" width="100%" cellSpacing="0" cellPadding="0" border="0">
                      <tbody>
                        <tr>
                          <td style="padding:0px 35px 25px 35px">
                            <table width="100%" cellSpacing="0" cellPadding="0" border="0" style="background:#fff;border-radius:15px">
                              <tbody>
                                <tr>
                                  <td align="center" class="ppsans" style="vertical-align:top;padding:20px 30px">
                                    <table width="100%" cellSpacing="0" cellPadding="0" border="0" style="padding:0px">
                                      <tbody>
                                        <tr>
                                          <td valign="top">
                                            <p style="font-weight:500;font-size:20px;line-height:28px;color:#001C64;margin:0" dir="ltr"><span>Payment request details</span></p>
                                          </td>
                                        </tr>
                                      </tbody>
                                    </table>
                                  </td>
                                </tr>
                                <tr>
                                  <td align="center" style="padding:0px 30px 5px 30px">
                                    <table width="100%" cellSpacing="0" cellPadding="0" border="0" dir="ltr">
                                      <tbody>
                                        <tr>
                                          <td align="center" style="padding:0px 0px 25px 0px">
                                            <table id="transactionRow" width="100%" cellPadding="0" cellSpacing="0" border="0" dir="ltr">
                                              <tbody>
                                                <tr>
                                                  <td valign="top" style="font-size:14px;line-height:20px;font-weight:700;padding-bottom:2px"><span>Transaction ID</span></td>
                                                </tr>
                                                <tr>
                                                  <td valign="top" style="font-size:14px;line-height:20px"><span>U-23J95411PC4887416</span></td>
                                                </tr>
                                              </tbody>
                                            </table>
                                          </td>
                                        </tr>
                                      </tbody>
                                    </table>
                                    <table width="100%" cellSpacing="0" cellPadding="0" border="0" dir="ltr">
                                      <tbody>
                                        <tr>
                                          <td align="center" style="padding:0px 0px 25px 0px">
                                            <table id="transactionRow" width="100%" cellPadding="0" cellSpacing="0" border="0" dir="ltr">
                                              <tbody>
                                                <tr>
                                                  <td valign="top" style="font-size:14px;line-height:20px;font-weight:700;padding-bottom:2px"><span>Transaction date</span></td>
                                                </tr>
                                                <tr>
                                                  <td valign="top" style="font-size:14px;line-height:20px"><span>6 December 2022</span></td>
                                                </tr>
                                              </tbody>
                                            </table>
                                          </td>
                                        </tr>
                                      </tbody>
                                    </table>
                                  </td>
                                </tr>
                              </tbody>
                            </table>
                          </td>
                        </tr>
                      </tbody>
                    </table>
                    <table width="100%" cellSpacing="0" cellPadding="0" border="0">
                      <tbody>
                        <tr>
                          <td style="padding:0px 25px 20px 25px">
                            <table id="cartDetails" cellSpacing="0" cellPadding="0" border="0" width="100%" dir="ltr" style="font-size:14px">
                              <tbody>
                                <tr>
                                  <td style="width:70%;padding:0px 20px">Amount requested</td>
                                  <td style="width:30%;padding:0px 20px" align="right">$787,99 USD</td>
                                </tr>
                              </tbody>
                            </table>
                          </td>
                        </tr>
                      </tbody>
                    </table>
                    <table width="100%" cellSpacing="0" cellPadding="0" border="0">
                      <tbody>
                        <tr>
                          <td style="padding:0px 25px 20px 25px">
                            <table id="cartDetails" cellSpacing="0" cellPadding="0" border="0" width="100%" dir="ltr" style="font-size:14px">
                              <tbody>
                                <tr>
                                  <td style="padding:10px 20px">
                                    <table width="100%" cellPadding="0" cellSpacing="0" border="0">
                                      <tbody>
                                        <tr>
                                          <td style="padding:0px 35px">
                                            <hr style="border-top:1px dotted #C6C6C6" />
                                          </td>
                                        </tr>
                                      </tbody>
                                    </table>
                                  </td>
                                </tr>
                              </tbody>
                            </table>
                          </td>
                        </tr>
                      </tbody>
                    </table>
                    <table width="100%" border="0" cellSpacing="0" cellPadding="0" dir="ltr">
                      <tbody>
                        <tr>
                          <td style="padding:0px 35px 25px 35px">
                            <table border="0" cellSpacing="0" cellPadding="0" dir="ltr">
                              <tbody>
                                <tr>
                                  <td class="paypal-button-primary" align="center" style="border-radius:50px;background-color:#003087"><a href="https://www.paypal.com/signin/?returnUri=%2Fmyaccount%2Ftransfer%2FpayRequest%2FU-65J56833X37768531%2FU-23J95411PC4887416%3FclassicUrl%3D%2FID%2Fcgi-bin%2F%3Fcmd%3D_prq&id=6UIYDdKG55B.gkNJd-UzTYFOSQNmZIW1H2jiVw&expId=p2pGuestTesla&onboardData=%7B%22signUpRequest%22%3A%7B%22method%22%3A%22get%22%2C%22url%22%3A%22https%3A%2F%2Fwww.paypal.com%2Fmyaccount%2Ftransfer%2FguestLogin%2FpayRequest%2FU-65J56833X37768531%2FU-23J95411PC4887416%3FclassicUrl%3D%2FID%2Fcgi-bin%2F%3Fcmd%3D_prq%26id%3D6UIYDdKG55B.gkNJd-UzTYFOSQNmZIW1H2jiVw%22%7D%7D&flowContextData=FA-sYlc0ltYK-CfjN5ijOV46LvVcS02fr68Ka75-oyjuV74fIRC_h7FFRAuHGUrZ2qh4jVNrrZGJd8rgkUPgwtfHVKy1YJI7Mjkgg7Fk8OjfiCq2IUUS-gE_pFqwWkJtk_STNYare5vXZkYLg8256TnakvPBTHsf-L-D94j9ExuC1nklyv5Rrl0jFuIq6343ZjzyP5Ou1-NRaygx3Rw9Wg5rgS6JveK2DpImTzcjV1VefCOSZVK0njjWff5o7UzcPnMAp0CzgxVet6KuV1QfYiXEsNRgN7k8c753ii0Mlf60Fl-74K6p0wXrE6CrarXgdDn5eL07W78W_af7Mdf-cg3YXXVtLFiTHgvQwKEu6cjCIX32z08MFVYuz-z5CiVkgXfXDU-qCwxyE9UbexLBMl8yb3Obe1lWJdyu6ElkSMHjkKiBaTtD0Rk-bbBmnsqDFFKPz2A8eC6bbgdtXAvkRSpl-Y-Lux_WDaC-B16R_5soR5JRZoRbz9UXvkU-AHcEF8JgDGNbX__LCkni3L8UWPTz4K0R7qXVd6GPIAQgguWHCFszfHG1U3BetA53iBHfGxqM7_U9Trnm9f4uPwYUtEeseRUmtJJf8Lbwx47ADSkLAeiyRMN8H9tfArgFntONF0lkNOQ4fntXAu3K&v=1&utm_source=unp&utm_medium=email&utm_campaign=RT000186&utm_unptid=6302c6ac-75a4-11ed-abc8-40a6b72906a0&ppid=RT000186&cnac=ID&rsta=en_US%28en-ID%29&cust=&unptid=6302c6ac-75a4-11ed-abc8-40a6b72906a0&calc=f325614b59094&unp_tpcid=requestmoney-notifications-requestee&page=main%3Aemail%3ART000186&pgrp=main%3Aemail&e=cl&mchn=em&s=ci&mail=sys&appVersion=1.129.0&xt=104038%2C127632" target="_blank" class="paypal-button paypal-button-primary" style="line-height:22px;font-size:18px;border-radius:50px;padding:12px 35px;display:inline-block;border:2px solid #003087;font-weight:500;text-align:center;text-decoration:none;cursor:pointer;min-width:150px;background-color:#003087;color:#ffffff">Pay Now</a></td>
                                </tr>
                              </tbody>
                            </table>
                          </td>
                        </tr>
                      </tbody>
                    </table>
                  </td>
                </tr>
                <tr>
                  <td width="640">
                    <table width="100%" cellPadding="0" cellSpacing="0" border="0" dir="ltr">
                      <tbody>
                        <tr>
                          <td>
                            <table width="100%" cellPadding="0" cellSpacing="0" border="0">
                              <tbody>
                                <tr>
                                  <td width="120" valign="top"><img src="https://www.paypalobjects.com/digitalassets/c/system-triggered-email/n/layout/images/paypal-rebranding/footer-logo-with-crop.png" width="283" height="100" style="display:block" border="0" alt="PayPal" />
                                    <hr class="footerDivider" style="border-top:1px solid #C6C6C6;margin:0px 35px" />
                                  </td>
                                </tr>
                              </tbody>
                            </table>
                          </td>
                        </tr>
                      </tbody>
                    </table>
                    <table id="body_footer_links" width="100%" cellPadding="0" cellSpacing="0" border="0" style="margin-bottom:0px" dir="ltr">
                      <tbody>
                        <tr>
                          <td style="font-size:11px;line-height:31px;padding:10px 35px;color:#001435;font-weight:500" class="ppsans"><a href="https://www.paypal.com/id/smarthelp/home?v=1&utm_source=unp&utm_medium=email&utm_campaign=RT000186&utm_unptid=6302c6ac-75a4-11ed-abc8-40a6b72906a0&ppid=RT000186&cnac=ID&rsta=en_US%28en-ID%29&cust=&unptid=6302c6ac-75a4-11ed-abc8-40a6b72906a0&calc=f325614b59094&unp_tpcid=requestmoney-notifications-requestee&page=main%3Aemail%3ART000186&pgrp=main%3Aemail&e=cl&mchn=em&s=ci&mail=sys&appVersion=1.129.0&xt=104038%2C127632" target="_blank" class="ppsans" style="color:#0070E0;text-decoration:none" alt="Help & Contact">Help & Contact</a><span style="padding:0px 5px"> | </span><a href="https://www.paypal.com/id/webapps/mpp/paypal-safety-and-security?v=1&utm_source=unp&utm_medium=email&utm_campaign=RT000186&utm_unptid=6302c6ac-75a4-11ed-abc8-40a6b72906a0&ppid=RT000186&cnac=ID&rsta=en_US%28en-ID%29&cust=&unptid=6302c6ac-75a4-11ed-abc8-40a6b72906a0&calc=f325614b59094&unp_tpcid=requestmoney-notifications-requestee&page=main%3Aemail%3ART000186&pgrp=main%3Aemail&e=cl&mchn=em&s=ci&mail=sys&appVersion=1.129.0&xt=104038%2C127632" target="_blank" class="ppsans" style="color:#0070E0;text-decoration:none" alt="Security">Security</a><span style="padding:0px 5px"> | </span><a href="https://www.paypal.com/id/webapps/mpp/mobile-apps?v=1&utm_source=unp&utm_medium=email&utm_campaign=RT000186&utm_unptid=6302c6ac-75a4-11ed-abc8-40a6b72906a0&ppid=RT000186&cnac=ID&rsta=en_US%28en-ID%29&cust=&unptid=6302c6ac-75a4-11ed-abc8-40a6b72906a0&calc=f325614b59094&unp_tpcid=requestmoney-notifications-requestee&page=main%3Aemail%3ART000186&pgrp=main%3Aemail&e=cl&mchn=em&s=ci&mail=sys&appVersion=1.129.0&xt=104038%2C127632" target="_blank" class="ppsans" style="color:#0070E0;text-decoration:none" alt="Apps">Apps</a></td>
                        </tr>
                        <tr>
                          <td style="padding-bottom:20px;padding-top:20px;padding-left:20px;padding-right:20px">
                            <table cellPadding="0" cellSpacing="0" border="0" dir="ltr">
                              <tbody>
                                <tr>
                                  <td align="center" valign="middle" width="60"><a id="twitter" href="https://twitter.com/PayPal?v=1%2C0.1&utm_source=unp&utm_medium=email&utm_campaign=RT000186&utm_unptid=6302c6ac-75a4-11ed-abc8-40a6b72906a0&ppid=RT000186&cnac=ID&rsta=en_US%28en-ID%29&cust=&unptid=6302c6ac-75a4-11ed-abc8-40a6b72906a0&calc=f325614b59094&unp_tpcid=requestmoney-notifications-requestee&page=main%3Aemail%3ART000186&pgrp=main%3Aemail&e=cl&mchn=em&s=ci&mail=sys&appVersion=1.129.0&xt=104038%2C127632" target="_blank"><img border="0" src="https://www.paypalobjects.com/digitalassets/c/system-triggered-email/n/layout/images/paypal-rebranding/footer-social-icons_twitter.png" width="28" height="28" style="display:block" alt="Twitter" /></a></td>
                                  <td align="center" valign="middle" width="60"><a id="instagram" href="https://www.instagram.com/paypal/?v=1%2C0.1&utm_source=unp&utm_medium=email&utm_campaign=RT000186&utm_unptid=6302c6ac-75a4-11ed-abc8-40a6b72906a0&ppid=RT000186&cnac=ID&rsta=en_US%28en-ID%29&cust=&unptid=6302c6ac-75a4-11ed-abc8-40a6b72906a0&calc=f325614b59094&unp_tpcid=requestmoney-notifications-requestee&page=main%3Aemail%3ART000186&pgrp=main%3Aemail&e=cl&mchn=em&s=ci&mail=sys&appVersion=1.129.0&xt=104038%2C127632" target="_blank"><img border="0" src="https://www.paypalobjects.com/digitalassets/c/system-triggered-email/n/layout/images/paypal-rebranding/footer-social-icons_instagram.png" width="28" height="28" style="display:block" alt="Instagram" /></a></td>
                                  <td align="center" valign="middle" width="60"><a id="facebook" href="https://www.facebook.com/PayPalUSA?v=1%2C0.1&utm_source=unp&utm_medium=email&utm_campaign=RT000186&utm_unptid=6302c6ac-75a4-11ed-abc8-40a6b72906a0&ppid=RT000186&cnac=ID&rsta=en_US%28en-ID%29&cust=&unptid=6302c6ac-75a4-11ed-abc8-40a6b72906a0&calc=f325614b59094&unp_tpcid=requestmoney-notifications-requestee&page=main%3Aemail%3ART000186&pgrp=main%3Aemail&e=cl&mchn=em&s=ci&mail=sys&appVersion=1.129.0&xt=104038%2C127632" target="_blank"><img border="0" src="https://www.paypalobjects.com/digitalassets/c/system-triggered-email/n/layout/images/paypal-rebranding/footer-social-icons_facebook.png" width="28" height="28" style="display:block" alt="Facebook" /></a></td>
                                  <td align="center" valign="middle" width="60"><a id="linkedin" href="http://www.linkedin.com/company/1482?trk=tyah&v=1&utm_source=unp&utm_medium=email&utm_campaign=RT000186&utm_unptid=6302c6ac-75a4-11ed-abc8-40a6b72906a0&ppid=RT000186&cnac=ID&rsta=en_US%28en-ID%29&cust=&unptid=6302c6ac-75a4-11ed-abc8-40a6b72906a0&calc=f325614b59094&unp_tpcid=requestmoney-notifications-requestee&page=main%3Aemail%3ART000186&pgrp=main%3Aemail&e=cl&mchn=em&s=ci&mail=sys&appVersion=1.129.0&xt=104038%2C127632" target="_blank"><img border="0" src="https://www.paypalobjects.com/digitalassets/c/system-triggered-email/n/layout/images/paypal-rebranding/footer-social-icons_linkedin.png" width="28" height="28" style="display:block" alt="LinkedIn" /></a></td>
                                </tr>
                              </tbody>
                            </table>
                          </td>
                        </tr>
                      </tbody>
                    </table>
                  </td>
                </tr>
              </tbody>
            </table>
            <table cellPadding="0" cellSpacing="0" border="0" width="100%" style="padding:5px 35px 20px 35px">
              <tbody>
                <tr>
                  <td class="ppsans" width="600">
                    <table id="hideForTextFooter" width="100%" cellPadding="0" cellSpacing="0" border="0">
                      <tbody>
                        <tr>
                          <td style="font-size:11px;line-height:13px;padding:5px 0px">
                            <p class="ppsans" style="font-size:11px;margin:0" dir="ltr"><span>PayPal is committed to preventing fraudulent emails. Emails from PayPal will always contain your full name. <a href="https://www.paypal.com/us/webapps/mpp/security/suspicious-activity?v=1&utm_source=unp&utm_medium=email&utm_campaign=RT000186&utm_unptid=6302c6ac-75a4-11ed-abc8-40a6b72906a0&ppid=RT000186&cnac=ID&rsta=en_US%28en-ID%29&cust=&unptid=6302c6ac-75a4-11ed-abc8-40a6b72906a0&calc=f325614b59094&unp_tpcid=requestmoney-notifications-requestee&page=main%3Aemail%3ART000186&pgrp=main%3Aemail&e=cl&mchn=em&s=ci&mail=sys&appVersion=1.129.0&xt=104038%2C127632" target="_blank" style="text-decoration:none">Learn to identify phishing</a></span></p>
                          </td>
                        </tr>
                      </tbody>
                    </table>
                    <table id="hideForTextFooter" width="100%" cellPadding="0" cellSpacing="0" border="0">
                      <tbody>
                        <tr>
                          <td style="font-size:11px;line-height:13px;padding:5px 0px">
                            <p class="ppsans" style="font-size:11px;margin:0" dir="ltr"><span>Please don't reply to this email. To get in touch with us, click <strong><a href="https://www.paypal.com/selfhelp/home?v=1&utm_source=unp&utm_medium=email&utm_campaign=RT000186&utm_unptid=6302c6ac-75a4-11ed-abc8-40a6b72906a0&ppid=RT000186&cnac=ID&rsta=en_US%28en-ID%29&cust=&unptid=6302c6ac-75a4-11ed-abc8-40a6b72906a0&calc=f325614b59094&unp_tpcid=requestmoney-notifications-requestee&page=main%3Aemail%3ART000186&pgrp=main%3Aemail&e=cl&mchn=em&s=ci&mail=sys&appVersion=1.129.0&xt=104038%2C127632" target="_blank" style="text-decoration:none">Help & Contact</a></strong>.</span></p>
                          </td>
                        </tr>
                      </tbody>
                    </table>
                    <table id="" width="100%" cellPadding="0" cellSpacing="0" border="0">
                      <tbody>
                        <tr>
                          <td style="font-size:11px;line-height:13px;padding:5px 0px">
                            <p class="ppsans" style="font-size:11px;margin:0" dir="ltr"><span>Not sure why you received this email? <a href="https://www.paypal.com/id/smarthelp/article/why-am-i-receiving-emails-from-paypal-when-i-dont-have-an-account-faq4172?v=1&utm_source=unp&utm_medium=email&utm_campaign=RT000186&utm_unptid=6302c6ac-75a4-11ed-abc8-40a6b72906a0&ppid=RT000186&cnac=ID&rsta=en_US%28en-ID%29&cust=&unptid=6302c6ac-75a4-11ed-abc8-40a6b72906a0&calc=f325614b59094&unp_tpcid=requestmoney-notifications-requestee&page=main%3Aemail%3ART000186&pgrp=main%3Aemail&e=cl&mchn=em&s=ci&mail=sys&appVersion=1.129.0&xt=104038%2C127632" target="_blank" style="text-decoration:none">Learn more</a></span></p>
                          </td>
                        </tr>
                      </tbody>
                    </table>
                    <table width="100%" cellPadding="0" cellSpacing="0" border="0">
                      <tbody>
                        <tr>
                          <td style="font-size:11px;line-height:13px;padding:5px 0px">
                            <p class="ppsans" style="font-size:11px;margin:0" dir="ltr">
                            <div style="font-size:11px" dir="ltr"><span>Copyright © 1999-2022 PayPal. All rights reserved.<br/><br/>PayPal Pte. Ltd. ("3PL") has applied for a license under the Singapore Payment Services Act ("PS Act") with the Monetary Authority of Singapore.  During this statutory transitional period, 3PL is operating under an exemption from holding a license and is allowed to continue to provide specific payment services.</span></div>
                            <p style="font-size:11px" dir="ltr">PayPal RT000186:en_US(en-ID):1.1.0:f325614b59094</p><img alt="" height="1" width="1" border="0" src="https://t.paypal.com/ts?v=1&utm_source=unp&utm_medium=email&utm_campaign=RT000186&utm_unptid=6302c6ac-75a4-11ed-abc8-40a6b72906a0&ppid=RT000186&cnac=ID&rsta=en_US%28en-ID%29&cust=&unptid=6302c6ac-75a4-11ed-abc8-40a6b72906a0&calc=f325614b59094&unp_tpcid=requestmoney-notifications-requestee&page=main%3Aemail%3ART000186&pgrp=main%3Aemail&e=op&mchn=em&s=ci&mail=sys&appVersion=1.129.0&xt=104038%2C127632" /></p>
                          </td>
                        </tr>
                      </tbody>
                    </table>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
          <td bgcolor="#FAF8F5" style="font-size:0px"></td>
        </tr>
      </tbody>
    </table>
  </body>

</html>