Administrer abonnementer i hele livscyklussen
Bestem selv. Vi hjælper dig med at forenkle processerne for tilbagevendende fakturering og klarer det administrative besvær, så du sparer værdifuld tid og penge. Det gør vi lige fra den første ordre eller prøveperiode til både onboarding, opgradering og fornyelse.
Undgå kundeafgang, og bliv bedre til at fastholde kunder
Vidste du, at mere end hver sjette korttransaktion mislykkes? Implementering af taktikker til reduktion og/eller gendannelse af afviste transaktioner er en klog investering for enhver virksomhed, der genererer fast indtjening. Undgå kundeafgang, og genopret indtjeningen med vores omfattende udvalg af værktøjer til genopretning af indtjening, administration af kundeemner og effektiv fastholdelse af kunder.
Ready to experience hassle-free recurring payments for your business?
Versatile API and Connectors
We provide a comprehensive API and adaptable connectors that ensure a smooth integration layer. These functionalities enable you to efficiently handle various online purchase tasks, sell through diverse channels, integrate any business model seamlessly, exercise control over your branding elements, and effectively retain and serve customers using your preferred systems.
-
Få kontrol over alle ordredetaljer med API 6.0
Brug vores avancerede API'er til at forbinde abonnementsbutikken med dit eget websted eller din egen app. Administrer abonnementsoplysninger, få adgang til betalingsdata, send fakturaer igen, håndter produktoplysninger ved hjælp af SKU, og administrer tilbagebetalinger og abonnementfakturering ved hjælp af vores API'er.
Læs mere
<?php
$host = 'https://api.2checkout.com/rpc/6.0/';
$merchantCode = "666999";
$key = "%y~8|m]T84p[W4+O1]_?";
$string = strlen($merchantCode) . $merchantCode . strlen(gmdate('Y-m-d H:i:s')) . gmdate('Y-m-d H:i:s');
$hash = hash_hmac('md5', $string, $key);
$i = 1; // counter for api calls
// call login
$jsonRpcRequest = new stdClass();
$jsonRpcRequest->jsonrpc = '2.0';
$jsonRpcRequest->method = 'login';
$jsonRpcRequest->params = array($merchantCode, gmdate('Y-m-d H:i:s'), $hash);
$jsonRpcRequest->id = $i++;
$sessionID = callRPC($jsonRpcRequest, $host);
var_dump("session id:" . $sessionID);
// call api methods below
$SubscriptionRef = 'B7D8E72224';
$jsonRpcRequest = array (
'jsonrpc' => '2.0',
'method' => 'setRenewalPause',
'params' => array($sessionID, $SubscriptionRef, "2020-09-30 17:00:00", "vacation leave"),
'id' => $i++
);
Get a free expert consultation.
Find out how to easily manage subscriptions and customers, deal with invoices and recurring billing, and improve your revenue.
Frequently Asked Questions
-
What is Subscription Billing?
It’s a technology suite or platform that manages ongoing billing and collection procedures, communication, and customer administration for products offered through subscriptions.
-
What is a subscription business model?
The subscription billing model is a business approach where customers are charged a recurring fee at regular intervals (usually monthly or annually) to obtain access to a product or service. This is facilitated through subscriptions that allow users to employ the offered service or product.
-
What is customer churn?
You might also have heard customer churn referred to as customer attrition, customer turnover or customer defection. It represents the decline in clients or customers that occurs when a customer chooses to discontinue purchasing a merchant's digital products or services, or cancels a subscription.
-
What are revenue recovery tools?
Over 16 percent of card transactions fail due to multiple factors. Revenue recovery tools are the various resources, services and functionalities used to address unsuccessful payment authorizations for recurring charges. Such tools are highly beneficial for any business operating on recurring revenue. They can help implement approaches that minimize and recover declined authorizations.
Ready to sell subscriptions worldwide?
Get immediate access to different subscription management and billing capabilities, from simple recurring billing to advanced tools. Contact us and we'll find the right fit for your business needs.