POST /v1/transfers
P2P, batch, scheduled. Idempotency-key included.
REST API, mobile + web SDK, real-time webhooks. Sandbox in seconds, live in 30 minutes.
Send your first transfer with a sandbox API key.
curl -X POST https://api.payminty.app/v1/keys \
-H "Content-Type: application/json" \
-d '{"environment": "sandbox"}'npm install @payminty/sdkimport { 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',
});Everything you need for production.
P2P, batch, scheduled. Idempotency-key included.
Multi-currency wallets, balance, history.
30+ event types, automatic retry, signature verification.
API key + OAuth. Scoped access to KYC information.
Type-safe, production-tested.
We use cookies to improve your experience. Pressing "Accept all" gives consent for analytics and marketing cookies. Details in our Privacy Policy.