Made by professionals who built
Without taking on any risk
Attract new customer by offering products of interest to smaller and medium-sized businesses
Each time a business gets funded, Dime shares revenue
Capital builds long-term engagement and loyalty
Designed to fit around your payment stack
Immediate, pre-approved offers
Dime identifies eligible customers for Capital and provides promotional tools
Capital, three clicks away
We perform frictionless KYC, KYB, and Anti-Money Laundering
Funds within 24 hours
Funds arrive the moment SME need them and to their preferred account
Hassle-free repayments
Dime’s automated collection adjusts daily to a client's business income
Dime
SME
Go live in weeks, not months
No Code
Hosted by us. Go live in days, not weeks
Embed
You embed our highly flexible components
Powerful APIs
Use our APIs to build exactly what you want, no compromises
const url = 'https://api.dime.tech/v1/capital/businesses/business_id/offers/current';
const options = {
method: 'GET'
headers: {accept: 'application/json'}
};
fetch(url, options)
.then(res => res.json())
.then(json => console.log(json))
.catch(err => console.error(err));