API multi-pembayaran terpadu

PayCore

PayCore menyatukan kartu kredit, ATM, kode minimarket, dan alur pembayaran lainnya ke dalam satu API. Pembuatan pembayaran, halaman checkout, status, notifikasi sukses, dan retry menjadi standar. Stripe credit adalah kanal pertama, lalu dapat diperluas ke SmilePay dan ECPay.

  • API ROUTER
  • MULTI PAY
  • WEBHOOK
  • STATUS SYNC
API pembayaran terpadu Satu format untuk banyak kanal pembayaran.
Notifikasi terlacak Riwayat notifikasi sukses dan retry.
Ekspansi bertahap Stripe, SmilePay, ECPay.
PAY CORE CONSOLE Dashboard Overview
01 / 04

Dashboard Overview

Ringkasan pembayaran, tingkat sukses, dan status notifikasi ditampilkan dalam satu tempat.

  • Metrik langsung
  • Sinkron status

Payment Records

Pesanan, metode pembayaran, dan status disusun untuk pengembangan merchant console.

  • Pesanan tersamarkan
  • Multi pembayaran

Webhook Delivery

Setelah pembayaran berhasil, backend diberi notifikasi otomatis; kegagalan masuk ke Queue Retry.

  • Callback
  • Retry siap

Gateway Settings

Stripe terhubung dulu; SmilePay, ECPay, ATM, dan kode minimarket dapat ditambahkan bertahap.

  • Stripe siap
  • Dapat diperluas

Stabilkan inti multi-pembayaran terlebih dahulu.

PayCore menyatukan pembuatan pembayaran, checkout, callback, notifikasi sukses, 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.

Hubungkan 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.

Asisten PayCore

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

Klik kartu untuk detail

Perlu cek kompatibilitas terlebih dahulu?

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