統合マルチ決済 API

PayCore

PayCore はクレジットカード、ATM、コンビニコード決済などを一つの API に統合し、決済作成、ブランド決済ページ、決済ステータス、成功通知、再送処理を標準化します。Stripe credit を第一段階として接続し、SmilePay、ECPay などを段階的に拡張できます。

  • API ROUTER
  • MULTI PAY
  • WEBHOOK
  • STATUS SYNC
統一決済 API 複数の決済チャネルを同じ形式で扱えます。
通知を追跡可能 成功通知と再送履歴を確認できます。
段階的に拡張 Stripe, SmilePay, ECPay.
PAY CORE CONSOLE Dashboard Overview
01 / 04

Dashboard Overview

本日の取引、成功率、通知状態をまとめて確認できます。

  • ライブ指標
  • ステータス同期

Payment Records

決済注文、決済方法、ステータスを整理し、将来的に加盟店管理画面へ拡張できます。

  • マスク済み注文
  • 複数決済

Webhook Delivery

決済成功後にバックエンドへ自動通知し、失敗時は Queue Retry に進みます。

  • 通知時間
  • 再送準備完了

Gateway Settings

Stripe から接続し、SmilePay、ECPay、ATM、コンビニコードを段階的に追加できます。

  • Stripe 利用可能
  • 拡張可能

まずはマルチ決済の中核フローを安定させます。

PayCore は決済作成、ブランド決済ページ、ゲートウェイコールバック、成功通知、再送処理を統一します。

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.

4 ステップで PayCore に接続。

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 アシスタント

PayCore の状態を案内する 3 つの役割です。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.