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
Last revision Both sides next revision
en:codesamples:returncodes [2017/02/13 22:03]
michaelheumann
en:codesamples:returncodes [2022/07/08 17:40]
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 92: Line 93:
 |5093        |invalid merchantReconciliationReferenceNumber | |5093        |invalid merchantReconciliationReferenceNumber |
 |5094        |invalid description | |5094        |invalid description |
 +|5095        |Paypage: invalid page type |
 +|5096        |Paypage: invalid expiration date |
 +|5097        |Paypage: invalid payment method(s) |
 +|5098        |Paypage: invalid organitation name |
 +|5099        |Paypage: invalid value for free amount |
 |5100        |error from payment processor | |5100        |error from payment processor |
 |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        |Reference must be payment page transaction |
 +|5115        |Invalid DeliveryType |
 +|5116        |Invalid Kassenzeichen |
 |5200        |not accepted transaction | |5200        |not accepted transaction |
 |5201        |giropay bank offline| |5201        |giropay bank offline|
Line 101: Line 121:
 |5204        |invalid sender bank account | |5204        |invalid sender bank account |
 |5205        |transaction limit exceeded | |5205        |transaction limit exceeded |
 +|5500        |Paypage: invalid value in fixed amounts |
 +|5501        |Paypage: invalid minimum amount |
 +|5502        |Paypage: invalid maximum amount |
 +|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