Payment Enums
SoftPOS Type
Enum SoftPOSType |
Parameter | Data Type | Description |
---|---|---|
Terminal |
SoftPOSType |
SoftPOS Terminal type. • Only for terminal. |
Mobile |
SoftPOSType |
SoftPOS Mobile application type. • Only for mobile. |
Tablet |
SoftPOSType |
SoftPOS Tablet application type. • Only for tablet. |
KioskMachine |
SoftPOSType |
SoftPOS Kiosk Machine type. • Only for kiosk machine. |
SoftPOS Payment Response Code
Class SoftPOSPaymentResponseCode |
Parameter | Code | Description |
---|---|---|
PaymentSuccess |
0000 |
The payment success, please check transactionStatusResponse and SoftPOSResult for more information. Refer to: SoftPOS Result |
PaymentFailed |
0001 |
The payment failed, please check SoftPOSResult for more information. Refer to: SoftPOS Result |
PaymentOptionRequestFailed |
0002 |
The payment option request failed. |
TransactionStatusRequestFailed |
0003 |
The transaction status request failed. |
ValidationFailed |
0099 |
Validation failed due to invalid value for |
InvalidPaymentResultResponseCallback |
0099 |
The payment result response callback cannot be null. |
ThirdPartySDKFailed |
0099 |
Third party SDK failed. |
LaunchPaymentActivityFailed |
0099 |
Launch payment activity failed. |
PaymentInfoInitializationFailed |
0099 |
The payment info initialization failed. |
Updated 18 days ago