Producten
Oplossingen
Ontwikkelaars
Bronnen
Demo
Het accepteren van meer dan 900 cryptocurrencies tegen marktleidende tarieven - begint vanaf slechts 0,2%Bekijken






Gratis en open bron API's. Slechts 0,2% van het betalingsbedrag wordt in rekening gebracht als servicekosten, wat lager is dan de kosten die door elk ander platform op de markt in rekening worden gebracht.
Integreer met onze gebruiksvriendelijke Wallet API om moeiteloos aangepaste portemonnees met permanente tokenadressen te creëren, zodat uw gebruikers kunnen genieten van een naadloze betalingservaring
Pas uw tokenlijst aan uw zakelijke behoeften aan. Personaliseer met je favoriete tokens. Voeg de munten die u leuk vindt toe aan uw portemonneesysteem Maak stortingen en opnames mogelijk met uw vingertop
Maximaliseer uw omzet en winst door de transactiekosten voor uw eigen portemonneesysteem aan te passen. En bied uw gebruikers een transparante en probleemloze betalingservaring
Compatibel met 70+ portefeuillesOnbeperkte toegang tot uw bedrijf bieden aan uw klanten op de markt.
CCPayment ondersteunt80+ landen en biedt een uniforme API voor cryptocurrency-betalingen
We bieden een van de beste API's op de markt met volledige integratieondersteuning via een toegewijde beheerder. Het gebruik van het ontwikkelaars platformen van CCpayment betekent minder onderhoud voor nalatenschap systemen en meer focus op klant- en productervaringen.
Krijgen begonnenconst 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"
})
}

Gebruik NIST standaarden voor gegevensversleuteling om datatemperatie te voorkomen
Bescherm accountactiva met dubbele sleutelcoderingen
Dubbele versleuteling en meerdere authenticaties
Gevestigde ondernemingen, gloed nieuwe opstarten en alles daartussenin.
Wij bedienen alle bedrijven en sectoren, waaronder:
Ontvang razendsnelle, goedkope cryptobetalingen en uitbetalingen voor uw bedrijf met onze krachtige API, e-commerce of gehoste betalingspagina's.