address associated with this specific Rapyd entity Payment/Customer etc...
Properties
Name | Type | Required | Description |
---|---|---|---|
line_1 | str | ✅ | Line 1 of the address, such as a building number and street name. |
name | str | ✅ | The name of a contact person or an 'in care of' person at this address. For a personal wallet contact type, alphabetic characters and spaces.A JSON object defined by the client. |
canton | str | ❌ | Name of the canton administrative subdivision, as used in banking. |
city | str | ❌ | City portion of the address. Required for issuance of a card to the wallet contact. |
country | str | ❌ | Country of the beneficiary. Two-letter ISO 3166-1 ALPHA-2 code. The two-letter prefix of the payout method type must match the beneficiary country code. |
created_at | float | ❌ | Time of creation of the payment, in Unix time. Response only. |
district | str | ❌ | Name of the district administrative subdivision, as used in banking. |
id_ | str | ❌ | ID of the Address object. String starting with address_. |
line_2 | str | ❌ | Line 2 of the address, such as a suite or apartment number, or the name of a named building. |
line_3 | str | ❌ | Line 3 of the address, such as a suite or apartment number, or the name of a named building. |
metadata | dict | ❌ | A JSON object defined by the client. |
phone_number | str | ❌ | Phone number associated with this specific address in E.164 format. Must be unique. |
state | str | ❌ | State or province portion of the address. |
zip | str | ❌ | Postal code portion of the address. |