Skip to main content

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:
1

Create a Product

Define your product with a name, price, and currency using the Products API.
2

Create a Checkout Session

When your customer wants to pay, create a checkout session and redirect them to the payment page.
3

Customer Completes Payment

The customer selects a payment method (credit card, WeChat Pay, etc.) and completes the payment on our hosted checkout page.
4

Receive Webhook Notification

Kyren Pay sends a webhook to your server confirming the payment. Update your system accordingly.

Supported Payment Methods

MethodRegionsCurrency
Credit Card (Visa, Mastercard)GlobalUSD, EUR, GBP, and more
WeChat PayChina, Southeast AsiaCNY, USD
AlipayChina, Southeast AsiaCNY, USD
PayNowSingaporeSGD

Base URLs

EnvironmentURL
Productionhttps://api.kyren.top
Test / Sandboxhttps://test-api.kyren.top

Next Steps