Loading content...
Loading...
Powerful APIs, comprehensive SDKs, and developer tools to integrate payments seamlessly into your applications.
Everything you need to build, test, and deploy payment integrations.
Ready-to-use code examples for Node.js, Python, cURL, and more. Copy, paste, and integrate in minutes.
Real-time event notifications with automatic retries and delivery guarantees.
Full-featured test environment with mock data for safe development and testing.
Real-time API health monitoring with incident history and status updates.
Get started with just a few lines of code.
1import { Bieases } from '@bieases/sdk';23const client = new Bieases({4 merchantId: process.env.BIEASES_MERCHANT_ID,5 aesKey: process.env.BIEASES_AES_KEY,6 rsaPrivateKey: process.env.BIEASES_RSA_KEY7});89// Create a payment order10const payment = await client.payments.create({11 order: {12 orderNo: "ORD-20240115-001",13 orderAmount: 100.00,14 orderDescription: "Premium Plan"15 },16 paymentAmount: 100.00,17 currency: "USD",18 channel: "WEB",19 redirectUrl: "https://yoursite.com/success"20});2122console.log(payment.checkoutUrl);Documentation, samples, and support to help you build.
Create your account and get API keys in minutes. No credit card required.