dec-top

Crypto PaymentsSolution for Growth of Business

Accepting 100+ crypto with the lowest fee on the market, only 0.3%

Comprehensive Crypto Payment Solutions
Fast, secure and reliable crypto payment and settlement
Swap API
Integrate our Swap API into your platform for a seamless crypto swap experience for your clients.
Payment Links
Send payment links to your clients via email or API for one-time or recurring payments.
E-Commerce Plugin
Effortlessly integrate CCPayment into popular eCommerce platforms using our ready-to-use plugins.
Auto-withdrawal
Automatically transfer assets to your designated address instantly, daily, or weekly.
Auto-swap to Stable Coins
Convert your tokens to stable coins automatically to protect your assets from potential market volatility.
Crypto to Fiat
Convert your crypto assets to fiat currency and receive your payment globally.

Lowest Service Fee on Market

Free and open source APIs. Only 0.3% of the payment amount is charged as a service fee, which is lower than that charged by any other platform on the market.

dec
dec
Lightening-Fast
Instant Settlement
Deposits are available for instant withdrawal without any waiting time.
Instant Notification
Get transaction notifications in a few seconds, it will feel nice to get notified about the real-time on-chain payment status.

Create a Branded Wallet Tailored to Your Ecosystem Needs

Create Wallets With Permanent Addresses

Integrate with our user-friendly Wallet API to effortlessly create customised wallets with permanent token addresses, enabling your users to enjoy a seamless payment experience

Configure Your Own Token/Coin List

Tailor your token list to suit your business needs. Customize with your preferred tokens. Add the coins you like to your wallet system Enable deposit and withdrawal at your fingertip

Customise service fees to Boost Revenue

Maximise your revenue and profits by customising the transaction fee for your own wallet system. And offer your users a transparent and hassle-free payment experience

Pay with

Never have to worry about customer loss when checking out.

Compatible with 70+ WalletsOffering unrestricted access to your business to your customers on the market.

CCPayment supports80+ Countries and offers a unified API for cryptocurrency payment

Trusted by Thousands of Partners

/_next/static/media/comment-1.ce1ede34.svg
/_next/static/media/comment-2.12de998b.svg
/_next/static/media/comment-3.a76372e9.svg
/_next/static/media/comment-4.76db9e17.svg
/_next/static/media/comment-5.565895c9.svg
/_next/static/media/comment-6.cf7d8933.svg
/_next/static/media/comment-7.dd4d6ef7.svg
/_next/static/media/comment-8.4c6b62f2.svg
/_next/static/media/comment-9.09297601.svg
/_next/static/media/comment-10.4b56f858.svg
/_next/static/media/comment-11.b31f79ef.svg
/_next/static/media/comment-12.1890f6c6.svg
/_next/static/media/comment-13.010e02c0.svg
Easy Setup

Developer-friendly payment processing

We offer one of the best APIs on the market with full integration support via a dedicated manager. Using CCpayment’s developer platform means less maintenance for legacy systems and more focus on customer and product experiences.

Get Startedarr-right
logo-ccpayment
Node.js
Ruby
Python
Go
PHP
Java
.NET
const ccpayment = require("ccpayment-sdk/nodejs/ccpayment.js")

      ccpayment.init(appId, appSecret)

      ccpayment.checkoutURL({
        order_valid_period: 823456,
        product_price: "1",
        merchant_order_id: "20230802175623",
        product_name: "test",
        return_url: "https://app.gitbook.com/xxxxx",
        // ...req
  }, 
   (res) => {
       ...
  }
);
$ccpayment = require 'ccpayment'

$createParams = {
  amount: 2000,
  currency: 'usd',
  description: 'My first payment'
}

$paymentIntent = paymentIntentCreate($params);

$paymentParams = {
  id: paymentIntent.id,
  payment_method: 'pm_card_mastercard'
}

$ccpayment.paymentIntentsConfirm();
    
python
import ccpayment
    
#init
pay = ccpayment.CCPaymentClass(app_id, app_secret) 
    
#interface called:get_support_coin
data, is_verify = pay.get_support_coin()
    
if is_verify:
  #Verify signature successfully
    
else: 
  #Verify signature failed
    
import "github.com/cctip/ccpayment-sdk"
func main() {
  api := ccpayment.NewPaymentApi("api_key")

  bill, err :=
  api.Create(&ccpayment,CreatePaymentRequest{Amount: "2000",
  Currency: "usd", Description: "My first payment"})
    if err != nil {
      // handle errors
      return
    }
    err :=
  api.Confirm(&ccpayment,CreatePaymentRequest{BillId:bill.Id,
  PaymentMethod: "pm_card_mastercard"})
    if err != nil {
      // handle errors
    }
}
    
