<p>CelPay is a simple multi-currency payment method similar to Transferwise, requiring only an email address to be specified in the Bisq account.</p>
<p><span class="issue-keyword tooltipped tooltipped-se" aria-label="This pull request closes issue #231.">Closes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="803214684" data-permission-text="Title is private" data-url="https://github.com/bisq-network/growth/issues/231" data-hovercard-type="issue" data-hovercard-url="/bisq-network/growth/issues/231/hovercard" href="https://github.com/bisq-network/growth/issues/231">bisq-network/growth#231</a></p>
<p>(This PR depends on currently open PR <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="997513419" data-permission-text="Title is private" data-url="https://github.com/bisq-network/bisq/issues/5696" data-hovercard-type="pull_request" data-hovercard-url="/bisq-network/bisq/pull/5696/hovercard" href="https://github.com/bisq-network/bisq/pull/5696">#5696</a>).</p>
<hr>
<p><strong>Account creation:</strong><br>
<a target="_blank" rel="noopener noreferrer" href="https://user-images.githubusercontent.com/47253594/134554457-000c9203-240e-4751-9b93-031b94772ec6.png"><img src="https://user-images.githubusercontent.com/47253594/134554457-000c9203-240e-4751-9b93-031b94772ec6.png" alt="celpay_account_popup" style="max-width: 100%;"></a></p>
<p><a target="_blank" rel="noopener noreferrer" href="https://user-images.githubusercontent.com/47253594/134554470-842a2dfc-0941-4bd2-8be2-8ef57406f341.png"><img src="https://user-images.githubusercontent.com/47253594/134554470-842a2dfc-0941-4bd2-8be2-8ef57406f341.png" alt="celpay_account" style="max-width: 100%;"></a></p>
<p><strong>Buy BTC:</strong><br>
<a target="_blank" rel="noopener noreferrer" href="https://user-images.githubusercontent.com/47253594/134554544-569db896-3f48-42f4-b5f1-b16d34576f79.png"><img src="https://user-images.githubusercontent.com/47253594/134554544-569db896-3f48-42f4-b5f1-b16d34576f79.png" alt="celpay_buy" style="max-width: 100%;"></a></p>
<p><strong>Buy BTC offer entry:</strong><br>
<a target="_blank" rel="noopener noreferrer" href="https://user-images.githubusercontent.com/47253594/134554554-fdaaa7e6-5d51-4a0c-8f1c-6c9cb276d7de.png"><img src="https://user-images.githubusercontent.com/47253594/134554554-fdaaa7e6-5d51-4a0c-8f1c-6c9cb276d7de.png" alt="celpay_buy_form" style="max-width: 100%;"></a></p>
<p><strong>Sell BTC:</strong><br>
<a target="_blank" rel="noopener noreferrer" href="https://user-images.githubusercontent.com/47253594/134554688-cb68be3c-049d-45ba-8d5d-89c73e6d4d8f.png"><img src="https://user-images.githubusercontent.com/47253594/134554688-cb68be3c-049d-45ba-8d5d-89c73e6d4d8f.png" alt="celpay_sell_popup" style="max-width: 100%;"></a></p>
<p><strong>Make payment:</strong><br>
<a target="_blank" rel="noopener noreferrer" href="https://user-images.githubusercontent.com/47253594/134554795-605ae7d4-e9f3-4922-92db-d2c8d80e8ae4.png"><img src="https://user-images.githubusercontent.com/47253594/134554795-605ae7d4-e9f3-4922-92db-d2c8d80e8ae4.png" alt="celpay_trade_payment" style="max-width: 100%;"></a></p>
<p><strong>Confirm payment:</strong><br>
<a target="_blank" rel="noopener noreferrer" href="https://user-images.githubusercontent.com/47253594/134554812-dcbbab1e-e736-404f-9fc8-fe9c7150843a.png"><img src="https://user-images.githubusercontent.com/47253594/134554812-dcbbab1e-e736-404f-9fc8-fe9c7150843a.png" alt="celpay_confirm_payment" style="max-width: 100%;"></a></p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>  <a href='https://github.com/bisq-network/bisq/pull/5721'>https://github.com/bisq-network/bisq/pull/5721</a></p>

<h4>Commit Summary</h4>
<ul>
  <li><a href="https://github.com/bisq-network/bisq/pull/5721/commits/78cd61564c90e6899bf320ce165fc5fff23848bb">Add five Indian payment methods</a></li>
  <li><a href="https://github.com/bisq-network/bisq/pull/5721/commits/ec4b4cdb112ec1efc15475af7153e0c7a051b886">add payment method popup text per spec</a></li>
  <li><a href="https://github.com/bisq-network/bisq/pull/5721/commits/f03530a6d51ea6c132a402a1c0742d7d665125cb">add payment method CelPay</a></li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/5721/files#diff-c8a7a637dd96f15ef14955c1520e9f38361c4887abf1b63bd05dab16b9e59b9b">core/src/main/java/bisq/core/locale/CurrencyUtil.java</a>
    (11)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/bisq-network/bisq/pull/5721/files#diff-728bdc937787e848e6f8ed0a897fadb10c7478e8078d67c1aadb334681860c3a">core/src/main/java/bisq/core/payment/CelPayAccount.java</a>
    (56)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/bisq-network/bisq/pull/5721/files#diff-ddfe2561e2851b1be1851813f1875188b3fe29fa7a604098e5aa6c029be1ecb5">core/src/main/java/bisq/core/payment/ImpsAccount.java</a>
    (48)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/bisq-network/bisq/pull/5721/files#diff-48618d1ba5b1a370df32bb791dc1b50e982961ae96fd5677d2ad40b8561f7969">core/src/main/java/bisq/core/payment/NeftAccount.java</a>
    (48)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/5721/files#diff-189dabf054a26f4cd086890f538252d6c47a246491d7d95e730ce6a0e640d786">core/src/main/java/bisq/core/payment/PaymentAccount.java</a>
    (23)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/5721/files#diff-11507f8864c1ddf3d166bb552b66dc80532ae543d294f2e12c98ab21278e922c">core/src/main/java/bisq/core/payment/PaymentAccountFactory.java</a>
    (12)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/bisq-network/bisq/pull/5721/files#diff-2e8fad88d61583121c01336220998a12d8fd0b6dfc14157fd5dc61167160b438">core/src/main/java/bisq/core/payment/PaytmAccount.java</a>
    (56)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/bisq-network/bisq/pull/5721/files#diff-d7a73aa9a699fec6710cc36ae3951defd4e46e86573c70d9fd1412d10cf5d084">core/src/main/java/bisq/core/payment/RtgsAccount.java</a>
    (48)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/5721/files#diff-eca3ae876640602ea29ef87976284eebe15fea842506a375585f06dbede31734">core/src/main/java/bisq/core/payment/SwiftAccount.java</a>
    (12)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/bisq-network/bisq/pull/5721/files#diff-26ceed5209839ada5a5d8e8b58d978709ec01d8d5bb8feebd4c78c0390eb6f63">core/src/main/java/bisq/core/payment/UpiAccount.java</a>
    (56)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/bisq-network/bisq/pull/5721/files#diff-a8cf9c8c40d27a27cedaac42dc324b8c3834ce1e4bf2fb31cc2db9d102ed1cfb">core/src/main/java/bisq/core/payment/payload/CelPayAccountPayload.java</a>
    (89)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/bisq-network/bisq/pull/5721/files#diff-8b547a397c682ab576cd09718602adb3c160d2feae93a4545fa61ef6f5e66c4d">core/src/main/java/bisq/core/payment/payload/IfscBasedAccountPayload.java</a>
    (96)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/bisq-network/bisq/pull/5721/files#diff-2e76747c52215951d04f63095247f7ffc1686edc56e104b5f60f7ac358f0830e">core/src/main/java/bisq/core/payment/payload/ImpsAccountPayload.java</a>
    (115)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/bisq-network/bisq/pull/5721/files#diff-2d3cd091f86d60debca9b494cda6c555e3025ff92fa2d71404cdd3d7b9c6a4c4">core/src/main/java/bisq/core/payment/payload/NeftAccountPayload.java</a>
    (115)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/5721/files#diff-4dcea846295ebb8de4e9633b0440ee222f5535c12fb168576b11e674e04ce60f">core/src/main/java/bisq/core/payment/payload/PaymentMethod.java</a>
    (22)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/bisq-network/bisq/pull/5721/files#diff-d6155337c87016284fc4b8030d0e1811ec40e75ba1a1c05e197c128c910eeee6">core/src/main/java/bisq/core/payment/payload/PaytmAccountPayload.java</a>
    (99)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/bisq-network/bisq/pull/5721/files#diff-a483071f2be50526b0e4188711ca506fbdcc39f3578090f19ba67c4223fd216c">core/src/main/java/bisq/core/payment/payload/RtgsAccountPayload.java</a>
    (115)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/bisq-network/bisq/pull/5721/files#diff-58737ea3a8fcd25bb67bf3cf74d4e3816d6d8bb29bbc02d56f3b094cdae6ac10">core/src/main/java/bisq/core/payment/payload/UpiAccountPayload.java</a>
    (99)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/5721/files#diff-ebf0517b78fd6fd90d4a92f2b50757fe17da8d8c7d185ea9836c7b22ffba1989">core/src/main/java/bisq/core/proto/CoreProtoResolver.java</a>
    (26)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/5721/files#diff-ee3e6ab6efe02715d897f3f01ac2ea73097880835637201e3e8c7ac80d34fde7">core/src/main/java/bisq/core/trade/statistics/TradeStatistics3.java</a>
    (8)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/5721/files#diff-a6cc570e0f56a36136791beae8f497706216230467708be9343344cd953e5f08">core/src/main/resources/i18n/displayStrings.properties</a>
    (130)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/bisq-network/bisq/pull/5721/files#diff-6be6c1234b18590efeadebdf577264f3b919f275370d09e92a5658dde5632a17">desktop/src/main/java/bisq/desktop/components/paymentmethods/CelPayForm.java</a>
    (118)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/bisq-network/bisq/pull/5721/files#diff-14c621cc7ce6218262fcf6a499c1c2a88f40247d1c35da3caf74ef3637d1d0f6">desktop/src/main/java/bisq/desktop/components/paymentmethods/IfscBankForm.java</a>
    (132)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/bisq-network/bisq/pull/5721/files#diff-bfbb392156dd33405a5185c96d21a4339ee139838e61e5fb63595d81b8a55330">desktop/src/main/java/bisq/desktop/components/paymentmethods/ImpsForm.java</a>
    (38)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/bisq-network/bisq/pull/5721/files#diff-b343923e6dda87f94f26a605fa5980eada8f254f7c1f83c9b3de1445b0e7b98b">desktop/src/main/java/bisq/desktop/components/paymentmethods/NeftForm.java</a>
    (38)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/bisq-network/bisq/pull/5721/files#diff-4b479acfce1ab92c8826a3c5bdba5a4927ad496db9b726b6ef05eb265780e998">desktop/src/main/java/bisq/desktop/components/paymentmethods/PaytmForm.java</a>
    (106)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/bisq-network/bisq/pull/5721/files#diff-dc1750978fdc2f2cf906384166c7350342fedf1e801b32eb0bdd2bf71afa3870">desktop/src/main/java/bisq/desktop/components/paymentmethods/RtgsForm.java</a>
    (38)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/5721/files#diff-63788c211642346108d1a3272753ea1da61cc3f7bdb20145e98702971bb0a931">desktop/src/main/java/bisq/desktop/components/paymentmethods/SwiftForm.java</a>
    (4)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/bisq-network/bisq/pull/5721/files#diff-80acad4600f1321dff30b2432070e5e89789944d2f95803581848a3f35d6b792">desktop/src/main/java/bisq/desktop/components/paymentmethods/UpiForm.java</a>
    (106)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/5721/files#diff-c5abb5ef938520e00047e774840a1990b4210c048e3f3fdf7478edca3935c0cb">desktop/src/main/java/bisq/desktop/main/account/content/fiataccounts/FiatAccountsView.java</a>
    (24)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/5721/files#diff-a110b4dbf593eb67e3a80e59506f58cd95ddbf8fe983bf3d967d8bbe2c8471fe">desktop/src/main/java/bisq/desktop/main/offer/MutableOfferView.java</a>
    (28)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/5721/files#diff-464b973414368d42f102b402b31160515781076ccee9f6fcd7f940b1929b9c81">desktop/src/main/java/bisq/desktop/main/offer/takeoffer/TakeOfferView.java</a>
    (30)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/5721/files#diff-6b3e5b39ab1542f5a30794a99a6ca05a2e8a860dd4308dd3246589c41eca7db3">desktop/src/main/java/bisq/desktop/main/portfolio/pendingtrades/steps/buyer/BuyerStep2View.java</a>
    (24)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/5721/files#diff-bf36680f758ff209f343b0f2d75cbcadf8140bfe660d0c0336fc42c8c69119fe">desktop/src/main/java/bisq/desktop/util/GUIUtil.java</a>
    (18)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/5721/files#diff-51dcd1d852312df65738ff2bd493fdb0f187f50fb7d7324158c8b57fc1de7da7">proto/src/main/proto/pb.proto</a>
    (36)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/bisq-network/bisq/pull/5721.patch'>https://github.com/bisq-network/bisq/pull/5721.patch</a></li>
  <li><a href='https://github.com/bisq-network/bisq/pull/5721.diff'>https://github.com/bisq-network/bisq/pull/5721.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/bisq/pull/5721">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNX6CVD3CEE7XN6BOH3UDNPWVANCNFSM5EUF4WAQ">unsubscribe</a>.<br />Triage notifications on the go with GitHub Mobile for <a href="https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675">iOS</a> or <a href="https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub">Android</a>.
<img src="https://github.com/notifications/beacon/AJFFTNWXK3HJIH2MDHMYWFLUDNPWVA5CNFSM5EUF4WA2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4O7RO3XA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq/pull/5721",
"url": "https://github.com/bisq-network/bisq/pull/5721",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>