Considerations for Redirect methods
Applies to CARD (when using Redirect), CUOTEALO, BANK_TRANSFER and POWERPAY methods.
When an authorization is requested and the transaction.redirect_url field is present in the response, the called party must load the given URL so that the user can continue the payment.
When the user completes the authorization, our orchestrator will take care of a redirection to the URL that was provided in the authorization request. This redirection is in form post format and the following fields will be sent:
Field | Value |
|---|---|
| It will contain a |
| It will contain a signature to validate that the response json is authentic. |
Parámetros del authorization_result
Field | Description | Accepted Value | Type | Madatory |
|---|---|---|---|---|
| Indicates whether the process was successful | Alfanumeric |
| YES |
| Merchant ID | Alfanumeric |
| YES |
| Merchant order number | Numeric greater than or equal to 6 digits |
| YES |
| Object with transaction information |
| YES | |
| Transaction amount | Numeric |
| YES |
| Transaction status |
|
| YES |
| Currency code of the transaction that was authorized | Numeric |
| YES |
| Amount of the transaction that was authorized. The amount must be in cents. | Numeric |
| YES |
| Object containing detailed result of processing. This object may change depending on the payment method. This field is variable and modifiable over time, take it as a reference.
|
|
| NO* |
| Object containing metadata of the executed flow |
|
| YES |
| Object containing the result of the executed flow |
|
| YES |
| Code representing the result of the executed flow | Numeric |
| YES |
| Object that contains the message resulting from the flow. |
|
| YES |
| Language-level locale for the message of the executed stream | Alfanumeric |
| YES |
| Message resulting from the executed flow | Alfanumeric |
| YES |