API 제공업체는 API가 사용될 때마다 수익을 생성할 수 있도록 API 수익 창출을 위해 쉽게 사용할 수 있고 유연한 방법이 필요합니다. Apigee's 수익 창출 기능을 사용하면 API 제품에 요금제를 추가할 수 있습니다.
요금제를 사용하면 개발자에게 API 사용 요금을 청구할 수 있습니다. API 수익을 개발자와 공유하도록 요금제를 구성할 수도 있습니다.
수익 창출 API 제품에 사용할 API 프록시를 개발할 때 다음 정책을 연결할 수 있습니다.
VerifyAPIKey 정책 또는 VerifyAccessToken 정책을 연결하여, 활성 게시 요금제를 확인하여 수신되는 요청에 대해 수익을 창출할 수 있는지 확인합니다.
자세한 내용은 인증 정책 추가를 참조하세요.
MonetizationLimitsCheck 정책을 연결하여 개발자가 연관된 API 제품을 구입했고 지갑에 잔액이 충분한지 검증합니다.
자세한 내용은 API 제품에 개발자 구독 적용을 참조하세요.
할당량 정책을 연결하여 API 제품을 통해 정의된 할당량 구성을 사용합니다.
자세한 내용은 수익 창출 할당량 적용을 참조하세요.
DataCapture 정책을 연결하여 수익 창출 관련 사용 데이터를 재정의합니다. 자세한 내용은 수익 창출 데이터 캡처를 참조하세요.
API 제품
앱 개발자에게 수익 창출 번들로 제공할 API 프록시 모음을 정의합니다.
API 제품은 액세스 한도(할당량), API 키 승인 방법, 요금제(아래 설명), 번들 API 프록시에 대한 기타 세부정보를 구성합니다.
자세한 내용은 API 제품이란 무엇인가요? 및 API 제품에서 수익 창출 할당량 적용을 참조하세요.
요금제
수익 창출 API 제품 번들에서 제공되는 API 사용에 대해 발생하는 결제 구성, 수수료, 요금을 정의합니다.
예를 들어 API 수익을 개발자와 공유할 수 있습니다. 자세한 내용은 API 제품의 요금제 관리를 참조하세요.
앱 개발자가 API 제품 구독을 구매하도록 하려면 API 제공업체로서 다음 중 하나를 수행하면 됩니다.
API에 액세스하기 위해 앱 개발자는 API 제품 구독을 구매하고, 이를 앱에 추가하고, API 요청과 함께 전송할 API 키를 가져옵니다.
수익 창출 할당량 이해
할당량은 특정 기간 동안 API 제품에 허용되는 요청 수를 정의합니다.
할당량은 트래픽 변화가 큰 백엔드 서버를 보호하고 제품 라인을 차별화할 수 있습니다.
API 제품을 만들 때 비즈니스 수준의 할당량을 구성하여 API에 대한 액세스를 제어할 수 있습니다. API 제품 수준에서 정의된 할당량에 대한 자세한 내용은 할당량을 참조하세요.
수익 창출 API 제품의 API 프록시에 할당량 정책을 연결하여 API 제품 수준에서 정의된 할당량이 사용되고 있는지 확인합니다.
자세한 내용은 수익 창출 할당량 적용을 참조하세요.
결제 이해
Apigee 수익 창출은 후불 및 선불 결제 계정을 모두 지원합니다.
후불 결제: 후불 결제에서는 앱 개발자가 선불 결제를 수행하지 않습니다. API 제품 사용 후에 앱 개발자에게 요금이 청구됩니다.
선불 결제: 선불 결제에서는 앱 개발자가 API 제품을 사용하기 전에 요금을 미리 지불합니다. 개발자가 수행한 선불 지급은 개발자의 지갑에서 제공될 수 있습니다. 사용량에 따라 트랜잭션당 비용이 지갑에서 공제됩니다.
설정 수수료(있는 경우), 거래당 비용, 반복 수수료가 월렛에서 차감됩니다. API 제품 구매 시도 시 개발자 지갑에 설정 금액보다 적은 금액이 있을 경우 잔액 부족 오류와 함께 구매가 실패합니다.
요금제를 만들 때 결제 통화 및 빈도, 설정 및 반복 수수료, 소비 기반 요금을 구성합니다. API에 액세스하는 데 사용되는 요금제 구성과 개발자의 고유한 API 키를 기반으로 분석용 사용 데이터를 수집하고 수익 창출 보고서를 생성할 수 있습니다.
그런 다음 수집된 데이터를 사용하여 결제 인보이스를 생성할 수 있습니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-08-18(UTC)"],[[["\u003cp\u003eApigee monetization allows API providers to charge developers for API usage through rate plans, which can also enable revenue sharing.\u003c/p\u003e\n"],["\u003cp\u003eMonetized API products consist of API proxies, each with policies like VerifyAPIKey, MonetizationLimitsCheck, Quota, and DataCapture, and rate plans that define billing and fees.\u003c/p\u003e\n"],["\u003cp\u003eAPI providers can enable developers to purchase API product subscriptions via integration with a Drupal-based developer portal or through a custom portal interface, and manage them via an API.\u003c/p\u003e\n"],["\u003cp\u003eQuotas set on API products control access to APIs by limiting the number of requests over a certain time period, and are enforced through Quota policies attached to API proxies.\u003c/p\u003e\n"],["\u003cp\u003eApigee supports both prepaid and postpaid billing for developers, with prepaid billing involving a developer wallet where usage fees are deducted.\u003c/p\u003e\n"]]],[],null,["# Overview of Apigee monetization\n\n*This page\napplies to **Apigee** and **Apigee hybrid**.*\n\n\n*View [Apigee Edge](https://docs.apigee.com/api-platform/get-started/what-apigee-edge) documentation.*\n\n\nThis section introduces you to Apigee monetization.\n\nMonetize your APIs using Apigee monetization\n--------------------------------------------\n\nAs an API provider, you need an easy-to-use and flexible way to monetize your APIs so that you can generate revenue\nwhenever your APIs are used. Using Apigee's monetization feature, you can add a rate plan to an API product.\nThe rate plan lets you charge the developers for using your APIs. You can also configure the\nrate plan to share your API revenue with the developers.\n\n\nAs an **API provider** you monetize your APIs by [enabling Apigee monetization](/apigee/docs/api-platform/monetization/enable) in your organization and configuring the components defined in the following table.\n\n### Enable app developers to purchase API product subscriptions\n\nTo enable app developers to purchase API product subscriptions, as an **API provider** you can do one of the following:\n\n- [Integrate Apigee monetization with your Drupal-based developer portal](/apigee/docs/api-platform/monetization/integrate-developer-portal)\n- Build a custom portal interface and [purchase and manage API products subscriptions using the API](/apigee/docs/api-platform/monetization/purchase-api-products-api)\n\n\nTo access APIs, **app developers** purchase API product subscriptions, add them to their apps, and obtain an API key to send with API requests.\n\nUnderstand monetization quotas\n------------------------------\n\n\nA quota defines the number of requests allowed for an API product over a given time period.\nQuotas can protect your backend servers from high traffic variances and differentiate your product line.\n\n\nWhen [creating your API products](/apigee/docs/api-platform/publish/create-api-products), you can configure\nbusiness-level quotas to control access to your APIs. For more information about quotas defined at the API product level, see\n[Quotas](/apigee/docs/api-platform/publish/what-api-product#quotas).\n\nAttach Quota policies to the API proxies in your monetized API product to ensure that the quota defined at the API product level is used.\nFor more information, see [Enforcing monetization quotas](/apigee/docs/api-platform/monetization/enforce-monetization-limits#quotas).\n| **Note:** If you add a quota after the API product has been in use, the quota calculation starts from the next monetized transaction.\n\nUnderstand billing for monetized API products\n---------------------------------------------\n\n\nApigee monetization supports both **postpaid** and **prepaid** billing accounts.\n\n- **Postpaid billing** : In postpaid billing, your app developers do not make any upfront payment. App developers are billed after using your API products. Apigee does not provide any specific invoice generation functionality for billing. You handle the billing settlement with your developers.\n- **Prepaid billing** : In prepaid billing, app developers pay in advance before using your API products. The upfront payment made by the developer is available in the developer's wallet. Based on the usage, the per-transaction cost is deducted from the wallet.\n\n The setup fee (if any), per-transaction cost, and any recurring fees are deducted from the\n wallet. If the developer's wallet contains less than the amount of any setup fee at the time\n of the API product purchase attempt, the purchase will fail with an error indicating\n insuffient funds.\n\nWhen [creating a rate plan](/apigee/docs/api-platform/monetization/manage-rate-plans#create),\nyou configure the billing currency and frequency, any setup and recurring fees, and the\nconsumption-based fees. Based on\nthe rate plan configuration and the developer's unique API key used to access your APIs, you can\ncollect usage data for analysis and to [generate monetization reports](/apigee/docs/api-platform/monetization/generate-reports).\nThen, you can use the data collected to generate your billing invoices."]]