Dashboard Overview
รวมยอดวันนี้ อัตราสำเร็จ และสถานะการแจ้งเตือนไว้ในที่เดียว
- ตัวชี้วัดสด
- ซิงก์สถานะ
PayCore รวมบัตรเครดิต ATM รหัสชำระที่ร้านสะดวกซื้อ และช่องทางอื่น ๆ ไว้ใน API เดียว พร้อมจัดการการสร้างรายการ หน้าเช็คเอาต์ สถานะ การแจ้งเตือน และการส่งซ้ำ Stripe credit เป็นช่องทางแรก และสามารถขยายไปยัง SmilePay, ECPay ได้
รวมยอดวันนี้ อัตราสำเร็จ และสถานะการแจ้งเตือนไว้ในที่เดียว
จัดการรายการชำระเงิน วิธีชำระ และสถานะ พร้อมต่อยอดเป็น merchant console
เมื่อชำระสำเร็จ ระบบแจ้ง backend อัตโนมัติ หากล้มเหลวจะเข้าสู่ Queue Retry
เชื่อมต่อ Stripe ก่อน และเพิ่ม SmilePay, ECPay, ATM, CVS ได้ภายหลัง
PayCore รวมการสร้างรายการ หน้าเช็คเอาต์ callback การแจ้งเตือนสำเร็จ และ retry
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.
ผู้ช่วย 3 บทบาทของ 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.
ทางเข้านี้สำหรับผู้ดูแลระบบ PayCore ที่ได้รับอนุญาตเท่านั้น การเข้าถึงที่ไม่ได้รับอนุญาต การเข้าสู่ระบบผิดปกติ และการกระทำที่น่าสงสัยอาจถูกบันทึกและจำกัดการใช้งาน
PayCore จะแสดงผู้ช่วยตามสถานการณ์: Pico ติดตามสถานะการชำระเงิน, Guard ดูแลสิทธิ์และการยืนยัน, Scanner ช่วยตรวจสอบปัญหาระบบหรือ upstream gateway
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.