Merchant Management API 2.0 - Specifications
You can download the OpenAPI YAML file below.
Related Articles
API Specifications
Overview To communicate with the Payment API you should submit HTTP POST requests to the corresponding endpoints. There are differ endpoints for Test and Production. The API uses FORM parameters (key-value parameters passed in an HTTP POST URL) for ...
PayFacto API - v1.0 - POST /v1/standaloneCompletion
POST /v1/standaloneCompletion Standalone Completion Sends a Pre-Authorization Completion to any properly configured Semi-Integrated terminal. The target terminal can be the one where the original Pre-Authorization was performed, or any other terminal ...
PayFacto API - v1.0 - POST /v1/redirect/CreatePreAuthSession
POST /v1/redirect/CreatePreAuthSession Redirect — Create Preauth Session Creates a secure session on the PayFacto network for a hosted pre-authorization flow. Returns a secureID valid for 15 minutes that is embedded in the browser redirect URL to ...
PayFacto API - v1.0 - POST /v1/recur/nack
POST /v1/recur/nack Recurring — Nack Declines a CVV or AVS verification result from a recurring session and triggers deletion of the associated token. Use this endpoint when your application determines that the CVV or AVS result from a prior ...
PayFacto API - v1.0 - POST /v1/recur/ModInvoice
POST /v1/recur/ModInvoice Recurring — Modify Invoice Updates the status of a recurring invoice. Use this endpoint to activate, suspend, or otherwise change the processing state of a specific invoice within a subscription. Version: v1.0 | Last ...