Searching for Addresses

If you want to look up a single address using its customer id and address id, use the find method.

address = Braintree::Address.find("a_customer_id", "an_address_id")

If the address cannot be found, it will raise a Braintree::NotFoundError exception.