Get API
Back to Marketplace
💳
Pay-per-callv4.1.0⭐ Featured API

PayFlow Payments API

Payments & Finance Infrastructure

PayFlow handles charge creation, subscription billing, refunds, disputes, and webhooks. Supports 130+ currencies, 3D Secure 2.0, SCA compliance, and real-time fraud scoring. Comes with pre-built checkout UI (React component) and a full TypeScript SDK.

RESTTypeScript SDKWebhooksOpenAPINode.js
https://api.payflow.io/v1
Trust Score

4.9 / 5

456 dev notes

Live Uptime

99.99%

Guaranteed SLA

Avg Latency

95ms

Global Edge

API Traffic

22.0M

monthly average

Available Endpoints

POST/chargesCreate a charge
POST/refundsRefund a charge
POST/subscriptionsCreate a recurring subscription
GET/charges/:idRetrieve charge details
POST/webhooksRegister a webhook endpoint
Implementation Example
import PayFlow from '@getapi/payflow';

const pf = new PayFlow({ secretKey: process.env.PF_SECRET });

const charge = await pf.charges.create({
  amount: 4999,        // $49.99
  currency: 'usd',
  payment_method: 'pm_xxxx',
  confirm: true,
});
console.log(charge.status); // 'succeeded'

API Access

Enterprise$99/mo
Technical Docs

API Provider

Jackson Lee

Jackson Lee

Fintech backend developer. Payments & fraud detection expert.