Create an External Account
post/external_accounts
Request body
Example request
{
"account_holder": "business",
"account_number": "987654321",
"description": "Landlord",
"routing_number": "101050001"
}Response
External Account
Example response
{
"account_holder": "business",
"account_number": "987654321",
"created_at": "2020-01-31T23:59:59Z",
"description": "Landlord",
"funding": "checking",
"id": "external_account_ukk55lr923a3ac0pp7iv",
"idempotency_key": null,
"routing_number": "101050001",
"status": "active",
"type": "external_account"
}