API Integration
Our service independently operates each TEST and PRODUCTION stages. We support the integration development by providing a TEST stage that operates the same functions as the PRODUCTION and has an identical condition as the actual service.
- Independent development environment
- Identical authentication information (LinkID, SecretKey) is used in both stages
- Free test point (some restrictions apply)
Steps for Integration
-
Application for integration : apply with a client’s business information.
Followings are required information to enter for a development testing :
- 1) Company information– business registration number, company name, CEO name, industry of business, items of business, address
-
2) Account Information – ID, PW
- POPBiLL service website(both TEST and PRODUCTION) accounts are generated with the entered information.
- ID information cannot be modified once it is generated. Please register an account with information on behalf of a company, not an individual.
- 3) Person in charge information – name, email, contact number
-
Set API Key : set it on an SDK file. [SDK Preference]
A client will receive API Key after an application is submitted. Set information on an SDK to use POPBiLL API service.
- LinkID : unique identification information to distinguish a client and it is used for client management such as account registration.
- SecretKey : information that is used to prevent a forgery of an API communication protocol.
Please do not expose an authentication information to any external sources as it contains unique information to distinguish a client.
-
Development Test : POPBiLL provides free test point required for development.
By referring to the integration documentation and using the SDK where you set the authorization information, you can test all the available API services. POPBiLL provides free(some restrictions apply) test points, and you can additionally request for more point when there is no remaining left.
- Tutorials
- SDK Examples
-
Go-live request for PRODUCTION stage : you can immediately use the service on the day of the request for go-live
- 1) Once a test is completed, request a go-live to PRODUCTION stage.
- 2) For a go-live process, please contact the partner center to discuss about information.
-
3) After receiving the email on completion of a go-live, change the variable for SDK configuration setting.
- You do not need to request for API Key for production setting. The initial information provided for the TEST stage identically applies to the PRODUCTION stage.
- You can use both stages by simply changing a value(true/false) of IsTest variable on the SDK config.
How to change SDK configuration setting?Change the IsTest value of the config(creates a service object of SDK) from “true” (TEST) to “false” (PRODUCTION). [SDK Preference]
