Includes account payment information such as bankId, identifier, type, and identifierType.
Some data providers support tokenized account numbers. If the paymentNetworks response indicates that the identifierType is TOKENIZED_ACCOUNT_NUMBER, then the account number is tokenized. Please refer to Account number tokenization FAQs.
Results for payments are returned in JSON in FDX format.
{
"paymentNetworks": [
{
"transferOut": true,
"identifier": "454992210071",
"bankId": "125000024",
"transferIn": true,
"identifierType": "ACCOUNT_NUMBER",
"type": "US_ACH"
}
]
}
Name | Type | Description |
bankId | string | Bank identifier used by the payment network ie. Routing Number |
identifier | string | The number used to identify the account within the payment network. If identifierType is ACCOUNT_NUMBER, this is the account number. |
identifierType | string | Type of identifier |
type | string | Type of payment network |
transferIn | boolean | Can transfer funds to the account using this information |
transferOut | boolean | Can transfer funds from the account using this information |