targetOrigins {#target-origins}
===============================

The target origin of the website on which you will be launching `Unified Checkout`/Microform is defined by the scheme (protocol), hostname (domain), and port number (if used).  
You must use https://hostname (unless you use http://localhost)  
Wildcards are NOT supported. Ensure that subdomains are included.  
Any valid top-level domain is supported (Such as .com, .co.uk, and .gov.br)  
Examples:

* https://example.com
* https://subdomain.example.com
* https://example.com:8080
  {#target-origins_ul_hbg_db1_jdc}  
  If you are embedding within multiple nested iframes you need to specify the origins of all the browser contexts used, for example:

```
targetOrigins: [
"https://example.com",
"https://basket.example.com",
"https://ecom.example.com"
]
```

{#target-origins_codeblock_ny3_4b1_jdc}

Specifications {#target-origins_Specifications}
-----------------------------------------------

* **Data Type:** String
* **Data Length:**

Mapping Information {#target-origins_Mapping}
---------------------------------------------

* **REST API Field:** targetOrigins
* **Simple Order API Field:** No corresponding field.

