Connect

Run payments for other businesses

Platforms carry their sellers’ payment costs whether they see them or not. Pyncht Connect shows you the fee economics per seller, and lets you price accordingly.

What Connect does

Charge with an application fee

Clean, versioned, and idiomatic. The same call works whether Pyncht is analysing your existing processor or moving the money itself.

Read the API reference
JavaScript
const charge = await pyncht.charges.create({
  amount: 12500,
  currency: 'usd',
  on_behalf_of: 'acct_1Nx8Kp',
  application_fee: 1250,
});

charge.fees.seller_effective_rate; // 0.0231

Common questions

Yes. Connected accounts can be given a scoped view of their own effective rate and opportunities without seeing platform-level data.

Configurable per account. The choice affects liability, tax, and which entity appears on the cardholder statement.

Works with

See what your payments actually cost

Connect a processor read-only and get a full cost breakdown. Nothing moves until you decide it should.