Skip to content

Commit

Permalink
Update rest-api.mdx (#341)
Browse files Browse the repository at this point in the history
Co-authored-by: Sohyun Ashley Kim <[email protected]>
  • Loading branch information
Brody-Kim and sso-ashley authored Mar 25, 2024
1 parent c52d912 commit 41f66ab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/content/docs/ko/auth/guide-1/bill/rest-api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,8 @@ import Hint from "~/components/Hint.astro";
</Hint>

<Hint style="info">
**빌링키 발급과 결제 요청을 한번에 하기**
**빌링키 발급과 결제 요청을 한번에 하기**

예약결제 REST API [**`/subscribe/payments/schedule`**](../../../api/rest-v1/nonAuthPayment.subscribe#post%20%2Fsubscribe%2Fpayments%2Fschedule)를 사용하면 등록된 customer_uid가 없는 경우 빌링키 신규 발급을 먼저 진행한 후 schedule정보를 예약합니다.(카드정보 필수사항)

키인결제 REST API [**`/subscribe/payments/onetime`**](../../../api/api-4/)를 사용하면 빌링키 발급과 최초 결제를 같이 요청할 수 있습니다.
</Hint>

0 comments on commit 41f66ab

Please sign in to comment.