All the tools and documentation you need to build with PayAiML.
Follow our quick start guide to accept your first payment in under 10 minutes.
const payment = await payaiml.payments.create({ amount: 2000, currency: 'usd', payment_method: 'pm_card_visa', confirm: true });