# Page Integration

## Introduction

Integration of the physical card page is a quick and simple way for merchants to integrate, without requiring backend development.

## Process

**Complete process of the product:**

<figure><img src="https://files.readme.io/f3b48c3-.drawio.png" alt=""><figcaption></figcaption></figure>

**Merchant integration process:**

1. Provide card design, customization quantity, and whether domain customization is required.\
   Please refer to the **Customization** below.
2. Wait for the production and shipment of physical cards.\
   Physical cards need to be produced and shipped from the factory, which takes approximately one month. They will be shipped to the address provided by the merchant.
3. Merchants sell the cards offline.\
   Merchants can use their own retail methods to mail the cards to their end users. Each user ID can only activate up to 3 cards.
4. Users access the end-user management page to activate and top-up the cards.\
   Users can activate, top-up, and perform other operations by visiting the activation URL in the mailed envelope.

> 👍
>
> ## Customization
>
> * Card design and envelope design.
>
> > Relevant documentation will be provided offline.
>
> * Custom domain name.
>
> > ① Please provide your own domain name, for example: [www.google.com](http://www.google.com).
> >
> > ② Provide the SSL certificate for the corresponding wildcard domain, for example: SSL certificate for \*.google.com.
> >
> > ③ Configure ACH.
>
> * Customization of activation page.
>
> > [Click here for details.](/docs/physical-card/page-integration/page-customization.md)

## User activation process

1. Create cardholder.
   * Before activating the physical card, users need to create a cardholder, including the KYC process (Sumsub) and phone number verification.
   * KYC - Users need to complete facial liveliness detection and document upload. European users can use identity cards or passports, while non-European regions only support passports.
   * Phone number verification - After completing phone number verification, users submit it for review. Once approved, they will receive a cardholder ID.

<figure><img src="https://files.readme.io/9e72cc8-image.png" alt="Example of creating a cardholder"><figcaption><p>Example of creating a cardholder</p></figcaption></figure>

2. Activation
   * Users enter the card number to be activated and wait for the review process to complete.
   * A cardholder ID can hold up to 3 physical cards simultaneously.

<figure><img src="https://files.readme.io/980af39-image.png" alt="Example of activation process"><figcaption><p>Example of activation process</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://prepaidify.gitbook.io/docs/physical-card/page-integration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
