Inyo

APIs

The Inyo Payment Gateway API provides endpoints for the complete payment lifecycle:

EndpointMethodDescription
/oauth/tokenPOSTAuthenticate and obtain an access token
/v2/paymentPOSTCreate a payment (pull, push, or pullpush)
/payments/{id}/capturePOSTCapture a pre-authorized payment
/payments/{id}/voidPOSTVoid a pre-authorized payment
/payments/{id}/refundPOSTRefund a captured payment
/payments/{id}GETGet payment details
/paymentsGETList payments (paginated)
/check-card-accountPOSTValidate a card without charging β€” AVS, CVC, and Visa ANI name check
/foreign-exchangePOSTGet FX rate for cross-currency pushes

Additional Resources

  • Tokenizing Cards β€” Client-side card tokenization with inyo.js
  • Webhooks β€” Real-time transaction status notifications
  • Domain Tables β€” Response codes and payment statuses
  • Test Data β€” Sandbox test cards and simulation codes