API รวมหลายช่องทางชำระเงิน

PayCore

PayCore รวมบัตรเครดิต ATM รหัสชำระที่ร้านสะดวกซื้อ และช่องทางอื่น ๆ ไว้ใน API เดียว พร้อมจัดการการสร้างรายการ หน้าเช็คเอาต์ สถานะ การแจ้งเตือน และการส่งซ้ำ Stripe credit เป็นช่องทางแรก และสามารถขยายไปยัง SmilePay, ECPay ได้

  • API ROUTER
  • MULTI PAY
  • WEBHOOK
  • STATUS SYNC
API ชำระเงินแบบรวม หลายช่องทาง ใช้รูปแบบเดียวกัน
ติดตามการแจ้งเตือน บันทึกการแจ้งเตือนและ retry
ขยายเป็นขั้นตอน Stripe, SmilePay, ECPay.
PAY CORE CONSOLE Dashboard Overview
01 / 04

Dashboard Overview

รวมยอดวันนี้ อัตราสำเร็จ และสถานะการแจ้งเตือนไว้ในที่เดียว

  • ตัวชี้วัดสด
  • ซิงก์สถานะ

Payment Records

จัดการรายการชำระเงิน วิธีชำระ และสถานะ พร้อมต่อยอดเป็น merchant console

  • คำสั่งซื้อที่ปิดข้อมูล
  • หลายช่องทางชำระเงิน

Webhook Delivery

เมื่อชำระสำเร็จ ระบบแจ้ง backend อัตโนมัติ หากล้มเหลวจะเข้าสู่ Queue Retry

  • Callback
  • พร้อม Retry

Gateway Settings

เชื่อมต่อ Stripe ก่อน และเพิ่ม SmilePay, ECPay, ATM, CVS ได้ภายหลัง

  • Stripe พร้อมใช้
  • ขยายได้

เริ่มจากทำให้แกนหลักของหลายช่องทางนิ่งก่อน

PayCore รวมการสร้างรายการ หน้าเช็คเอาต์ callback การแจ้งเตือนสำเร็จ และ retry

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 ใน 4 ขั้นตอน

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

ผู้ช่วย 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.