接收超過 100 種加密貨幣,並且只收取 0.3% 為市場最低收續費。
免費且開源的 API,服務費只有支付金額的 0.3%,低於市面上的其他所有收費平台
整合我們的人性化錢包 API,輕鬆建立擁有永久代幣地址的客製化錢包,讓您的客戶享受順暢支付體驗
客製化您的代幣清單,以滿足您的業務需求,獨家使用您喜歡的代幣,新增您喜歡的幣種到您的錢包系統,加值提領隨手可得
透過為您自己的錢包系統客製化交易費,以最大化您的收入和利潤,並為您的客戶提供公開透明、無憂無慮的付款體驗
相容 70+ 種錢包市面上的客戶可以不受限制地使用
CCPayment 支援80+ 個國家地區 並為加密貨幣付款提供統一的 API
我們提供市面上最好的 API 之一,並且透過專用處理器支援全面整合,使用 CCpayment 的開發人員平台可以帶來更少對舊系統的維護時間,以及更多關心客戶和產品體驗的時間
開始使用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"
})
}
成熟的企業、新創公司,以及介於兩者之間的所有商家
我們針對所有公司行號提供服務,包含:
透過我們強大的 API、電子商務、託管支付頁面,可以為企業帶來閃電般快速且低成本的加密支付