White-Label
The White-Label service extends the Easy Cash Payment service by adding credit card as a payment method,
enabling client companies to operate an easy payment service (Easy Cash + Credit Card).
After registering as a member and setting up a PIN and payment method, customers can make easy payments using only their PIN going forward.
White-Label core flow. Member registration and payment PIN setup via identity verification → Payment method registration → Easy payment with PIN.
Payment Methods
Hecto Financial White-Label supports two payment methods — Easy Cash Payment and Credit Card Payment — through a single unified interface.
Easy Cash Payment and credit card can be used simultaneously and can be customized as a branded pay service. [Key Features]
- Brand Consistency: For cases where you want to offer a payment service under your own brand / Brand pay customization supported`
- Unified Payment: Provides multiple payment methods through a single interface
Payment Flow
- After authentication is completed in the checkout, approval is requested via API.
- Authentication and approval cannot be completed using API alone.
Checkout Integration
The merchant's web page calls the Hecto Financial White-Label checkout. The customer completes the entire process — member registration, PIN registration, payment method registration, and payment authentication — within the checkout.
각 단계 상세
- 1Service Usage Request : The customer requests a payment at the merchant.
- 2Call Checkout : The merchant calls the Hecto Financial White-Label checkout.
- 3Identity Verification and Member Registration : First-time users go through identity verification to register as a member.
- 4Register PIN : The customer registers a PIN to be used for payments.
- 5Register Payment Method : The customer registers a bank account or credit card as a payment method.
- 6Payment Authentication : The customer enters their PIN with the registered payment method to request payment authentication.
- 7Authentication Result Delivered : Hecto Financial delivers the authentication result to the merchant's nextUrl.
결제창 vs API 비교
| 항목 | 결제창 연동 | API 연동 |
|---|---|---|
| Scope | Member registration, PIN registration, payment method registration, payment authentication | Approval request, cancellation request, transaction result inquiry |
| Communication Method | Call Hecto Financial checkout | Server-to-Server API call |
| Content-Type | application/x-www-form-urlencoded | application/json |
Pre-Integration Checklist
Caution When Testing in Production Environment
Need technical support?
Code Samples
HectoFinancial GitHub