Skip to main content
API - Transactions Status
Ahiezer Domínguez avatar
Written by Ahiezer Domínguez
Updated over a week ago

In all transactions through the API we must verify in the response the information of the Status and operationType variables to know if our transaction is approved and its type to decide which is the next process that corresponds.

Parameter

Description

Status

Status

Indicates whether the transaction was processed successfully or not.

1 = Approved

0 = Declined

authStatus

Refers to the VISA / MasterCard declined or approved code is the code sent by the card processing network in response to a transaction.

00 = Approved

messageSys

It is the message issued by a card's processing network on both approved and declined transactions.

operationType

The transaction types are: AUTH (Pre-Authorization), CAPTURE (Capture), AUTH_CAPTURE (Exit, Authorization and Capture), 3DS (Transaction Validation). More info.

Transactions through VISA / MASTERCARD Payment Methods

Transaction Type

Description

Status

AUTH_CAPTURE

Allows to authorize and withdraw funds from the user account.

1 = Approved

0 = Declined

AUTH

Allows to authorize funds from the user's account.

1 = Approved

0 = Declined

CAPTURE

Allows you to withdraw funds from the user's account.

1 = Approved

0 = Declined

Clave Payment Method Transactions

Transaction Type

Description

Status

3DS

It only represents the request of the transaction to the Provider; it is only the provider authorizing the use of the service.

1 = Approved

0 = Declined

AUTH_CAPTURE

Allows to authorize and withdraw funds from the user's account.

1 = Approved

0 = Declined

Transactions through Nequi Payment Methods are received by

Transaction Type

Description

Status

AUTH_CAPTURE

Allows to authorize and withdraw funds from the user's account.

1 = Approved

0 = Declined

Did this answer your question?