API berbilang pembayaran terpadu

PayCore

PayCore menyatukan kad kredit, ATM, kod kedai serbaneka dan aliran pembayaran lain dalam satu API. Ciptaan bayaran, checkout, status, notifikasi berjaya dan retry distandardkan. Stripe credit ialah saluran pertama dan boleh diperluas kepada SmilePay serta ECPay.

  • API ROUTER
  • MULTI PAY
  • WEBHOOK
  • STATUS SYNC
API pembayaran terpadu Satu format untuk pelbagai saluran.
Notifikasi boleh dijejaki Rekod notifikasi berjaya dan retry.
Pengembangan berperingkat Stripe, SmilePay, ECPay.
PAY CORE CONSOLE Dashboard Overview
01 / 04

Dashboard Overview

Ringkasan bayaran, kadar kejayaan dan status notifikasi dipaparkan bersama.

  • Metrik langsung
  • Segerak status

Payment Records

Pesanan, kaedah dan status bayaran disusun untuk merchant console.

  • Pesanan bertopeng
  • Pelbagai bayaran

Webhook Delivery

Selepas bayaran berjaya, backend dimaklumkan automatik; kegagalan masuk Queue Retry.

  • Callback
  • Retry sedia

Gateway Settings

Stripe disambung dahulu; SmilePay, ECPay, ATM dan kod kedai boleh ditambah berperingkat.

  • Stripe sedia
  • Boleh dikembangkan

Stabilkan teras berbilang pembayaran dahulu.

PayCore menyatukan ciptaan bayaran, checkout, callback, notifikasi berjaya dan 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.

Sambung PayCore dalam 4 langkah.

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.

Pembantu PayCore

Kenali tiga peran visual PayCore. Pico memantau pembayaran, Guard menjaga keamanan, dan Scanner membantu memeriksa gangguan.

Klik kartu untuk detail

Perlu semak keserasian dahulu?

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