Customer Shipping/Billing Details Model
This model represents customer shipping/billing details that the merchant/platform shares with SensePass in order for SensePass to send this information to the payment methods to simplify the payment flows without having the consumer to type this information.
Shipping/Billing Model
This model is referenced in the "billingAddress" field and "shippingAddress" field of the Creating a transaction.
field | type | description |
---|---|---|
title | string | Customer’s Title |
given_name | string | Customer's given name |
family_name | string | Customer's family name |
string | Customer’s email address | |
country | string | Customer’s country |
city | string | Customer’s city |
street_address | string | Customer’s street address |
street_address2 | string | Customer’s street address. Second Line. |
phone | string | Phone number. Preferably a mobile phone number. |
postal_code | string | Customer’s postal code. Validation according to Universal Postal Union addressing systems. |
region | string | Customer’s region or state - Mandatory for US and AU market. Validations according to ISO 3166-2 format, e.g. OH, NJ, etc. |
Last updated