통합 멀티 결제 API

PayCore

PayCore는 신용카드, ATM, 편의점 코드 결제 등을 하나의 API로 통합하고 결제 생성, 브랜드 결제 페이지, 상태 동기화, 성공 알림, 재시도 처리를 표준화합니다. Stripe credit을 첫 단계로 연결하고 SmilePay, ECPay 등을 단계적으로 확장할 수 있습니다.

  • API ROUTER
  • MULTI PAY
  • WEBHOOK
  • STATUS SYNC
통합 결제 API 여러 결제 채널을 하나의 형식으로 처리합니다.
알림 추적 성공 알림과 재시도 기록을 확인합니다.
단계별 확장 Stripe, SmilePay, ECPay.
PAY CORE CONSOLE Dashboard Overview
01 / 04

Dashboard Overview

오늘의 결제 현황, 성공률, 알림 상태를 한곳에서 확인합니다.

  • 실시간 지표
  • 상태 동기화

Payment Records

결제 주문, 결제 방식, 상태를 정리하고 추후 판매자 콘솔로 확장할 수 있습니다.

  • 마스킹 주문
  • 다중 결제

Webhook Delivery

결제 성공 후 백엔드에 자동 알림을 보내고 실패 시 Queue Retry로 처리합니다.

  • 콜백
  • 재시도 준비

Gateway Settings

Stripe부터 연결하고 SmilePay, ECPay, ATM, 편의점 코드를 단계적으로 추가할 수 있습니다.

  • Stripe 준비됨
  • 확장 가능

먼저 멀티 결제 핵심 흐름을 안정화합니다.

PayCore는 결제 생성, 브랜드 결제 페이지, 게이트웨이 콜백, 성공 알림, 재시도를 통합합니다.

CC

Multi-gateway payment channels

Connect credit card, ATM and convenience-store code payments through one unified API. Channels can be expanded in phases.

Code

ATM / convenience-store codes

SmilePay ATM / CVS can join the same creation, status query and notification workflow.

API

Consistent API format

Different gateways only change gateway / method while merchants keep the same request and response boundary.

Payment success notification

After payment succeeds, PayCore notifies the merchant payok_url and retries failed delivery through Queue.

네 단계로 PayCore 연결.

Designed for teams with existing sites, member systems or order systems that want one API for multiple payment methods.

1
Create order Send amount
2
Get payment page gateway / method
3
Complete payment Gateway callback
4
Notify backend Update order
1

Create order in your system

Send merchant order number, amount, currency and return URLs.

2

Call PayCore API

Use gateway / method to get the payment page, payment code or transfer information.

3

Customer completes payment

After gateway callback verification succeeds, PayCore updates the payment status.

4

Backend receives notification

PayCore notifies merchant payok_url after successful payment and retries failed notifications automatically.

Create payment API example JSON
{
  "merchant_order_no": "ORDER202606190001",
  "amount": 1000,
  "currency": "TWD",
  "gateway": "stripe",
  "method": "credit",
  "payment_url": "https://pay-core.app/pay/PC202606190001",
  "status": "pending",
  "created": true
}

The goal is not to connect every gateway at once, but to stabilize the core workflow first.

PayCore turns payment creation, status sync, payok_url notification and retry into a shared core. Stripe, SmilePay and ECPay are connected as separate channels.

PayCore 도우미

PayCore 상태를 안내하는 세 역할입니다. Pico는 결제 상태, Guard는 보안 경계, Scanner는 오류 점검을 담당합니다.

카드를 눌러 자세히 보기

먼저 연동 가능 여부를 확인할까요?

Send us your existing payment methods, order flow or API documentation. We can help review the PayCore integration plan and connection order.