How to change virtual account status.
Issue Virtual Account Number to Wallet
/issuing/bankaccounts
ResponseBody
{
"status": {
"error_code": "",
"status": "SUCCESS",
"message": "",
"response_code": "",
"operation_id": "0ee08776-eef6-44a4-b43a-9dc21c723e11"
},
"data": {
"id": "issuing_95f9e500484e6e89dd0ce6047b7d45de",
"merchant_reference_id": "5rtfgk8970dfbm",
"ewallet": "ewallet_1d8413dc762e91b677fb5e0bac1f2940",
"bank_account": {
"iban": "SK5933384660426474792182"
},
"metadata": {
"merchant_defined": true
},
"**status**": "**ACT**",
"description": "Issue virtual account number to wallet",
"funding_instructions": null,
"currency": "EUR",
"transactions": []
}
}
Is there a way to make the account status inactive?
How to make other status…?