Skip to content

Commit

Permalink
Add messages and codes
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos R committed Nov 14, 2023
1 parent f816f32 commit fb9cd94
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/PaymentStatus.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ class PaymentStatus
self::CHARGEBACK_LOST => 'Prearbitration lost',
self::CHARGEBACK_REVERSED => 'Chargeback reversed',
self::SECOND_CHARGEBACK => 'Charged back again',
self::REQUEST_FOR_INFORMATION => 'Request for information',
self::NOTIFICATION_OF_FRAUD => 'Notification of fraud',
self::NOTIFICATION_OF_CHARGEBACK => 'Notification of chargeback',
self::INFORMATION_SUPLIED => 'Information Suplied',
self::PENDING => 'Pending',
self::PROCESSING_ASYNC => 'Processing asynchronously',
self::REFUSED => 'Refused',
Expand Down Expand Up @@ -144,6 +148,10 @@ class PaymentStatus
self::CHARGEBACK_LOST => 'The chargeback prearbitration was lost.',
self::CHARGEBACK_REVERSED => 'The chargeback was reversed.',
self::SECOND_CHARGEBACK => 'The transaction was charged back again.',
self::REQUEST_FOR_INFORMATION => 'The issuer requested more information about the transaction.',
self::NOTIFICATION_OF_FRAUD => 'The transaction notified about fraud activity.',
self::NOTIFICATION_OF_CHARGEBACK => 'A chargeback has been initiated by the issuer.',
self::INFORMATION_SUPLIED => 'The provider received the supporting documents and forwards them to the scheme.',
self::PENDING => 'The transaction is pending.',
self::PROCESSING_ASYNC => 'The transaction is being completed asynchronously.',
self::REFUSED => 'The transaction was refused.',
Expand Down

0 comments on commit fb9cd94

Please sign in to comment.