Verify an account
Allows for verification of most global accounts by passing in an account object containing either bank routing and account numbers or an IBAN.
Authentication
AuthorizationBasic
Query parameters
expand
A field in the API response to be expanded in order for more details to be provided (e.g. account.paymentProvider).
Request
This endpoint expects an object.
merchantId
A unique Trustly merchant identifier.
account
Response
OK
name
Account name.
type
Financial Institution Account Type:
-1: Unknown0: Other1: Checking2: Savings
profile
Financial Institution Account Profile:
-1: Unknown0: Other1: Personal2: Business
verification
accountNumber
Last 4 digits of the bank account selected
token
Account token for the returned account. This can be used to identify duplicate bank accounts in your system.
verified
If true, the account is verified.
nameOnAccount
Account owner name.
routingNumber
Bank Routing Number provided by the selected account.
iban
IBAN (International Bank Account Number) is an internationally agreed system of identifying bank accounts across national borders
accountId
providerId
paymentProvider
Details of the Financial institution
country
2-character ISO code of the country for the bank account that was selected. Currently only the US, CA, UK, DE, and AU are supported.
Errors
400
Bad Request Error