DestinationBankAccount
Stay organized with collections
Save and categorize content based on your preferences.
This object represents a bank account that is not owned by Google.
Fields |
bankAccountId |
object (BankAccountIdentifier )
REQUIRED: The ID of the non-Google-owned bank account.
|
bankAccountOwner |
object (BankAccountOwner )
REQUIRED: Information about the owner of the destination bank account.
|
BankAccountOwner
This object holds information about the owner of the account that is the destination of a funds transfer.
JSON representation |
{
"name": string
} |
Fields |
name |
string
OPTIONAL: Name of the account holder (if present).
|
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-07-29 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-29 UTC."],[[["\u003cp\u003eThis document describes the structure and fields for representing a non-Google-owned bank account used for funds transfers.\u003c/p\u003e\n"],["\u003cp\u003eThe representation includes the bank account ID and details about the account owner.\u003c/p\u003e\n"],["\u003cp\u003eThe BankAccountOwner object specifically holds the name of the account holder.\u003c/p\u003e\n"]]],["The provided content describes a non-Google-owned bank account and its owner. The bank account details include a `bankAccountId` and `bankAccountOwner`. The `bankAccountId` is an object representing the account's ID. The `bankAccountOwner` is an object containing information about the account's owner, specifically their `name`, a string field for the account holder's name.\n"],null,["# DestinationBankAccount\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [BankAccountOwner](#BankAccountOwner)\n - [JSON representation](#BankAccountOwner.SCHEMA_REPRESENTATION)\n\nThis object represents a bank account that is not owned by Google.\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"bankAccountId\": { object (/pay/banking-fop-v2/payment-integrator-banking-fop-api/BankAccountIdentifier) }, \"bankAccountOwner\": { object (/pay/banking-fop-v2/payment-integrator-banking-fop-api/DestinationBankAccount#BankAccountOwner) } } ``` |\n\n| Fields ||\n|--------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `bankAccountId` | `object (`[BankAccountIdentifier](/pay/banking-fop-v2/payment-integrator-banking-fop-api/BankAccountIdentifier)`)` **REQUIRED**: The ID of the non-Google-owned bank account. |\n| `bankAccountOwner` | `object (`[BankAccountOwner](/pay/banking-fop-v2/payment-integrator-banking-fop-api/DestinationBankAccount#BankAccountOwner)`)` **REQUIRED**: Information about the owner of the destination bank account. |\n\nBankAccountOwner\n----------------\n\nThis object holds information about the owner of the account that is the destination of a funds transfer.\n\n| JSON representation |\n|----------------------------|\n| ``` { \"name\": string } ``` |\n\n| Fields ||\n|--------|-----------------------------------------------------------------|\n| `name` | `string` **OPTIONAL**: Name of the account holder (if present). |"]]