- JSON representation
- SgBankAccount
- SgFastBankAccount
- SwiftBusinessIdentifierCode
- SgLocalBankIdentifier
- UsBankAccount
- DomesticBankAccountNumber
- UsBankIdentifier
- AbaRoutingTransitNumber
- JapanBankAccount
- JapanLocalBankIdentifier
Unique identifier of a bank account.
JSON representation |
---|
{ // Union field |
Fields | |
---|---|
Union field
|
|
singapore |
An account with a bank in Singapore. |
us |
An account with a bank in the United States. |
japan |
An account with a bank in Japan. |
SgBankAccount
Details of a user's bank account in SG.
JSON representation |
---|
{ "sgFastBankAccount": { object ( |
Fields | |
---|---|
sg |
FAST-related bank account details. |
local |
Bank Id with local identifiers. |
SgFastBankAccount
Details of a customer's bank account in SG that are relevant for operations that involve the FAST payment network.
JSON representation |
---|
{
"localAccountNumber": string,
"swiftBic": {
object ( |
Fields | |
---|---|
local |
The local account number for this account. |
swift |
SWIFT Business Identifier Code as defined in ISO 9362. |
SwiftBusinessIdentifierCode
SWIFT Business Identifier Code as defined in ISO 9362.
JSON representation |
---|
{ "value": string } |
Fields | |
---|---|
value |
An 8-character code, defined as 'business party identifier', consisting of the business party prefix (4 alphanumeric), the country code as defnied in ISO 3166-1 (2 alphabetic), and the business party suffix (2 alphanumeric). The branch identifier is a 3-character optional element that can supplement the 8-character BIC, used to identify specific location, departments, services or units of the same business party. |
SgLocalBankIdentifier
Local Ids for a bank in Singapore.
JSON representation |
---|
{ "localBankCode": string, "localBranchCode": string } |
Fields | |
---|---|
local |
Bank code of the customer bank. |
local |
Code of the branch where the customer account is located. |
UsBankAccount
Details of a user's bank account in the US.
JSON representation |
---|
{ "accountNumber": { object ( |
Fields | |
---|---|
account |
Account number for the bank account. |
bank |
Globally identifies the bank where this account is held. |
DomesticBankAccountNumber
Local representation of a bank account number for domestic transfers.
JSON representation |
---|
{ "number": string } |
Fields | |
---|---|
number |
The local bank account number. |
UsBankIdentifier
Identifiers for a Bank in the United States.
JSON representation |
---|
{ "swiftBic": { object ( |
Fields | |
---|---|
swift |
SWIFT Business Identifier Code as defined in ISO 9362. |
us |
US ABA routing number (ABA RTN). |
AbaRoutingTransitNumber
An American Bankers Association (ABA) routing transit number (ABA RTN).
JSON representation |
---|
{ "value": string } |
Fields | |
---|---|
value |
ABA routing transit number. |
JapanBankAccount
Details of a user's bank account in Japan.
JSON representation |
---|
{
"localAccountNumber": string,
"localBankIdentifier": {
object ( |
Fields | |
---|---|
local |
Local account number for the bank account. |
local |
Bank ID with local identifiers. |
JapanLocalBankIdentifier
Local IDs for a bank in Japan.
JSON representation |
---|
{ "localBankCode": string, "localBranchCode": string } |
Fields | |
---|---|
local |
Bank code of the customer bank. |
local |
Code of the branch where the customer account is located. |