Update Physical Address
Authentication
Update Physical Address
Submit physical address during registration onboarding
POST
Update Physical Address
Overview
Submit user’s physical residential address. This is required for KYC verification and compliance purposes. For US residents, you can optionally specify a separate mailing address. For non-US residents, mailing address must be the same as physical address.Request
Body
Onboarding ID from previous step
Primary address lineExample:
23 Werrington Bridge RdSecondary address line (optional)Example:
Milking NookCity nameExample:
PeterboroughPostal/ZIP codeExample:
PE6 7PPUS state postal abbreviationRequired only if:
countryOfResidence = USExample: CAWhether mailing address is same as physicalMust be true unless:
countryOfResidence = USExample: trueResponse
Access token (only if registration complete)Returned when
isSameMailingAddress = true OR non-US residentExample: US_100a99cf-f4d3-4fa1-c321-2e9833440ebbUpdated onboarding ID
Updated user object with address
Code Examples
If
accessToken is returned, registration is complete. Otherwise, proceed to mailing address step (US only).Next Steps
Update Mailing Address
Add mailing address (US residents only)