Available in Classic and VPC
You can use the NAVER Pay service. The NAVER Pay integration feature is currently provided as a beta service.
Before integrating with NAVER Pay, complete the following steps:
- Sign up for the NAVER Pay Center
- Check the required information for NAVER Pay APIs integration
- Integrate with LINE Messenger
- Integrate with TalkTalk
Sign up for the NAVER Pay Center
To sign up for the NAVER Pay Center:
- Access NAVER Pay Center and click [Sign up NAVER Pay Center].
- Follow the procedure and enter the required information to complete the sign-up.
- Once the NAVER Pay Center sign-up review is complete, a Pay Center ID is issued, and the Client ID and Client Secret are sent to the registered email address.
NAVER Pay integration settings
To integrate the chatbot with NAVER Pay in the Chatbot Builder:
- Complete the preliminary tasks.
- Integrate with NAVER Messenger
- Check the required information for NAVER Pay APIs integration
- NAVER Pay Center ID
- Easy payment partner ID
- Client ID
- Client Secret
- In the NAVER Cloud Platform console, navigate to
> Services > AI Services > CLOVA Chatbot > Domain. - Click [Run builder] of the domain you want to run the Chatbot Builder.
- In the Chatbot Builder, click Chatbot Setting > [Service Integration] tab.
- Click [Integrate] of NAVER PAY.
- In Step 1, enter the NAVER Pay Center ID and the Easy Payment Partner ID.
- In Step 2, enter the Client ID and Client Secret you received by email.
- In the Data return URL field, enter the URL to which the payment completion result will be sent.
- In Step 3, enter the payment-related messages.
- The payment failure message appears as an integration failure message when the LINE Pay action method is invoked from another messenger.
- Click [Integrate].
Create a NAVER Pay action method
To connect NAVER Pay in the chatbot service, you must create an action method. We offer two payment methods: Input-based, which allows payment by entering a set amount, and 'APIs-linked,' which retrieves and confirms the price via an integrated APIs for payment. If you use the API integration type, the APIs you specify must return the request body in the format described below.
See LINE Pay and NAVER Pay in the Action Method Guide for instructions on how to create a LINE Pay action method.
{
"productName": "product name",
"amount": 0
}
Create a NAVER Pay–linked conversation
-
In the response of the conversation where you want to connect NAVER Pay, enter the action method to complete the payment service setup.

-
When registering a NAVER Pay action method in the form, you must select Service integration > Payment service connect only to ensure accurate aggregation results in the integrated metrics.
