Card payments
Intents prefixed pi_card_. Create → (authorize) → commit/capture → refund, or
cancel. Card data is client-side encrypted.
See the Card Payments reference.
API version 2026-06-26 · base https://api.paygasus.com
Paygasus Pay exposes payment intents on two rails — cards and ACH — behind one consistent API. Create an intent, drive it through its lifecycle, and read a single, predictable object shape back.
Card payments
Intents prefixed pi_card_. Create → (authorize) → commit/capture → refund, or
cancel. Card data is client-side encrypted.
See the Card Payments reference.
ACH payments
Intents prefixed pi_ach_. Create a draft → submit to the bank → settles
asynchronously (pending → processing → processed), or cancel/reverse. See
the ACH Payments reference.
Managing keys, viewing transactions, and inviting your team happens in the Paygasus dashboard. This site documents the API.