Simple or Detailed Status

There are two kinds of Payment Transaction status:

Status Type

Explanation

Example

“Simple status”

Few coarse statuses. A change will cause a push notification. This should be used programmatically.

4 / “issue”

(Regular) “status”

Many detailed status messages to reflect the payment process in detail. Not every change will cause a push notification. You can display it live when displaying order details in your shop backend for instance.

69 / “Chargeback”

In our example you would need signalize the merchant the payment issue. When he would open the order detail view, you might also display the reason, “Chargeback”.

Where to Obtain the Statuses

When you check the status and the effective amount of a Payment Transaction using GET /api/v2/Payment/Transactions/PCI_xyz/checkStatus as described in Check Status and Amount of a Payment, you will receive a response like this:

Response
{
"status": 9,
"status_text": "vorautorisiert",
"status_simple": 2,
"status_simple_text": "authorized",
"amount": 8600,
"currency": "EUR"
}

The status fields transport exactly what is expected.

When you read an entire Payment Transaction as returned by GET /api/v2/Payment/Transactions/PCI_xyz as described in Read a Payment Transaction, for example, you will receive a response like this:

Payment Transaction
{
"object": "payment.transactions",
"id": "PCI_WMC2TN4PT66CY90TS8YZY34QK9W2N7",
// ...
"amount": 1000,
"currency": "EUR",
// ...
   "status": 103,
"status_text": "teilausgezahlt (Gutschrift beglichen)",
"details": {
// ...
   "status": 103,
"status_text": "teilausgezahlt (Gutschrift beglichen)",
      "status_simple": 1,
"status_simple_text": "accepted",
      // ...
},
  // ...
}

You should use the fields inside details. The status fields transport also here exactly what is expected.

Simple Status

As of 11/2025

ID

Text

Explanation

1

accepted

The payment request was accepted, and the order can be completed.

2

authorized

The payment request has been authorized, but will not be executed before the capture is requested.

3

denied

The authorization process has been abandoned or failed, or the payment request has been declined for some reason.

4

issue

A payment problem has been detected. This includes, for example, rejected or reversed direct debits or credit card chargebacks.

5

void

The payment was cancelled after it has been accepted.

6

issue_resolved

The payment problem has been resolved.

7

refund

The payment received has been refunded.

8


(Reserved)

9


(Reserved)

10

pending

The incoming payment must be awaited, for instance prepayment.

11

subscription approved

Only subscription. The payment authorization request has been accepted.

12

subscription declined

Only subscription. The payment authorization request has been declined.

13

on hold

The payment is on hold.

14

waiting for shipment

Only invoice payment. The goods or service can be delivered. We expect you to request the capture so that the payment becomes due. Demanding the capture is necessary to know that and when the payment becomes due, to detect and handle payment issues.

15

container authorized

Only for pure payment instrument authorizations. The credit card can be used for merchant initiated transactions (MIT).

16

container denied

Only for pure payment instrument authorizations. The credit card authorization has been abandoned or was declined for some reason.

Examples for Detailed Status

As of 11/2025

The following list is incomplete, but helpful for understanding.

Simple Status

Detailed Status

ID

Description

ID

Text

Explanation

1

accepted

6

abgeschlossen

The payment request has been accepted.

16

freigegeben

The transaction has been released for payout.

17

ausgezahlt

The transaction has been paid. No direct debit returns or credit notes exist.

26

Vorkasse bezahlt

Prepayment completed

52

Gutschrift erfasst

Credit note recorded

53

freigegeben trotz Gutschrift

Released despite credit note

54

ausgezahlt trotz Gutschrift

Paid out despite credit note

55

ausgezahlt (Gutschrift beglichen)

Paid out (credit note settled)

58

freigegeben (RLS beglichen)

Released (direct debit return settled)

86

abgeschlossen (Rechnung offen)

Completed (invoice open)

87

freigegeben (Rechnung offen)

Released (invoice open)

88

ausgezahlt (Rechnung offen)

Paid out (invoice open)

96

teilausgezahlt

Partially paid out

99

teilausgezahlt (RLS beglichen)

Partially paid out (direct debit return settled)

100

teilausgezahlt trotz Gutschrift

Partially paid out despite credit note

102

teilausgezahlt (Rechnung offen)

Partially paid out (invoice open)

103

teilausgezahlt (Gutschrift beglichen)

Partially paid out (credit note settled)

111

Autorisierung abgeschlossen

Authorization completed

113

verrechnet

Amount offset against another transaction

114

Aut. abgeschlossen trotz Gutschrift

Automatically completed despite credit note

117

