Dashboard Overview
Dashboard metrics, success rate and notification status are grouped in one place for a quick view of today’s transactions.
- Live Metrics
- Status Sync
PayCore unifies credit cards, ATM transfers, convenience-store payment codes and other payment flows into one API. It standardizes payment creation, branded checkout pages, payment status, success notifications and retry workflows. Stripe credit is the first connected channel, with SmilePay, ECPay and more available for phased expansion.
Dashboard metrics, success rate and notification status are grouped in one place for a quick view of today’s transactions.
Payment orders, methods and status are organized together and can later extend into a merchant console.
After payment succeeds, PayCore notifies the backend automatically and failed delivery can enter Queue Retry.
Stripe is connected first; SmilePay, ECPay, ATM and convenience-store codes can be added in phases.
PayCore standardizes payment creation, branded checkout, gateway callbacks, success notifications and retry handling.
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.
Meet the three visual assistants behind PayCore. Each one appears in a different payment, security, or troubleshooting moment.
Send us your existing payment methods, order flow or API documentation. We can help review the PayCore integration plan and connection order.
This entry is for authorized PayCore administrators only. Unauthorized access, abnormal sign-in attempts and suspicious actions may be recorded and restricted.
PayCore shows different assistants for different situations: Pico watches payment status, Guard protects access and verification, and Scanner helps inspect system or upstream gateway issues.
Pico is the daily payment-status assistant. It keeps the dashboard calm and helps surface the payment flow that needs attention.
Guard is the security guardian. It appears when PayCore needs to protect credentials, signatures, permissions, or sensitive transaction boundaries.
Scanner is the anomaly scanner. It activates when PayCore detects service errors, upstream delays, or gateway failures that need investigation.