2025-08-28
10 months ago by marshall
Banking
Made email and nickname optional
- The
emailandnicknamefields for all beneficiaries are now optional. - Affected Endpoints:
- Create Beneficiary, request only
- Create Payout, request only
- Changes:
email: Required → Optionalnickname: Required → Optional
Field adjustments for Singapore (SGD) accounts
- When
bank_details.bank_country_code = SGandbank_details.account_currency_code = SGD, several request fields are adjusted. - Affected Endpoints:
- Create Beneficiary, request only
- Create Payout, request only
- Changes:
company_name: Removedfirst_name: Removedlast_name: Removedemail: Changed to optionalnickname: Changed to optionaladdress.country: Removedaddress.street_address: Removedaddress.city: Removedaddress.state: Removedaddress.postal_code: Removed
[BREAKING] New validation rule for bank_details.account_holder
- A new format validation applies only when all three conditions are met:
entity_type = INDIVIDUALbank_details.bank_country_code = SGbank_details.account_currency_code = SGD
- Affected Endpoints:
- Create Beneficiary, request only
- Create Payout, request only
- Changes:
- New validation requirements for
bank_details.account_holder:- Only English letters (
A–Z, a–z) and spaces are allowed - Length must be 2–140 characters
- Must include a space separating first and last name
- Only English letters (
- If any condition is not met, the previous validation rules remain unchanged
- New validation requirements for
Card Issuing
Added consumed_amount field
- Introduced new field
consumed_amountin List and Retrieve Card API responses, representing the cumulative amount of the card limit that has already been used. - Affected Endpoints:
- List Cards, response only
- Retrieve Card, response only
- Changes:
- Added
consumed_amountfield
- Added
