HTTP/1.1 200 OK
Content-Type: application/xml; charset=utf-8

<?xml version="1.0" encoding="UTF-8"?>
<billing_info href="https://api.recurly.com/v2/accounts/bankaccount1234567890/billing_info" type="bank_account">
  <account href="https://api.recurly.com/v2/accounts/bankaccount1234567890"/>
  <name_on_account>John Doe</name_on_account>
  <first_name nil="nil"></first_name>
  <last_name nil="nil"></last_name>
  <company nil="nil"></company>
  <address1>123 Fake St</address1>
  <address2 nil="nil"></address2>
  <city>San Francisco</city>
  <state>CA</state>
  <zip>94107</zip>
  <country>US</country>
  <phone nil="nil"></phone>
  <vat_number nil="nil"></vat_number>
  <ip_address nil="nil"></ip_address>
  <ip_address_country nil="nil"></ip_address_country>
  <account_type>checking</account_type>
  <last_four>6789</last_four>
  <routing_number>125200057</routing_number>
</billing_info>
