Properties
| Name | Type | Required | Description |
|---|---|---|---|
| cancel_url | str | ❌ | URL where the customer is redirected after pressing Back to Website to exit the hosted page. This URL overrides the merchant_website URL. Does not support localhost URLs. |
| card_issuing | str | ❌ | ID of the card. String starting with card_. |
| card_token | str | ❌ | ID of the Issued Card object, a string starting with ci_. |
| complete_url | str | ❌ | URL where the customer is redirected after pressing Close to exit the hosted page. This URL overrides the merchant_website URL. Does not support localhost URLs. |
| ewallet_contact | str | ❌ | ID of the wallet contact that the card is assigned to. Must have a valid phone number. String starting with cont_. |
| geo_country | str | ❌ | Reserved. |
| id_ | str | ❌ | ID of the hosted page for activating a card, a string starting with hpissuing_act. |
| language | str | ❌ | Determines the default language of the hosted page.<BR>_ When this parameter is null, the language of the user's browser is used.<BR>_ If the language of the user's browser cannot be determined, the default language is English. |
| merchant_alias | str | ❌ | Client's name. |
| merchant_color | str | ❌ | Color of the call-to-action (CTA) button on the hosted page. To configure this field, use the Client Portal. |
| merchant_customer_support | MerchantCustomerSupport | ❌ | Contains details of the client’s customer support. To configure these fields, use the Client Portal. |
| merchant_logo | str | ❌ | URL for the image of the client's logo. To configure this field, use the Client Portal. |
| merchant_privacy_policy | str | ❌ | URL for the terms and conditions of the agreement between the client and the client’s customers.<BR>To configure this field, use the Client Portal. |
| merchant_terms | str | ❌ | URL for the client's terms and conditions. To configure this field, use the Client Porta |
| merchant_website | str | ❌ | The URL where the customer is redirected after exiting the hosted page. Relevant when cancel_url, complete_url or both fields are not set. To configure this field, use the Client Portal. |
| page_expiration | float | ❌ | End of the time when the customer can use the hosted page, in Unix time. If page_expiration is not set, the hosted page expires 14 days after creation.<BR>Range: 1 minute to 30 days. |
| redirect_url | str | ❌ | URL of the hosted page that is shown to the customer. |
| region | str | ❌ | Reserved. |
| skip_view_pin | bool | ❌ | When true, the customer cannot reset the PIN via a hosted page. |
| status | HostedPageStatus | ❌ | Status of the hosted page. One of the following: NEW - The hosted page was created. DON - Done. The card was added to the customer profile. EXP - The hosted page expired. |