Transaction and 3D-Secure status
The values of the "status" and "threeDs" parameters on the Callback URL
Transaction status
status | Description |
---|---|
OK | The transaction is successfully. |
FAILED | The transaction has failed. |
CREATED | The transaction is just registered in the system. The Merchant has received the intermediate response from maib ecomm (payId/payUrl), but the Customer has not yet made the payment on the maib ecomm checkout page. |
PENDING | The transaction is not completed yet. For savecard-recurring/savecard-oneclick endpoints without amount parameter: card details have been successfully saved in the maib ecomm. |
DECLINED | The transaction is declined by maib ecomm. |
TIMEOUT | The transaction was timed out (10 minutes from receiving the intermediate response). The Merchant has received the intermediate response from maib ecomm (payId/payUrl), but the Customer has not made the payment on the maib ecomm checkout page within the time allotted for the transaction. |
3D-Secure Authentication
threeDs | Description |
---|---|
AUTHENTICATED | The 3DS authentication process has been successfully completed and the identity of the cardholder has been verified. |
NOT_AUTHENTICATED | The 3DS authentication process was not completed or the identity of the cardholder could not be verified. |
UNAVAILABLE | The 3DS authentication service is currently unavailable and the authentication process cannot be initiated. |
ATTEMPTED | An attempt was made to authenticate the transaction, but the authentication process could not be completed. This can be caused by technical issues or errors during the authentication flow. |
REJECTED | Card issuer rejected authentication. For more information contact the card issuer. |
SKIPPED | Authentication was skipped based on dynamic 3D Secure rules. |
NOTPARTICIPATED | The card issuer has not enrolled the card in the 3D Secure program. |
Last updated