Address verification is one of the best failsafes against undelivered packages. It's an essential part of international operations, especially if you're just expanding into a foreign market. Having address verification as a guardrail against customer or internal error will help ensure your packages reach the right destination. Plus, we have all the client documentation and support to get you set up and verifying Mexico addresses in minutes.
require 'easypost'
EasyPost.api_key = "<YOUR_TEST/PRODUCTION_API_KEY>"
address = EasyPost::Address.create(
verify: true,
street1: "Paseo de la Reforma 305",
street2: "Cuauhtémoc",
city: "Ciudad de México",
state: "CDMX",
zip: "6500",
country: "MX"
)
puts address.street1
# PASEO DE LA REFORMA 305
puts address.verifications
# {"delivery": {"success":true,"errors":[]}}
Sign up and start shipping in the same day. We have our API live and ready for you to test with. We also have extensive client documentation in over six different languages to help you get started. If you have any questions, or if you want to talk logistics, feel free to reach out to one of our shipping experts.