Everything you need to integrate LetsPay into your application
Get started with LetsPay in minutes. Step-by-step integration guide for beginners.
View Guide โComplete reference documentation for all LetsPay API endpoints and parameters.
View Reference โOfficial client libraries for popular programming languages and frameworks.
Download SDKs โReal-time event notifications for payment updates and transaction events.
Configure Webhooks โCreate a payment in just a few lines of code
const letspay = require('letspay')('your_api_key');
const payment = await letspay.payments.create({
amount: 1000, // Amount in cents
currency: 'gbp',
payment_method: 'card',
customer_email: 'customer@example.com',
description: 'Order #12345'
});
console.log('Payment created:', payment.id);
Step-by-step guides for common integration scenarios
Full example applications in various frameworks
Video tutorials and walkthrough sessions
Answers to frequently asked questions
Our developer support team is available 24/7 to help you integrate