Set Up Payzink
What made this section unhelpful for you?
On this page
- Set Up Payzink
Quick Start Guide
What made this section unhelpful for you?
On this page
- Quick Start Guide
Sandbox test environment
What made this section unhelpful for you?
On this page
- Sandbox test environment
Hosted Payment Page
On this page
- Hosted Payment Page
Direct API
On this page
- Direct API
Status Codes
Payzink API returns a standardized set of status codes to indicate the result of a transaction or payment-related operation.
These codes help you determine whether a request was successful, requires additional customer action (e.g. 3D Secure), or failed due to an error such as invalid card details, insufficient funds, or suspected fraud.
Each status code follows a structured format and is grouped into logical categories:
- SUCCESS (Sxx): The transaction was approved or completed successfully.
- ERROR (Exxxxxx): The transaction failed due to validation, card, or processing issues.
- FRAUD / RISK (Fxxxxxx): The transaction was declined due to fraud detection or high-risk assessment.
By checking the status code in the API response, your system can determine the appropriate next step (e.g. display a message to the user, retry the transaction, prompt 3DS authentication, or block the request).
The following table lists all available status codes and their meanings:
Status Code | Description |
S00 | Success |
S01 | Success - 3DS |
S02 | Success - Partial |
S03 | Success - VIP |
E000000 | Error |
E000001 | Error - 3DS |
E000002 | Error - 3DS Invalid PIN |
E000003 | Error - 3DS Timeout |
E000004 | Error - Invalid Card |
E000005 | Error - Insufficient Funds |
E000006 | Error - Lost or Stolen Card |
E000007 | Error - Expired Card |
E000008 | Error - Invalid CVV |
E000009 | Error - Card BIN Blocked |
E000010 | Error - Card BIN Country Blocked |
E000011 | Error - Country Blocked |
E000012 | Error - Blacklisted |
E000013 | Error - Undefined |
F000000 | Error - Fraud |
F000001 | Error - Fraud High Risk |
F000002 | Error - Fraud Elevated Risk |
What made this section unhelpful for you?
On this page
- Status Codes
Payment States
What made this section unhelpful for you?
On this page
- Payment States