Gets all the address types AND inputs for a specified Country
get
Returns all address types AND their associated inputs for a specified country. This can be used instead of calling the two APIs listed below in sequence.
Path parameters
countryCodestringRequired
The ISO 3166 alpha-2 country code
Example: PH
Responses
200
Address types and inputs for the specified country.
application/json
get
/countries/{countryCode}/address-types-and-inputs
200
Address types and inputs for the specified country.
Get address types (only) for a specified country
get
Returns high-level address types (only) for a specified country, without detail of address inputs. Can be used to generate the form where the Sender selects between (eg) mobile, email address, IBAN etc.
Path parameters
countryCodestringRequired
The ISO 3166 alpha-2 country code
Example: ID
Responses
200
Address types for the specified country
application/json
get
/countries/{countryCode}/address-types
200
Address types for the specified country
Get the detailed input fields for a specified Address Type
get
Returns the detailed input fields for a specified Address Type, as defined by addressTypeId. Can be used to generate the form where the Sender will provide the account or proxy details for the Recipient.
Path parameters
addressTypeIdstringRequired
The ID of the address type
Example: IDACCT
Responses
200
Address type inputs for the specified address type
application/json
get
/address-types/{addressTypeId}/inputs
200
Address type inputs for the specified address type