Skip to main content
POST
Update Mailing Address

Overview

Submit mailing address for US residents. This is the final step in the registration process for US users who have a different mailing address than their physical address. After successful submission, an access token is returned and registration is complete.
This endpoint is only for US residents with different mailing addresses. Non-US residents complete registration at the physical address step.

Request

Body

string
required
Onboarding ID from previous step
string
required
Primary mailing address lineExample: 23 Werrington Bridge Rd
string
Secondary address line (optional)Example: Milking Nook
string
required
City nameExample: Peterborough
string
required
ZIP codeExample: PE6 7PP
string
required
US state postal abbreviationExample: CA

Response

string
Access token for authenticated API requestsRegistration is now completeExample: US_100a99cf-f4d3-4fa1-c321-2e9833440ebb
string
Final onboarding ID
object
Complete user object with all details

Code Examples

After receiving the access token, store it securely and redirect the user to your main application.

Registration Complete

At this point, the user has completed all registration steps:
  1. Email verification
  2. Phone verification
  3. Personal details
  4. Physical address
  5. Mailing address (US only)
The user can now access all authenticated endpoints using the access token.

Next Steps

Get User Profile

Fetch complete user profile

View Card Status

Access user’s card information