Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Code

Gateway

Title

Message

Notes

200

CC

Captured

Payment successful

If payment is successfully processed through credit card, then this status will be returned

200CC

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

400CC

Finished

Missing Cardcvv

If cvv details is not provided during card payment, then this status will be returned

500CC

Finished

Authentication Rejected By Issuer - Cardholder Not Enrolled In Service

If 3DS authentication is rejected , then this status will be returned

500CC

Finished

3DS declined

if If 3DS is declined while authenticating, then this status will be returned

500CC

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

...