Built for developers

Everything you need to integrate payments into your application. Complete documentation, SDKs, and tools to get you started quickly.

Get started in minutes

Follow our quick start guide to accept your first payment in under 10 minutes.

  1. 1Sign up for a PayAiML account
  2. 2Get your API keys from the dashboard
  3. 3Install our SDK or use the REST API
  4. 4Create your first payment
  5. 5Test with our sandbox environment
  6. 6Go live with real transactions

Code Example

const payment = await payaiml.payments.create({
  amount: 2000,
  currency: 'usd',
  payment_method: 'pm_card_visa',
  confirm: true
});