Title: Address Autocomplete
Last modified: April 29, 2026

---

# Address Autocomplete

 *  Resolved [barnabas1](https://wordpress.org/support/users/barnabas1/)
 * (@barnabas1)
 * [1 month, 1 week ago](https://wordpress.org/support/topic/address-autocomplete-7/)
 * Hi Clayton,
   Under Woo General settings there’s an address autocomplete checkbox
   [https://snipboard.io/3e4L0I.jpg](https://snipboard.io/3e4L0I.jpg) which requries
   WooPayments plugins instaled. I suppose, if they have this checkbox there might
   be a way for other plugins apart from WooPayments to integrate in order to provide
   the address autocomplete.
 * Is the address autocomplete feature something we should expect to come from Payment
   Plugin for Stripe?
 * Kind regards,
 * Barnabas

Viewing 7 replies - 1 through 7 (of 7 total)

 *  Thread Starter [barnabas1](https://wordpress.org/support/users/barnabas1/)
 * (@barnabas1)
 * [1 month, 1 week ago](https://wordpress.org/support/topic/address-autocomplete-7/#post-18894617)
 * [This article ](https://diegol.top/woocommerce/autocompletar-la-direccion-en-woocommerce-sugiere-direcciones-completas-en-el-checkout/)
   suggests that you can install the WooPayments plugin in order to get the address
   autocomplete functionality and then hide the gateway woocommerce-payments at 
   the checkout with a snippet.
 * I wouldn’t want to install another plugin to get the address autocomplete but
   if there’s a clear pathway that this feature won’t be included in the Payment
   Plugin for Stripe, then I might consider the solution of the article.
    -  This reply was modified 1 month, 1 week ago by [barnabas1](https://wordpress.org/support/users/barnabas1/).
 *  Plugin Author [Clayton R](https://wordpress.org/support/users/mrclayton/)
 * (@mrclayton)
 * [1 month, 1 week ago](https://wordpress.org/support/topic/address-autocomplete-7/#post-18894935)
 * Hi [@barnabas1](https://wordpress.org/support/users/barnabas1/)
 * Thank you for contacting Payment Plugins. Let me have the code for the predictive
   address search functionality reviewed so I can confirm if it’s possible to build
   that into the Stripe plugin.
 * It seems to me that this feature should be available through core rather than
   a payment solution since a merchant is likely to offer other payment gateways
   like PayPal, Square, etc.
 * Kind Regards
 *  Thread Starter [barnabas1](https://wordpress.org/support/users/barnabas1/)
 * (@barnabas1)
 * [1 month, 1 week ago](https://wordpress.org/support/topic/address-autocomplete-7/#post-18895064)
 * Hi [@mrclayton](https://wordpress.org/support/users/mrclayton/),
   It’s a bit cheeky
   that thy added this functionality in woo payments plugin rather than the core.
   Thank you for taking the time to review this.
 *  Plugin Author [Clayton R](https://wordpress.org/support/users/mrclayton/)
 * (@mrclayton)
 * [1 month, 1 week ago](https://wordpress.org/support/topic/address-autocomplete-7/#post-18895849)
 * Hi [@barnabas1](https://wordpress.org/support/users/barnabas1/)
 * After reviewing the WooCommerce and WooPayments code, it looks like the address
   search functionality is being provided by an endpoint that’s controlled by WooCommerce
   via [`https://public-api.wordpress.com/wpcom/v2/sites/%s/address-autocomplete-token`](https://public-api.wordpress.com/wpcom/v2/sites/%s/address-autocomplete-token).
   That would indicate registration is required or an account at wordpress.com in
   order to use that address completion functionality.
 * In order to implement something similar in the Stripe plugin, we would need to
   choose a provider, like Google, that provides the address completion functionality.
   However, those solutions already exist and are not payment gateway specific. 
   [https://woocommerce.com/products/google-autofill-customer-addresses](https://woocommerce.com/products/google-autofill-customer-addresses/?gad_source=1&gad_campaignid=23749120961&gbraid=0AAAAADRQGDyY69sCekvvlhKmFsj9kiXaM&gclid=CjwKCAjw-8vPBhBbEiwAoA39WlAxw18l-sbnvUDe6rdIk8sFCVCLEP6Z8Wzb6U_aDi0LZX5QZyWQHRoC984QAvD_BwE)
 * Kind Regards
 *  Thread Starter [barnabas1](https://wordpress.org/support/users/barnabas1/)
 * (@barnabas1)
 * [1 month, 1 week ago](https://wordpress.org/support/topic/address-autocomplete-7/#post-18895937)
 * Hi [@mrclayton](https://wordpress.org/support/users/mrclayton/),
 * Thank you for clearing things up.
 * Best regards,
 * Barnabas
 *  Thread Starter [barnabas1](https://wordpress.org/support/users/barnabas1/)
 * (@barnabas1)
 * [1 month, 1 week ago](https://wordpress.org/support/topic/address-autocomplete-7/#post-18895960)
 * Just to complete this thread, I’ve installed woopayments plugin and did the onboarding
   but when I had to choose between going live or have test payments, I simply chose
   test payments and finished the onboarding there. The address autocomplete feature
   under Woo Settings -> General became available and the autocomplete is working
   at the checkout this way.
 * I have another multicurrency plugin that allows me to hide payment methods at
   the checkout so woopayments is set not to show at all.
 * If we are to use another plugin for address autocomplete, maybe woopayments plugin
   can be the way to get this feature for free.
 *  Thread Starter [barnabas1](https://wordpress.org/support/users/barnabas1/)
 * (@barnabas1)
 * [1 month ago](https://wordpress.org/support/topic/address-autocomplete-7/#post-18897224)
 * Hi [@mrclayton](https://wordpress.org/support/users/mrclayton/)
 * I vibed coded this snippet in the end: [https://gist.github.com/Barnabas2/5b15e1540a509a4b6b1c56a4c5d4a13a](https://gist.github.com/Barnabas2/5b15e1540a509a4b6b1c56a4c5d4a13a)
   
   It works with your own API key. I’m not a professional developer, if you would
   like to check. You might want to use it as a basis for creating an interface 
   in the stripe plugin where you just enter your API key. It’s up to you – as you
   think best.
 * Kind regards,
   Barnabas
    -  This reply was modified 1 month ago by [barnabas1](https://wordpress.org/support/users/barnabas1/).

Viewing 7 replies - 1 through 7 (of 7 total)

You must be [logged in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Faddress-autocomplete-7%2F%3Foutput_format%3Dmd&locale=en_US)
to reply to this topic.

 * ![](https://ps.w.org/woo-stripe-payment/assets/icon-256x256.png?rev=2611337)
 * [Payment Plugins for Stripe WooCommerce](https://wordpress.org/plugins/woo-stripe-payment/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woo-stripe-payment/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woo-stripe-payment/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-stripe-payment/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-stripe-payment/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-stripe-payment/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [barnabas1](https://wordpress.org/support/users/barnabas1/)
 * Last activity: [1 month ago](https://wordpress.org/support/topic/address-autocomplete-7/#post-18897224)
 * Status: resolved