You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li>Either <code>AddressLine</code> or <code>BuildingNumber</code> + <code>StreetName</code></li>
1379
1467
</ul>
1380
1468
1381
-
<p><code>Risk.BeneficiaryAccountType</code> is required and supports the following values:
1382
-
* <code>Personal</code>
1383
-
* <code>JointPersonal</code>
1384
-
* <code>PersonalSavingsAccount</code>
1385
-
* <code>Business</code>
1386
-
* <code>BusinessSavingsAccount</code></p>
1469
+
<p><code>Risk.BeneficiaryAccountType</code> is required and supports the following values:</p>
1387
1470
1388
-
<p>For USD payments, the account type (<code>Checking</code> or <code>Savings</code>) is determined based on <code>Risk.BeneficiaryAccountType</code>.</p>
1471
+
<ul>
1472
+
<li><code>Personal</code></li>
1473
+
<li><code>JointPersonal</code></li>
1474
+
<li><code>PersonalSavingsAccount</code></li>
1475
+
<li><code>Business</code></li>
1476
+
<li><code>BusinessSavingsAccount</code></li>
1477
+
</ul>
1478
+
1479
+
<p>For CAD and USD payments, the account type (<code>Checking</code> or <code>Savings</code>) is determined based on <code>Risk.BeneficiaryAccountType</code>.</p>
1480
+
1481
+
<p>For JPY payments, the account type must be provided in <code>CreditorAccount.SecondaryIdentification</code> and supports the following values:</p>
1482
+
1483
+
<ul>
1484
+
<li><code>CURRENT</code> - for Futsū yokin</li>
1485
+
<li><code>SAVINGS</code> - for Chochiku yokin</li>
1486
+
<li><code>CHECKING</code> - for Tōza yokin</li>
1487
+
</ul>
1389
1488
1390
1489
<asideclass="notice">
1391
1490
If there are insufficient funds in the account, authorisation will fail and an error will be returned on redirection with the code `access_denied` and `error_description` being "Insufficient funds in selected account to make requested payment."
0 commit comments