v1

latestOpenAPI 3.0.32026-07-243003151.2 MB
Services

Unredeem Wallet Account and Create Wallet Transaction

This API method allows the calling application to Unredeem previously redeemed EES AIR Account, Create an Account Transaction (of type UNREDEEM) and create a UNREDEEM Wallet Transaction

post/services/wallet/{walletId}/transaction/unredeem

Path parameters

walletIdstring string required

EES AIR Wallet ID

Request body

accountIdstring string required

EES AIR Account ID

Example request

{
  "accountId": "129244",
  "walletTransaction": {
    "meta": {
      "metaFoo": "metaBar"
    }
  },
  "unredeemAccountTransaction": {
    "redeemAccountTransactionId": 469993,
    "details": {
      "detailsFoo": "detailsBar"
    }
  },
  "location": {
    "storeId": "testOutletUnitIncomingIdentifier"
  }
}

Response

Created

walletTransactionIdstring

Wallet Transaction ID

parentWalletTransactionIdstring

Parent Wallet Transaction ID

walletIdstring

Wallet ID

referencestring

Calling party's reference to this transaction

transactionDateTimestring

Calling party's Transaction Date Time

identityIdstring

Wallet Identity ID used for this transaction.

typestring

Wallet Transaction Type

status'ACTIVE' | 'SETTLED' | 'EXPIRED' | 'CANCELLED' | 'DELETED' | 'PURGED'

Wallet Transaction status

statestring

Wallet Transaction state

expiryDatestring

Wallet Transaction Expiry Timestamp (date-time), when transaction should expiry and automatically be settled.

channelstring

Channel used for Transaction creation or update

dateCreatedstring

Date this Wallet Transaction was created

lastUpdatedstring

Date this Wallet Transaction was last updated