‘’One-Stop Shop‘’
Payment Orchestration
With Craftgate, manage all your online payments from a single platform, reduce your payment costs, and increase your revenue.
What is Craftgate?
Craftgate is a payment orchestration platform that enables businesses accepting online payments to access domestic and international payment methods from a single point, allowing them to manage all online payment processes in the most efficient way possible.
PCI-DSS
Level 1
ISO
27001
24/7
Support
15+ years of
Expertise
Happy Craftgate Merchants:
Boyner
With Craftgate's technology, which includes the most advanced payment practices, we started to earn much more than the amount we paid to Craftgate. Thanks to Craftgate's solutions enabling us to receive uninterrupted payments and prevent loss of turnover, we continuously increase our payment success rate.
Mehmet Şevket Özdemir
Product Development Director
Discover Our Products
Access all with a single integration!
Increase your customer base and revenue by making agreements with any bank, payment and e-money institution, shopping credit provider, and alternative or international payment methods—all with a single integration.
Seamless payments? Yes!
We ensure seamless payment processing even during Virtual POS outages and system payment errors, increasing your payment success rate and boosting your revenue.
338.1 Million ₺
Total saved amount this year
Advanced Merchant Panel
Manage all your payments from a single dashboard
Easily track your payment processes and take advantage of various features such as cancellations, refunds, transaction reports, and wallet activities.
Smart and Dynamic Payment Routing
Minimize your payment costs!
Reduce your expenses by processing your payments through the most efficient Virtual POS or payment/e-money institution with the lowest commission at the time of collection.
International Payment Methods
Rapid penetration in global markets!
Integrate the most widely used payment methods worldwide into your system with Craftgate’s existing integration, and manage all your international payments from a single platform.
Card storage, One Click Payment and Recurring Payments
Provide speed and convenience to your customers!
Securely store your customers’ card information with our PCI-DSS Level 1 compliant infrastructure. Offer them the convenience of one-click payments and recurring payments!
Easy Integration and Proactive Support
Simple, Accessible, and Streamlined
const craftgate = new Craftgate.Client({
apiKey: 'api-key',
secretKey: 'secret-key',
baseUrl: 'https://sandbox.craftgate.io'
});
const request = {
price: 5029.99,
paidPrice: 5029.99,
currency: Craftgate.Model.Currency.EUR,
card: {
cardHolderName: 'John Doe',
cardNumber: '5258640000000001',
expireYear: '2044',
expireMonth: '07',
cvc: '000'
},
items: [
{ name: 'MacBook Pro 16', price: 4860.0 },
{ name: 'MX Keys Mini', price: 80.99 }
{ name: 'MX Master 3', price: 89.0 }
]
};
craftgate.payment().createPayment(request);
Frequently Asked Questions
You can find answers to your questions about Craftgate in the frequently asked questions section. We are here to assist you with any questions you may have.