Developers

The financial layer, in 30 lines.

REST API, mobile + web SDK, real-time webhooks. Sandbox in seconds, live in 30 minutes.

Live in 3 minutes

Send your first transfer with a sandbox API key.

01Get a key
terminal
curl -X POST https://api.payminty.app/v1/keys \
  -H "Content-Type: application/json" \
  -d '{"environment": "sandbox"}'
02Install the SDK
package install
npm install @payminty/sdk
03Initiate your first transfer
transfer.ts
import { Payminty } from '@payminty/sdk';

const client = new Payminty({
  apiKey: process.env.PAYMINTY_KEY,
});

await client.transfers.create({
  to: 'user@example.com',
  amount: 100,
  currency: 'USD',
});

API surface

Everything you need for production.

POST /v1/transfers

P2P, batch, scheduled. Idempotency-key included.

GET /v1/wallets

Multi-currency wallets, balance, history.

POST /v1/webhooks

30+ event types, automatic retry, signature verification.

OAuth 2.0

API key + OAuth. Scoped access to KYC information.

Official SDKs

Type-safe, production-tested.

TypeScriptPythonSwiftKotlin

Start with sandbox

No credit card, live API key in minutes.

Get an API key

Cookies

We use cookies to improve your experience. Pressing "Accept all" gives consent for analytics and marketing cookies. Details in our Privacy Policy.