...
<?php

use CCPayment\v1\CCPay;

$resp =  CCPay::CheckUser(
  "9454818",
  "202301310325561620262074393440256",
  "c4600b8125b7ed23b5b7b8ee4acb42f4"
  );
var_dump($resp);
...
    
import com.ccpayment.apis;
import com.ccpayment.beans.*;
    
.....
    
CCPaymentApis ccpaymentApi = CCPaymentApis.getInstance(
  "ccpament appid from platform", 
  "ccpayment app secret from platform"
  );

// Create order
CreateOrderParam param = new CreateOrderParam();
param.setProductPrice("0.07");
param.setTokenId("2e6cfa7d-f658-455d-89cd-31ebbcfdfa2c");
param.setRemark("order remark");
param.setMerchantOrderId("your order id");
param.setDenominatedCurrency("TOKEN");
param.setNotifyUrl("https://xxxxxxxx.com/notify.url");
param.setOrderValidPeriod(1800);
param.setCustomValue("custom value");
CreateOrderResponse resp = ccpaymentApi.createOrder(param);

// Get checkout URL
CheckoutUrlParam param = new CheckoutUrlParam();
param.setProductPrice("1000");
param.setMerchantOrderId("order no 45");

param.setReturnUrl("https://www.xxxx.com/callback");
param.setProductName("product name");
param.setNotifyUrl("https://xxxxxxxx.com/notify.url");
param.setOrderValidPeriod(1800);
param.setCustomValue("custom value");
CheckoutUrlResponse resp = ccpaymentApi.checkoutUrl(param);

// Get supported coins
GetSupportCoinResponse resp = ccpaymentApi.getSupportCoin();

// Get token balance
AssetsParam param = new AssetsParam();
param.setTokenId("e8f64d3d-df5b-411d-897f-c6d8d30206b7");
AssetsResponse resp = ccpaymentApi.assets(param);
    
.....
using ccpayment;
{
  var paymentIntent = paymentIntents.create({
    amount: 2000,
    currency: "usd",
    descrition: "My first payment"
  })
  ccpayment.paymentIntents.confirm({
    id: paymentIntent.id,
    payment_method: "pm_card_mastercard"
  })
}
    
business-protectdec
Protect Your Business

Data & Assets Security Ensured

  • locksmith

    Adopt NIST Data Encryption Standards to Prevent Data tempering

  • locksmith

    Protect Account Assets with Double Key Encryption

  • locksmith

    Double-encryption & Multi-authentications

Get Started
dec-top

Who We Serve

Established businesses, brand-new startups, and everything in between.

We serve all companies and industries including:

  • Consulting & AdvisoryConsulting & Advisory
  • Import, Export & TradeImport, Export & Trade
  • eCommerce, Retail & DistributioneCommerce, Retail & Distribution
  • Pharma, Health & WellnessPharma, Health & Wellness
  • Software & App developmentSoftware & App development
  • Telecom & ElectronicsTelecom & Electronics
  • Design & Marketing servicesDesign & Marketing services
  • iGaming & BettingiGaming & Betting
  • ManufacturingManufacturing
  • SaaS companies & StartupsSaaS companies & Startups
  • Financial servicesFinancial services
  • Real estate & ConstructionReal estate & Construction
  • TransportationTransportation
  • Consulting & AdvisoryConsulting & Advisory
  • Import, Export & TradeImport, Export & Trade
  • eCommerce, Retail & DistributioneCommerce, Retail & Distribution
  • Pharma, Health & WellnessPharma, Health & Wellness
  • Software & App developmentSoftware & App development
  • Telecom & ElectronicsTelecom & Electronics
  • Design & Marketing servicesDesign & Marketing services
  • iGaming & BettingiGaming & Betting
  • ManufacturingManufacturing
  • SaaS companies & StartupsSaaS companies & Startups
  • Financial servicesFinancial services
  • Real estate & ConstructionReal estate & Construction
  • TransportationTransportation

Join Our Partner Community

Get lightning-fast, low-cost crypto payments and payouts for your business with our powerful API, eCommerce, or hosted payment pages.

step

Frequently Asked Questions

Which cryptocurrencies are supported?

Over 100 trending cryptocurrencies are supported for payment, including Bitcoin, Ethereum, Dogecoin, Litecoin, Tether...

How do I convert cryptocurrency into fiat currency?

You are able to exchange crypto to fiat currency on the dashboard in just a few clicks.

How much are the transaction fees?

Only 0.3% of the payment amount is charged as a service fee, which is lower than that charged by any other platform on the market.