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
Sort code must be 6 digits. Account number must be 8 digits. Address is required for GBP individual beneficiaries.
224
+
</Note>
225
+
</Tab>
226
+
154
227
<Tabtitle="India">
155
228
**UPI**
156
229
@@ -521,6 +594,25 @@ For business accounts, include business information:
521
594
}
522
595
```
523
596
597
+
## Minimum required beneficiary fields
598
+
599
+
The following table shows the minimum required fields for individual and business beneficiaries by country. All other fields are optional but recommended for faster compliance review.
600
+
601
+
### Individual beneficiaries
602
+
603
+
| Country | Required Fields | Required Address Fields |
604
+
| --- | --- | --- |
605
+
| US (USD) |`beneficiaryType`, `fullName`| None (address optional) |
| United Kingdom (GBP) |`beneficiaryType`, `fullName`, `address`|`line1`, `postalCode`, `country`|
610
+
| Europe (EUR) |`beneficiaryType`, `fullName`, `address`|`line1`, `postalCode`, `country`|
611
+
612
+
<Info>
613
+
While only the fields listed above are strictly required, providing additional information like `birthDate`, `nationality`, and `address` can reduce the likelihood of false positive compliance review and increase transaction success rates.
614
+
</Info>
615
+
524
616
## Account status
525
617
Beneficiary data may be reviewed for risk and compliance. Only `ACTIVE` accounts can receive payments. Updates to account data may trigger account re-review.
526
618
@@ -587,6 +679,19 @@ if (!/^\d{7,12}$/.test(cadAccountNumber)) {
0 commit comments