Confirms that a transaction response was successfully received and marks the transaction as COMPLETED. Must be sent within 3 minutes of the original transaction response or PayFacto will automatically reverse the transaction.
API Key
Generate your API key from the Payments Manager: Administrator Client β API Key β Add New Key. Pass it as auth-api-key in every request.
Company & Merchant Numbers
Your CompanyNumber (5-digit) and MerchantNumber (8-digit) are issued by PayFacto during onboarding. Both are required on every Ack request.
Environment Base URL
Test: https://test.api.payfacto.cloud/v1 | Production: Provided by the PayFacto Integration team upon certification.
Request Format β Base64-Encoded Payload
Requests use HTTP POST with an application/x-www-form-urlencoded body. Assemble all parameters as a cleartext query string, Base64-encode it, then send: auth-api-key={key}&payload={base64}.
Applicable Input Types Only
This endpoint applies only when the original transaction used InputType I (Internet), U (Unattended), or M (MOTO). It does not apply to terminal/pinpad (N) transactions.
All parameters are passed inside the Base64-encoded payload form field. Raw body format: auth-api-key=<key>&payload=<base64>. The Ack has no optional fields.
Required fields
The example below uses the test endpoint and a sandbox API key. Replace credentials and base URL before going live.
Always returned
The following codes are most relevant to this endpoint. For the complete catalogue see the Return Code Index.