Shakun Shrestha 1 month ago
parent
commit
239c765732
  1. 1
      TPServices/GCC/Services/GCCAPI.cs
  2. 34
      ThirdPartyAPIs/App_Data/Templates/BANK_TRANSFER_TXN_PENDING.html

1
TPServices/GCC/Services/GCCAPI.cs

@ -391,6 +391,7 @@ namespace TPService.GCC.Services
_response.ResponseCode = res.ResponseCode == "001" ? "0" : "1";
_response.Msg = res.ResponseMessage;
_response.Extra = res.TransactionStatus;
_response.Data = res;
}

34
ThirdPartyAPIs/App_Data/Templates/BANK_TRANSFER_TXN_PENDING.html

@ -2,12 +2,10 @@
<body>
<div style="color:#434444; padding: 15px; font-family: Roboto; font-size: 15px; margin-top: 10px">
<div style="text-align: left;">
<img src="https://imelondon.co.uk/assets/images/logo.png" alt="imelondon" class="CToWUd" height="50" width="150" style="height: 50px;width:150;border:0;">
<img src="https://imelondon.co.uk/assets/dist/images/imelondan.svg" alt="imelondon" class="CToWUd" height="50" width="155" style="height: 50px;width:155px;border:0;">
</div>
<div style="color:#434444; padding: 15px; font-family: Roboto; font-size: 15px; margin-top: 20px">
<!--<div style="text-align: right;">
<img src="https://japanremit.com/assets/img/jmelogo.jpg" alt="IME London" class="CToWUd" height="90">
</div>-->
<br />
<hr style="background-color: #fff; border-top: 1.5px solid #2B3C90; border-bottom: none;" />
@ -15,21 +13,22 @@
<div class="body">
Dear <strong>{CustomerName}</strong>,
<p style="margin-top: 20px">
Thank you for your transaction. Please kindly deposit the total amount of £{CollectAmt} in the following bank account. Your transaction
will be released once the amount is credited in our account with the reference number given below. If we do not get the deposit in the end of the day,
your transaction will be cancelled. Please note that the transfer amount should exactly match with your transaction amount.<br />
</p>
<p style="margin-top: 20px">
Thank you for your transaction. Please kindly deposit the total amount of £{CollectAmt} in the following bank account. Your transaction
will be released once the amount is credited in our account with the reference number given below. If we do not get the deposit in two working days,
your transaction will be cancelled. Please note that the transfer amount should exactly match with your transaction amount.<br />
<b>You can now start sending money to your loved ones. </b>
</p>
<p style="margin-top: 20px">
Our Bank Information<br />
<ol style=" list-style-type: none; /* Remove bullets */ padding: 0; /* Remove padding */ margin-left: 30px; /* Remove margins */">
<li>Bank Name: CLEAR BANK </li>
<li>Account Name: IME LONDON </li>
<li>Sort Code: 04-06-93 </li>
<li>Account Number: 00000151 </li>
<li>Sort Code: 04-08-42 </li>
<li>Accoutn Number: 00000042 </li>
<li>Reference: {CustomerName} </li>
<!--<li><b>Subhida UK Ltd is the registered name of IME London.</b></li>-->
<li><b>Subhida UK Ltd is the registered name of IME London.</b></li>
</ol>
</p>
@ -38,12 +37,7 @@
For further details please visit our website www.imelondon.co.uk<br />
</p>
<p style="margin-top: 20px">
<b>
Note: If you face any problems while transferring money into IME London account due to account validation, please disregard
the notice and proceed with the transaction, as some of the banks may not provide account validation for business accounts.<br />
</b>
</p>
</div>
<p style="margin-top: 20px;">

Loading…
Cancel
Save