Skip to main content
The authorization service response applies to both channels:
  • Ecommerce
  • POS
This structure identifies whether the request was processed, the result returned by the card brand, traceability identifiers, and the operation’s internal status.

HTTP response headers

Service HTTP responses must include the following security headers:
Configure these headers on the server, API gateway, CDN, or reverse proxy that returns the response. frame-ancestors * allows any origin to frame the page and may conflict with X-Frame-Options: SAMEORIGIN. Validate this combination with your security team before using it in production.

Successful response

The main HTTP response contains the security headers and the operation’s JSON body:

Field descriptions

Interpret a successful response

An authorization is considered approved when the main response fields contain these values:

Traceability identifiers

Use the following fields for transaction tracking, queries, reconciliation, operational support, and card-brand validation.

processor_response object

The processor_response object contains the response received from the processor or card brand.

meta.status object

The meta.status object contains the operation’s internal status in the system.

meta.metrics object

The meta.metrics object contains operation processing-time information.

Considerations

  • success indicates whether the service processed the request.
  • For an approved operation, validate both the card-brand response code and the internal operation status.
  • Store tk_transaction_identifier for future queries.
  • retrieval_reference_code and system_trace_audit are relevant for operational traceability.
  • Use authorization_identification_response as the operation’s authorization code.
  • date_settlement identifies the estimated settlement date.
  • Use meta.metrics timing data for monitoring, support, and performance analysis.

Authorization channels

Ecommerce

View the Ecommerce authorization message.

POS

View the POS authorization message.