# i'mport Payment Integration Docs

{% hint style="info" %}
Setup for Payment Integration

Read the [Setup](/docs-en/ready.md) guide for payment integration guide before proceeding with payment integration.
{% endhint %}

### Payment window integration

You can easily integrate your payment window by following these guides.

{% content-ref url="/pages/VQFe3rUPG6rpe6S1agH2" %}
[Authenticated payment](/docs-en/auth/guide.md)
{% endcontent-ref %}

{% content-ref url="/pages/w7yF516zjWzAAzC2X7LE" %}
[Non-authenticated payment](/docs-en/auth/guide-1.md)
{% endcontent-ref %}

{% content-ref url="/pages/uTp3UtFJfI8EJz0sXoDw" %}
[Payment cancellation (refund)](/docs-en/auth/guide-2.md)
{% endcontent-ref %}

### Ensuring payment result notification

Learn how to use i'mport webhook, a stable and reliable method for receiving payment results.

{% content-ref url="/pages/xqYlBA0OQ7JBSAb6iJig" %}
[Set up a webhook](/docs-en/result/webhook.md)
{% endcontent-ref %}

### Other service integrations

Learn how to integrate other useful services to your site.

{% content-ref url="/pages/qeZM7RjsYEORi75PNV1s" %}
[Mobile identity verification](/docs-en/etc/phone.md)
{% endcontent-ref %}

{% content-ref url="/pages/ZtHBafWUBj4phDllSoyx" %}
[Integrated identity verification](/docs-en/etc/all.md)
{% endcontent-ref %}

{% content-ref url="/pages/nmTM5FyuevvMO3O5XlOC" %}
[Credit card identity verification](/docs-en/etc/credit-auth.md)
{% endcontent-ref %}

{% content-ref url="/pages/zzBW1PkolLFXkrElQxud" %}
[Generate payment URL](/docs-en/etc/url.md)
{% endcontent-ref %}

{% content-ref url="/pages/VewPjHfXDrZ8A4Ve3oLc" %}
[Integrate budget handler](/docs-en/etc/budget.md)
{% endcontent-ref %}

### Tips

Make sure to check these useful tips about payment integration.

{% content-ref url="/pages/76mrjfnG6syP8nORt51A" %}
[Tax exemption on payments](/docs-en/tips/tax.md)
{% endcontent-ref %}

{% content-ref url="/pages/j3NaY9Cpyf179DcSjhj1" %}
[Service launch checklist](/docs-en/tips/chk.md)
{% endcontent-ref %}

{% content-ref url="/pages/s4yI2tHZfJlS7jkuuNbi" %}
[Confirm Process](/docs-en/tips/confirm-process.md)
{% endcontent-ref %}

{% content-ref url="/pages/lNciBlqzUw5vL24mB0lB" %}
[i'mport payment flow](/docs-en/tips/flow.md)
{% endcontent-ref %}

{% content-ref url="/pages/pqAGFcKH027P3FBmOpTR" %}
[Agency & Tier](/docs-en/tips/agency-and-tier.md)
{% endcontent-ref %}

{% content-ref url="/pages/EVFLqUiUSR5mOC2qXd5V" %}
[Billing key issuance by PG](/docs-en/tips/billing-key-issuance-by-pg.md)
{% endcontent-ref %}

{% content-ref url="/pages/F7j4PZXL42iVuVc3JOkG" %}
[Bank codes by PG](/docs-en/tips/bank-codes-by-pg.md)
{% endcontent-ref %}

### Admin console

Learn how to use the Admin console.

{% content-ref url="/pages/zFSIHc1hrFfiI1KcWDZE" %}
[Integrating Multiple PGs](/docs-en/console/pg.md)
{% endcontent-ref %}

### API

i'mport API specification

{% content-ref url="/pages/9BTw65SwXfPmm7kRfBhH" %}
[REST API Access Token](/docs-en/api/rest-api-access-token.md)
{% endcontent-ref %}

### SDK

Payment integration JS SDK specification

{% content-ref url="/pages/13Nd9nlv6y2hUCYDjEHF" %}
[Javascript SDK](/docs-en/sdk/javascript-sdk.md)
{% endcontent-ref %}

### FAQ

{% content-ref url="/pages/htwg8Ziy2w0CPEB3Vcgb" %}
[FAQ](/docs-en/faq/undefined.md)
{% endcontent-ref %}

### **Payment integration guides by PG**

{% content-ref url="/pages/vk58gEI1lesvbjr2voE0" %}
[Payment gateways](/docs-en/payment-integration-by-pg/payment-gateways.md)
{% endcontent-ref %}

{% content-ref url="/pages/ajDXaLtslMQC6k9Awfat" %}
[Simple payments](/docs-en/payment-integration-by-pg/simple.md)
{% endcontent-ref %}


---

# 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://portone.gitbook.io/docs-en/readme.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.
