Simple, affordable pricing
We grow when you grow
Local Transactions
1.95%
No upfront fees. You can start accepting payments in 30mins for free
Accept payments from multiple payment channels including Mobile money
International Transactions
1.95%
Get paid by your customers from anywhere in the world
International cards are charged and settled in Cedis by default
Transfers
Transfer to Mobile Money
GHS 1 per Transfer
See how much it costs to use LeashPay.
Enter an amount into the calculator to see our charges in realtime.
If you customer pays
GHS
We‘ll settle you
Leashpay fees (1.95%)
GHS 49.03
GHS 0.98
We‘ll settle you
GHS 49.03
Leashpay fees (1.95%)
GHS 0.98
Enjoy free automatic settlement within 48 hours
No hidden fees or charges
Try LeashPay Now
Start accepting payments in just 30 minutes
Explore our guides and documentation.
Use our API to develop powerful payment products. We provide a fast and intuitive developer experience. Build, test, and deploy with speed.
JAVASCRIPTconst terminal = LeashPay.create({onFetchConnectionToken: server.fetchConnectionToken});const result = await terminal.discoverReaders();const reader = result.discoveredReaders[0];await terminal.connectReader(reader);const item = {description: 'Lemon Shoe',amount: 300,quantity: 2,};const cart = {lineItems: [item],currency: 'usd',};terminal.setReaderDisplay({ type: 'cart', cart });