Erstattung freigegeben

Refund released

119

Abrechnung freigegeben

Settlement released

120

abgerechnet

Settled

121

Überweisung erstellen

Create bank transfer

125

ZE bei Shop

Incoming payment at merchant account

128

RLS nicht mehr möglich

Direct debit return no longer possible

2

authorized

9

vorautorisiert

Preauthorized

34

Vorkasse wartend(Demo)

Prepayment pending (demo)

3

denied

7

Validierung Fehlgeschlagen

Validation failed, e. g. bank account could not be validated

8

Daten ungueltig

Invalid data

18

Ablehnung durch Kreditinstitut

Rejected by bank, or authorization abandoned by user

59

Zahlung abgebrochen

Payment aborted, e. g. order abandoned by buyer

4

issue

14

RLS mangels Deckung

Direct debit return due to insufficient funds

15

RLS Widerspruch

Direct debit return is being disputed

19

Systemfehler

System error

23

freigegeben trotz RLS

Released despite direct debit return

24

ausgezahlt trotz RLS

Paid out despite direct debit return

27

RLS Daten falsch

Direct debit return request had incorrect data

33

RLS Konto erloschen

Bank account for direct debit was closed

40

RLS keine Einzugsermächtigung

Direct debit return for problem with mandate

43

Inkasso

Debt collection

44

Hoffnungsläufe

Direct debit retry runs

46

RLS Grund unbekannt

Direct debit returned with unknown reason

51

Inkasso erfolglos

Debt collection unsuccessful

57

Warnmail

Increased risk of direct debit return; wait with delivery

60

Gutschrift fehlgeschlagen

Credit note failed

69

Chargeback

Chargeback

70

freigegeben trotz Chargeback

Released despite chargeback

71

ausgezahlt trotz Chargeback

Paid out despite chargeback

98

teilausgezahlt trotz RLS

Partially paid out despite direct debit return

101

teilausgezahlt trotz Chargeback

Partially paid out despite chargeback

109

freigegeben trotz RLS - Inkasso

Released despite direct debit return – debt collection

110

freigegeben (Rechnung offen) - Inkasso

Released (invoice open) – debt collection

112

freigegeben trotz Hoffnungslauf

Released despite retry runs

127

nicht auszahlbar

Not payable

5

void

10

Storniert

Cancelled

38

Storno nach RLS

Cancellation after direct debit return

39

ausgezahlt trotz Storno nach RLS

Paid out despite cancellation after direct debit return

41

automatisch storniert

Automatically cancelled

42

automatische stornierung abgeschlossen

Automatic cancellation completed

50

Storniert (Auszahlung beglichen)

Cancelled (payout settled)

68

ausgezahlt trotz Storno

Paid out despite cancellation

77

Storno nach Chargeback

Cancellation after chargeback

78

ausgezahlt trotz Storno nach Chargeback

Paid out despite cancellation after chargeback

6

issue_resolved

48

RLS beglichen

Direct debit return settled

49

ausgezahlt (RLS beglichen)

Paid out (direct debit return settled)

7

refund

93

Erstattung / Refund

Refund

94

ausgezahlt trotz Refund

Paid out despite refund

9

paid

107

RK paid push

Invoice payment paid push (ephemeral status for push notification)

10

pending

25

Vorkasse wartend

Prepayment pending

108

ausstehend

Pending

118

auf Genehmigung wartend

Pending approval

122

Zahlung erwartet

Payment expected

11

subscription approved

115

Abo genehmigt

Subscription approved

12

subscription declined

116

Abo abgelehnt

Subscription rejected

13

on hold

32

Zurückgestellt

Deferred

126

separate Ausführung

Separate execution

14

waiting for shipment

85

Kauf auf Rechnung genehmigt

Purchase on account approved

106

Kauf auf Rechnung genehmigt (Haupt-TA)

Purchase on account approved (main transaction of a split payment)

15

container authorized

123

Zahlungsmittel autorisiert

Payment instrument authorized

16

container denied

124

Zahlungsmittel abgelehnt

Payment instrument declined

n/a

n/a

80

ausgezahlt (Vorkasse wartend)

Paid out (prepayment pending)

81

ausgezahlt (Vorkasse bezahlt)

Paid out (prepayment completed)

82

freigegeben (Vorkasse wartend)

Released (prepayment pending)

83

freigegeben (Vorkasse bezahlt)

Released (prepayment completed)

89

Pausiert (nicht ausführen)

Paused (do not execute)

95

Rückzahlung offen

Repayment pending

97

offen

Open

104

abgelehnt

Rejected

105

Rechnung offen

Invoice open