Skip to main content
The address resource is your billing address. An active address is required in order to use a payment card funding source. To associate an address with a funding source, use the same user_token or business_token for both resources.
Note
The /users and /businesses resources also have address fields. Those are used for other purposes, such as KYC identity verification or as shipping addresses for physical cards.

Create address

Action: POST
Endpoint: /fundingsources/addresses
Use this endpoint to create an address resource. When creating the address, you must pass the token of either an existing user in the user_token field or an existing business in the business_token field. Do not pass both.

Request body

Sample request body

JSON

Response body

Sample response body

JSON

List business addresses

Action: GET
Endpoint: /fundingsources/addresses/business/{business_token}
Use this endpoint to list existing addresses for a business. This endpoint supports field filtering.

URL path parameters

URL query parameters

Response body

Sample response body

JSON

Lists all addresses for a user

Action: GET
Endpoint: /fundingsources/addresses/user/{user_token}
Use this endpoint to list existing addresses for a user. This endpoint supports field filtering.

URL path parameters

URL query parameters

Response body

Sample response body

JSON

Retrieve address

Action: GET
Endpoint: /fundingsources/addresses/{funding_source_address_token}
Use this endpoint to retrieve a funding source address.

URL path parameters

Response body

Sample response body

JSON

Update address

Action: PUT
Endpoint: /fundingsources/addresses/{funding_source_address_token}
Use this endpoint to update an address.

URL path parameters

Request body

Sample request body

JSON

Response body

Sample response body

JSON