Banking API
Payment Automation

Auto-confirm payments, reconcile transactions, issue e-invoices, voice alerts. Connect 12+ banks. Integrate in 5 minutes.

Banking API

Software companies (with platform users)

CRM, ERP and SaaS platforms — embed bank linking flows directly in your software

SePay Payment Gateway

Payment gateway

Scan QR to transfer directly to your bank account — no middleman, no percentage fees, set up in 5 minutes.

VietQR payment gatewayMoney lands straight in your bank account — no middleman, no percentage fees, set up in 5 minutes
VietQRPay by NAPASDynamic QR per transaction — exact amount on every scan, powered by the latest VietQRPay tech
International cards3-D Secure authentication — low fees, intact money flow, easy reconciliationVisaMastercardJCB

Other services

Electronic invoices

Issue e-invoices via API with 100% online digital signing — no USB token required, easy to plug into your existing sales platform.

Payment speaker API

Own a branded speaker that broadcasts payment audio via API

Explore APIs across SePay products

API-first across every product — start integrating right away with cURL, PHP and Node.js samples.

Receive transaction webhooks

Your endpoint receives an HTTP POST from SePay on every transaction and replies 200 with success=true within 30 seconds.

>
>
>
>
>
>
>
>
>
>
>
>
>
>
# SePay sẽ POST payload này tới endpoint của bạncurl -X POST "https://your-domain.com/sepay-webhook" \  -H "Content-Type: application/json" \  -d '{    "id": 92704,    "gateway": "Vietcombank",    "transactionDate": "2024-07-02 11:08:33",    "accountNumber": "1017588888",    "code": "SEVN63DC8E5C",    "content": "SEVN63DC8E5C chuyen tien",    "transferType": "in",    "transferAmount": 5000000,    "referenceCode": "FT24012345678"  }'