List Payment Networks for an Account
Accounts
List Payment Networks for an Account
Get payment networks supported by the account
GET
List Payment Networks for an Account
Documentation Index
Fetch the complete documentation index at: https://developer.meow.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Your Meow API key for authentication
Headers
Optional entity ID for scoped access to entity-specific data
Path Parameters
The ID of the account.
Response
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.
Examples:
[
{
"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