The REST API appears to support a "state" property on Address types:
state | string (50) | This field accepts any state or province name. However, if a valid 2 letter US state or Canadian province is entered in the state_code field, the system resolves the code to a state or province and overwrites any name manually entered in this field. |
Presumably this would allow us to capture non-US addresses. However, it looks like this field has been left out of the PHP API. Is that my imagination?
Or is there some other way to get it in there that I'm missing?
Wanted to this thread, though it's an older one. Thanks for the pull request to add that field into the PHP SDK, this was a miss on our part. We merged the request in July but noticed that we never updated the forum post about this.