User Tools

Site Tools


en:codesamples:returncodes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:codesamples:returncodes [2017/08/04 12:50]
michaelheumann
en:codesamples:returncodes [2023/01/24 22:00]
michaelheumann
Line 1: Line 1:
 ====== Antwortcodes ====== ====== Antwortcodes ======
  
-5000 - 5099 : API call error \\+5000 - 5099, 5500 - 5599 : API call error \\
 5100 - 5150 : payment processor error during initialisation \\ 5100 - 5150 : payment processor error during initialisation \\
 5200 - 5250 : giroapy error during initialisation \\ 5200 - 5250 : giroapy error during initialisation \\
Line 40: Line 40:
 |5033        |invalid currency | |5033        |invalid currency |
 |5034        |transaction does not exist | |5034        |transaction does not exist |
 +|5035        |invalid validity date for secured order |
 |5040        |invalid info1Label | |5040        |invalid info1Label |
 |5041        |invalid info1Text | |5041        |invalid info1Text |
Line 100: Line 101:
 |5101        |connection problem to payment processor| |5101        |connection problem to payment processor|
 |5102        |pseudo-cardnumber does not exist | |5102        |pseudo-cardnumber does not exist |
 +|5103        |invalid giropay merchantId |
 +|5104        |invalid paypage timeout |
 +|5105        |TDS20: Invalid address |
 +|5106        |TDS20: Invalid post code |
 +|5107        |TDS20: Invalid city |
 +|5108        |TDS20: Invalid country |
 +|5109        |TDS20: Invalid email |
 +|5110        |TDS20: Invalid optional field |
 +|5111        |TDS20: Please provide at least all fields except Optional |
 +|5112        |TDS20: You must provide the other fields along with Optional |
 +|5113        |Paypage: Invalid format of the notification text (see API documentation) |
 +|5114        |Paypage: Reference must be payment page transaction |
 +|5115        |Paypage: Invalid DeliveryType |
 +|5116        |Paypage: Invalid Kassenzeichen |
 +|5117        |Paypage: Invalid backUrl |
 +|5118        |Paypage: Invalid failUrl |
 +|5119        |Paypage: Invalid successUrl |
 +|5120        |Paypage: Invalid notifyUrl |
 +|5121        |Paypage: Invalid merchantOrderReferenceNumber |
 +|5122        |Paypage: Invalid value for qrcodeReturn |
 |5200        |not accepted transaction | |5200        |not accepted transaction |
 |5201        |giropay bank offline| |5201        |giropay bank offline|
Line 110: Line 131:
 |5502        |Paypage: invalid maximum amount | |5502        |Paypage: invalid maximum amount |
 |5503        |Paypage: invalid project list | |5503        |Paypage: invalid project list |
 +|5504        |Paypage: invalid value for single |
 +|5505        |Paypage single: Already used |
 +|5506        |Invalid URL (CPSP) |
 +|5507        |Project is not in CPSP mode |
 +|5508        |Merchant limit exceeded (CPSP API) |
 |6001        |bank unknown | |6001        |bank unknown |
 |6002        |bank does not support giropay| |6002        |bank does not support giropay|
 +|7000        |risk check positive |
 +|7001        |risk check negative |
 |9999        |internal error          | |9999        |internal error          |
  
en/codesamples/returncodes.txt ยท Last modified: 2023/01/24 22:00