v1
latestOpenAPI 3.0.32026-07-243003151.2 MBServices
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
Example request
{
"accountId": "129244",
"walletTransaction": {
"meta": {
"metaFoo": "metaBar"
}
},
"unredeemAccountTransaction": {
"redeemAccountTransactionId": 469993,
"details": {
"detailsFoo": "detailsBar"
}
},
"location": {
"storeId": "testOutletUnitIncomingIdentifier"
}
}Response
Created