v5
latestOpenAPI 3.1.02026-07-262421791.5 MBdirect-debit-account
Retrieve all direct debit accounts
Get a list of your direct debit accounts. Use the type and currency query parameters to filter accounts.
get/v1/profiles/{profileId}/direct-debit-accounts
Path parameters
profileIdinteger required
Your profile ID.
Query parameters
type'ACH' | 'EFT' required
Payment type for which the account is used.
- ACH — US direct debit (USD)
- EFT — CA direct debit (CAD)
currencystring required
Currency of the bank account. 3-character currency code — USD for ACH direct debits, CAD for EFT direct debits.
Headers
X-External-Correlation-Idstring uuid
Optional UUID for correlating requests across systems. If provided, Wise echoes it back in the response. Maximum 36 characters. Learn more.
Response
List of direct debit accounts matching the filters.
Example response
[
{
"id": 1,
"currency": "USD",
"type": "ACH",
"details": {
"routingNumber": "000000000",
"accountNumber": "0000000000",
"accountType": "CHECKING"
}
}
]