<p>Implements SWIFT international wire transfer per spec here: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="372011676" data-permission-text="Title is private" data-url="https://github.com/bisq-network/bisq/issues/1789" data-hovercard-type="issue" data-hovercard-url="/bisq-network/bisq/issues/1789/hovercard?comment_id=903172680&comment_type=issue_comment" href="https://github.com/bisq-network/bisq/issues/1789#issuecomment-903172680">#1789 (comment)</a></p>
<p><span class="issue-keyword tooltipped tooltipped-se" aria-label="This pull request closes issue #1789.">Closes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="372011676" data-permission-text="Title is private" data-url="https://github.com/bisq-network/bisq/issues/1789" data-hovercard-type="issue" data-hovercard-url="/bisq-network/bisq/issues/1789/hovercard" href="https://github.com/bisq-network/bisq/issues/1789">#1789</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/5672'>https://github.com/bisq-network/bisq/pull/5672</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>add SWIFT payment method</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/5672/files#diff-11507f8864c1ddf3d166bb552b66dc80532ae543d294f2e12c98ab21278e922c">core/src/main/java/bisq/core/payment/PaymentAccountFactory.java</a>
    (2)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/bisq-network/bisq/pull/5672/files#diff-eca3ae876640602ea29ef87976284eebe15fea842506a375585f06dbede31734">core/src/main/java/bisq/core/payment/SwiftAccount.java</a>
    (40)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/5672/files#diff-4dcea846295ebb8de4e9633b0440ee222f5535c12fb168576b11e674e04ce60f">core/src/main/java/bisq/core/payment/payload/PaymentMethod.java</a>
    (4)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/bisq-network/bisq/pull/5672/files#diff-900abb163cf89cd4bebe155ffc9d894e035c1e9215625428f95bfb8b1df4ccd4">core/src/main/java/bisq/core/payment/payload/SwiftAccountPayload.java</a>
    (183)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/5672/files#diff-ebf0517b78fd6fd90d4a92f2b50757fe17da8d8c7d185ea9836c7b22ffba1989">core/src/main/java/bisq/core/proto/CoreProtoResolver.java</a>
    (3)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/5672/files#diff-ee3e6ab6efe02715d897f3f01ac2ea73097880835637201e3e8c7ac80d34fde7">core/src/main/java/bisq/core/trade/statistics/TradeStatistics3.java</a>
    (3)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/5672/files#diff-a6cc570e0f56a36136791beae8f497706216230467708be9343344cd953e5f08">core/src/main/resources/i18n/displayStrings.properties</a>
    (54)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/bisq-network/bisq/pull/5672/files#diff-63788c211642346108d1a3272753ea1da61cc3f7bdb20145e98702971bb0a931">desktop/src/main/java/bisq/desktop/components/paymentmethods/SwiftForm.java</a>
    (364)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/5672/files#diff-c5abb5ef938520e00047e774840a1990b4210c048e3f3fdf7478edca3935c0cb">desktop/src/main/java/bisq/desktop/main/account/content/fiataccounts/FiatAccountsView.java</a>
    (11)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/5672/files#diff-a110b4dbf593eb67e3a80e59506f58cd95ddbf8fe983bf3d967d8bbe2c8471fe">desktop/src/main/java/bisq/desktop/main/offer/MutableOfferView.java</a>
    (16)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/5672/files#diff-464b973414368d42f102b402b31160515781076ccee9f6fcd7f940b1929b9c81">desktop/src/main/java/bisq/desktop/main/offer/takeoffer/TakeOfferView.java</a>
    (17)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/bisq-network/bisq/pull/5672/files#diff-6717e441edebac8fb19edd1839319764de0778c2b542ccfb7200a74b137bf599">desktop/src/main/java/bisq/desktop/main/overlays/windows/SwiftPaymentDetails.java</a>
    (106)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/5672/files#diff-6b3e5b39ab1542f5a30794a99a6ca05a2e8a860dd4308dd3246589c41eca7db3">desktop/src/main/java/bisq/desktop/main/portfolio/pendingtrades/steps/buyer/BuyerStep2View.java</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/5672/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/5672/files#diff-51dcd1d852312df65738ff2bd493fdb0f187f50fb7d7324158c8b57fc1de7da7">proto/src/main/proto/pb.proto</a>
    (22)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/bisq-network/bisq/pull/5672.patch'>https://github.com/bisq-network/bisq/pull/5672.patch</a></li>
  <li><a href='https://github.com/bisq-network/bisq/pull/5672.diff'>https://github.com/bisq-network/bisq/pull/5672.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/5672">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNRNVLAHH55RIZ4MCTTT6OO3TANCNFSM5CW36L5Q">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&utm_campaign=notification-email">Android</a>.<img src="https://github.com/notifications/beacon/AJFFTNXODRBDTGUAJBJG5STT6OO3TA5CNFSM5CW36L52YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4OSM33WQ.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/5672",
"url": "https://github.com/bisq-network/bisq/pull/5672",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>