Get payment networks supported by the account
Your Meow API key for authentication
Optional entity ID for scoped access to entity-specific data
The ID of the account.
Successful Response
Array of payment networks. Returns an empty array if this information isn't available. Not all deposit accounts support ACH transfers. For example, a prepaid debit card account doesn't support ACH.
[
{
"bankId": 10088889,
"identifier": "1111222233335820",
"transferIn": true,
"transferOut": true,
"type": "US_ACH"
}
][
{
"bankId": 10088889,
"identifier": "1111222233335820",
"transferIn": true,
"transferOut": true,
"type": "US_ACH"
},
{
"identifier": "0x1234567890abcdef1234567890abcdef12345678",
"network": "ETHEREUM",
"transferIn": true,
"transferOut": true,
"type": "USDC"
}
][
{
"identifier": "8xDc123456789abcdef123456789abcdef123456789abcdef",
"network": "SOLANA",
"transferIn": true,
"transferOut": true,
"type": "USDC"
}
]Metadata for pagination