Dashboard Overview
오늘의 결제 현황, 성공률, 알림 상태를 한곳에서 확인합니다.
- 실시간 지표
- 상태 동기화
PayCore는 신용카드, ATM, 편의점 코드 결제 등을 하나의 API로 통합하고 결제 생성, 브랜드 결제 페이지, 상태 동기화, 성공 알림, 재시도 처리를 표준화합니다. Stripe credit을 첫 단계로 연결하고 SmilePay, ECPay 등을 단계적으로 확장할 수 있습니다.
오늘의 결제 현황, 성공률, 알림 상태를 한곳에서 확인합니다.
결제 주문, 결제 방식, 상태를 정리하고 추후 판매자 콘솔로 확장할 수 있습니다.
결제 성공 후 백엔드에 자동 알림을 보내고 실패 시 Queue Retry로 처리합니다.
Stripe부터 연결하고 SmilePay, ECPay, ATM, 편의점 코드를 단계적으로 추가할 수 있습니다.
PayCore는 결제 생성, 브랜드 결제 페이지, 게이트웨이 콜백, 성공 알림, 재시도를 통합합니다.
Connect credit card, ATM and convenience-store code payments through one unified API. Channels can be expanded in phases.
SmilePay ATM / CVS can join the same creation, status query and notification workflow.
Different gateways only change gateway / method while merchants keep the same request and response boundary.
After payment succeeds, PayCore notifies the merchant payok_url and retries failed delivery through Queue.
Designed for teams with existing sites, member systems or order systems that want one API for multiple payment methods.
Send merchant order number, amount, currency and return URLs.
Use gateway / method to get the payment page, payment code or transfer information.
After gateway callback verification succeeds, PayCore updates the payment status.
PayCore notifies merchant payok_url after successful payment and retries failed notifications automatically.
{
"merchant_order_no": "ORDER202606190001",
"amount": 1000,
"currency": "TWD",
"gateway": "stripe",
"method": "credit",
"payment_url": "https://pay-core.app/pay/PC202606190001",
"status": "pending",
"created": true
}
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 상태를 안내하는 세 역할입니다. Pico는 결제 상태, Guard는 보안 경계, Scanner는 오류 점검을 담당합니다.
이 입구는 승인된 PayCore 관리자만 사용할 수 있습니다. 무단 접근, 비정상 로그인 및 의심스러운 작업은 기록되거나 제한될 수 있습니다.
PayCore는 상황에 따라 다른 도우미를 보여줍니다. Pico는 결제 상태를 살피고, Guard는 권한과 검증을 지키며, Scanner는 시스템과 상위 게이트웨이 이상을 점검합니다.
Pico는 일상 결제 상태 도우미입니다. 결제 생성, 콜백, 상태 동기화, 알림 결과를 보기 쉽게 정리합니다.
Guard는 보안 도우미입니다. API Key, 권한, 서명 검증, 중요한 거래 경계를 보호합니다.
Scanner는 이상 점검 도우미입니다. 시스템 오류, 상위 결제망 지연, 게이트웨이 실패 원인 확인을 돕습니다.