Skip to content

Commit 7f2277b

Browse files
authored
Merge pull request #17 from lob/readmefix
feat(Readme): Add information about a verified payment method
2 parents 374c085 + 3491df7 commit 7f2277b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export default AddressFormDemo;
8888

8989
## Getting API Keys
9090

91-
Head to [Lob.com](https://www.lob.com/) and create your account. Head to the dashboard and click on Address Verification Getting Started to find your API keys. It's reccomended to use your publishable Live key for front end components. Lob Autocomplete has free unlimited requests so you don't have to worry about any credit card charges :)
91+
Head to [Lob.com](https://www.lob.com/) and create your account. Head to the dashboard and click on Address Verification Getting Started to find your API keys. It's reccomended to use your publishable Live key for front end components. Likely you'll see an error mentioning that there is no verified payment method on hand. Unfortunately due to security reasons, we need a verified payment method on hand. Lob Autocomplete has free unlimited domestic requests so you don't have to worry about any credit card charges for requests about US addresses, however International autocomplete requests will be charged unfortunately.
9292

9393
![Address Verification dashboard](./demo/imageedit_3_7790103450.png)
9494

@@ -118,7 +118,7 @@ The `onSelect` prop is callback function that fires whenever an autocomplete sug
118118

119119
### Debounced Search requests
120120

121-
Since Lob charges per request, you can set `delaySearch` to true which delays an API call until a user finishes typing in order to reduce API load if you want. Additionally you can set `debounceValue` to control how long to wait between calls in milliseconds.
121+
While Lob doesn't charge for requests, you can still set `delaySearch` to true which delays an API call until a user finishes typing in order to reduce API load. Additionally you can set `debounceValue` to control how long to wait between calls in milliseconds. This is 100% optional and everything will be functional without this on.
122122

123123
[Click here for more details about the props for each component](https://github.com/lob/react-address-autocomplete/wiki/React-Address-Autocomplete-Component-Props)
124124

0 commit comments

Comments
 (0)