Class Syspay_Merchant_Entity_Payment
A payment object
- Syspay_Merchant_Entity
-
Syspay_Merchant_Entity_Payment implements Syspay_Merchant_Entity_ReturnedEntityInterface
Located at Syspay/SDK/Merchant/Entity/Payment.php
getType()
|
string |
TYPE
|
# 'payment' |
string |
FAILURE_CARD_FLAGGED
The card has been flagged as lost or stolen |
# 'card_flagged' |
string |
FAILURE_DECLINED
The transaction has been declined by the acquirer |
# 'declined' |
string |
FAILURE_DUPLICATED
Two transactions with the same information have been attempted in a too short period |
# 'duplicated' |
string |
FAILURE_EXPIRED
The card has expired |
# 'expired' |
string |
FAILURE_FRAUD
The transaction has been refused for suspicion of fraud |
# 'fraud_suspicious' |
string |
FAILURE_INSUFFICIENT_FUNDS
There wasn't enough money available to complete the transaction |
# 'insufficient_funds' |
string |
FAILURE_INVALID_CARD
The card number is not valid |
# 'invalid_card' |
string |
FAILURE_INVALID_CV2
The CV2 is not valid |
# 'invalid_cv2' |
string |
FAILURE_INVALID_DETAILS
The card information are not valid |
# 'invalid_details' |
string |
FAILURE_OTHER
The transaction was refused by the acquirer but the reason could not be precisely determined |
# 'other' |
string |
FAILURE_TECHNICAL_ERROR
A technical error occured while attempting to process the transaction |
# 'technical_error' |
string |
FAILURE_UNSUPPORTED
The card scheme is not supported |
# 'unsupported' |
$raw
|