The followings are the API integration examples of eSignon customers that we have collected.
Purchase background
When a seller registers as a member through the website of A Shopping Mall, the mall previously printed each one individually and sent a contract by registered mail to receive a signature. However, with the purchase of eSignon, they are able to sign a contract quickly and easily by email or KakaoTalk without face-to-face meeting. After using our service, they wanted to automatically send an electronic contract every time, so they introduced the API.
Purchase method
A Shopping Mall has linked the eSignon electronic contract API to the shopping mall page. We have automated the process so sellers can get their e-signature by embedding the Partner Agreement screen right at the last step of seller’s registration. The registration process is completed when the seller signs on it. This has improved the work of the shopping mall manager much simpler and easier because the shopping mall manager does not have to send each contract. In addition, the contract status such as whether the sent contract has been signed by the other party can also be easily checked by linking with the API.
Actual API call sequence
Call API to issue authentication token
Call to initiate a non-face-to-face contract (EXPORT API - embed method)
Display the contract URL in the response on the homepage
Receive EXPORT API info and change the contract status
Purchase background
B Rent-a-Car requires several documents from the customer to provide short-term/long-term car rental. The internal sales management system manages data on various documents such as rental contracts, personal information agreements, and purchase orders. Before joining eSignon, a paper contract was printed out from the sales management system and sent by registered mail for getting signatures, but the introduction of eSignon made the contract process simple and fast without paper.
Purchase method
B Rent-a-Car has linked eSignon API to its internal sales management system. We linked the eSignon API so that you can select the contract from the internal sales management system and send it to the customer via email or mobile phone (KakaoTalk or text message). The sales manager accesses the sales management system, selects the contract needed by the customer, and clicks the Send Electronic Contract button. The customer clicks the notification talk of the KakaoTalk on his/her mobile phone to authenticate and sign. We have converted a paper-based process to an electronic contract with ease by implementing functions so that you can check in real time whether a customer has signed in the sales management system and re-send notifications.
Actual API call sequence