What is Kyren Pay?
Kyren Pay is a payment platform designed for Chinese AI startups going global. It provides a standardized way to accept payments from international customers, so you can focus on building your product instead of dealing with payment infrastructure.Quick Integration
Get up and running in minutes with our simple API. Create a product, generate a checkout link, and start accepting payments.
Multiple Payment Methods
Accept Credit Cards, WeChat Pay, Alipay, and PayNow — all through a single integration.
Secure Webhooks
Receive real-time payment notifications with HMAC-SHA256 signed webhooks for secure server-to-server communication.
Developer Friendly
Clean REST API with comprehensive documentation, code examples in multiple languages, and a sandbox environment for testing.
How it works
The typical integration flow involves four steps:Create a Checkout Session
When your customer wants to pay, create a checkout session and redirect them to the payment page.
Customer Completes Payment
The customer selects a payment method (credit card, WeChat Pay, etc.) and completes the payment on our hosted checkout page.
Supported Payment Methods
| Method | Regions | Currency |
|---|---|---|
| Credit Card (Visa, Mastercard) | Global | USD, EUR, GBP, and more |
| WeChat Pay | China, Southeast Asia | CNY, USD |
| Alipay | China, Southeast Asia | CNY, USD |
| PayNow | Singapore | SGD |
Base URLs
| Environment | URL |
|---|---|
| Production | https://api.kyren.top |
| Test / Sandbox | https://test-api.kyren.top |