Issuing

Cards that earn instead of cost

Accepting cards costs you interchange. Issuing them earns it. Pyncht Issuing lets you create virtual and physical cards with programmatic controls, and puts the interchange on your side of the ledger.

What Issuing does

Issue a virtual card

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 card = await pyncht.issuing.cards.create({
  cardholder: 'ich_2Kd91',
  currency: 'usd',
  type: 'virtual',
  spending_controls: {
    spending_limits: [{ amount: 250000, interval: 'monthly' }],
  },
});

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.