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