# 시작하기

## 플랫폼 신청

**Allra BNPL (Ofin)** 서비스를 사용하기 위해서는 먼저 **플랫폼 신청**을 진행해야 합니다.\
플랫폼 신청을 통해 **Allra BNPL (Ofin)**&#xACFC; 계약을 체결하고, 이 과정에서 **API Key**가 발급됩니다.

이때 발급 받은 API Key를 통해 Allra BNPL (Ofin) API를 연동합니다.

발급받은 **플랫폼 API Key**는 결제 생성, 환불 등 모든 거래 시 필수 인증 수단으로 사용됩니다.

{% hint style="danger" %} <mark style="color:$danger;">**API Key는 웹사이트에 노출되거나 외부로 공유되지 않도록 철저히 관리해주세요.**</mark>
{% endhint %}

## 서버 환경 정보

<table><thead><tr><th width="200.234375">환경</th><th>도메인</th></tr></thead><tbody><tr><td>개발 (dev)</td><td>api-dev.ofin.co.kr</td></tr><tr><td>운영 (prod)</td><td>api.ofin.co.kr</td></tr></tbody></table>

## 방화벽 정보

* Outbound 구간 : 플랫폼 ➡ 플랫폼 방화벽 ➡ 오핀
  * 플랫폼 Outbound 정책에 아래 오핀 IP를 추가해주세요.
  * 개발 IP : 13.125.2.38  Port : 443
  * 운영 IP : 3.39.136.108  Port : 443&#x20;
* Inbound 구간 : 오핀 ➡ 플랫폼 방화벽 ➡ 플랫폼
  * 플랫폼 Inbound 정책에 아래 오핀 IP를 추가해주세요.
  * 개발 IP : 13.125.2.38  Port : 443
  * 운영 IP : 3.39.136.108  Port : 443&#x20;


---

# 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://ofin.gitbook.io/document/api/start.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.
