---
title: "RTransactionContext"
url: "https://dev.ionova.ai/apis/ars-address-resolution-service-4/versions/fdd2c316-7f84-4f04-8bb7-64e9bf97893b/schemas/RTransactionContext"
---

> Full API specification: https://dev.ionova.ai/apis/ars-address-resolution-service-4/versions/fdd2c316-7f84-4f04-8bb7-64e9bf97893b.md

# RTransactionContext

R-transaction exemption assessment result.

## OpenAPI definition

```yaml
openapi: 3.0.3
info:
  title: ARS — Address Resolution Service
  version: 4.3.1
servers:
  - url: https://api-uat.ionova.ai/ars
    description: UAT (test data only)
components:
  schemas:
    RTransactionContext:
      type: object
      xml:
        name: RTransactionContext
      description: R-transaction exemption assessment result.
      properties:
        exemptionApplicable:
          type: boolean
          nullable: true
          description: TRUE if original predates SR2026 cutover and exemption applies;
            FALSE if postdates; null if originalExecutionDatetime not provided.
        cutoverDatetime:
          type: string
          format: date-time
          description: Always 2026-11-22T02:30:00Z — the SR2026 cutover reference datetime.
          example: 2026-11-22T02:30:00Z
        originalIsPreCutover:
          type: boolean
          description: TRUE if the original payment execution datetime predates the SR2026
            cutover.
```
