Payment-method icon

NaverPay for API only

Add NaverPay to your API-only integration.

You can add NaverPay to your existing integration. The following instructions show only what you must add to your integration specifically for NaverPay.

If an instruction on this page corresponds with a step in the main integration guide, it includes a link to corresponding step of the main integration guide.

Requirements

Requirement Description
Integration type Make sure that you have an existing API-only integration.
Redirect handling Make sure that your existing integration is set up to handle the redirect.
action.type: redirect.
Setup steps Before you begin, add NaverPay in your Customer Area.

How it works

  1. The shopper selects NaverPay as the payment method.
  2. The shopper enters their details in the payment form that you build.
  3. When you make the payment request, you include additional information about the items that the shopper intends to purchase.
  4. Your existing integration setup will handle the redirect.

Build your payment form

Include NaverPay in the list of available payment methods.

You do not need to collect any other information from the shopper in your payment form.

You can download the logo for NaverPay to use in your form.

Get NaverPay as an available payment method

When you make the /paymentMethods to get available payment methods, specify the following so that NaverPay is included in the response.

Parameter Values
countryCode KR
amount.currency KRW

Add additional parameters to your /payments request

You do not need to add any additional parameters when you make a payment.

The response includes the action.type: redirect.

Test and go live

There is no test environment for NaverPay. We recommend that you test NaverPay in your live environment with real details and small amounts.

See also