Code | Gateway | Title | Message | Notes |
---|---|---|---|---|
200 | CC | Captured | Payment successful | If payment is successfully processed through credit card, then this status will be returned |
CC | Accepted | Payment successful and accepted | If payment is captured and received , then this status will be returned | |
500 | CC | 3DS authentication required | 3DS authentication required | If any of the 3DS related details are missing, then this status will be returned |
CC | Finished | Missing Cardcvv | If cvv details is not provided during card payment, then this status will be returned | |
CC | Finished | Authentication Rejected By Issuer - Cardholder Not Enrolled In Service | If 3DS authentication is rejected , then this status will be returned | |
CC | Finished | 3DS declined | If 3DS is declined while authenticating, then this status will be returned | |
CC | Rejected | Payment rejected | if after capturing the payment if it’s rejected due to any issue, then this status will be returned | |
401 | CC/DD/OB | Authorisation error | Payment Intent has expired | If the payment intent is created before 30 minutes or it has been used for one payment type already, then this status will be returned |
CC/DD/OB | Authorisation error | Unauthorised request | If the passed access_token in header, is invalid , then this status will be returned | |
CC/DD/OB | Authorisation error | Access Token expired | If the access_token is created before 30 minutes, then this status will be returned | |
403 | CC/DD/OB | Authorisation error | Forbidden request | If Blink API status is not active in merchant account, then this status will be returned |
General
Content
Integrations