v1
latestOpenAPI 3.0.32026-07-243003151.2 MBAccounts
Block Wallet Account
This API method allows the calling application to block a specified Wallet Account. Currently available for STANDARD_SUBSCRIPTION, ECOUPON, VOUCHER, DEBIT and PLASTIC accounts. Please note: a) this operation will also suspend Children Accounts of requested Wallet Account (if applicable) and create one or more Wallet Account Transactions. b) Only Account(s) with status=ACTIVE could be blocked
patch/wallet/{walletId}/account/{accountId}/block
Path parameters
walletIdstring string required
EES AIR Wallet ID
accountIdstring string required
EES AIR Wallet Account ID
Request body
Example request
{
"details": {
"details": {
"key1": "Value1",
"key2": "AnotherValue"
}
}
}Response
OK
Example response
{
"dateCreated": "2017-01-17T13:20:48+00:00",
"lastUpdated": "2017-01-17T13:20:48+00:00",
"children": [
{
"dateCreated": "2017-01-17T13:20:48+00:00",
"lastUpdated": "2017-01-17T13:20:48+00:00"
}
],
"rewardAccounts": [
{
"dateCreated": "2017-01-17T13:20:48+00:00",
"lastUpdated": "2017-01-17T13:20:48+00:00"
}
]
}