Endpoint : Redirect - Create Preauth Session

Endpoint : Redirect - Create Preauth Session

This transaction is used to create a secure session on PayFacto network. A secureid valid for 15 minutes will be returned and can be used in the browser redirection URL.

Request

Response

FieldMandatory?
returnCode
secureID
    • Related Articles

    • 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 ...
    • Endpoint : Redirect - Create Purchase Session

      This transaction is used to create a secure session on PayFacto network. A secureID valid for 15 minutes will be returned and can be used in the browser redirection URL. Request Field Mandatory? CompanyNumber Y MerchantNumber Y CustomerNumber Y ...
    • Endpoint : Recurring - Create Session

      Recurring - Create Session This transaction is used to create a secure session on PayFacto host. The secureid parameter returned must be used in the browser URL redirection. Request Field Mandatory? CompanyNumber Y MerchantNumber Y CustomerNumber Y ...
    • Endpoint : PayFacto Objects - Session Creation

      This transaction is used to create a secure session token, which is necessary to initialize the PayFacto Objects frontend API. Request Field Mandatory? CompanyNumber Y MerchantNumber Y CustomerNumber Y OperatorID Y Response Field Mandatory? ...
    • 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 ...