Skip to main content
PATCH
https://api-dev-embedded.embedly.ng
/
embedded
/
api
/
v1
/
wallets
/
org
/
business
/
virtual-wallet
/
freeze
freeze a virtual wallets
curl --request PATCH \
  --url https://api-dev-embedded.embedly.ng/embedded/api/v1/wallets/org/business/virtual-wallet/freeze \
  --header 'Content-Type: application/json' \
  --data '
{
  "orgId": "<string>",
  "businessId": "<string>",
  "walletId": "<string>",
  "reason": "<string>"
}
'
{
 {
  "data": {
    "statusCode": 200,
    "status": "success",
    "message": "Freezing of Org Business Virtual Wallet is successful"
  },
}
Response headers
}

freeze a virtual wallet

orgId
string
required
Example: “3fa85f64-5717-4562-b3fc-2c963f66afa6”
businessId
string
required
Example: “3fa85f64-5717-4562-b3fc-2c963f66afa6”
walletId
string
required
Example: “3fa85f64-5717-4562-b3fc-2c963f66afa6”
reason
string
required
Example: “For further checks”
{
 {
  "data": {
    "statusCode": 200,
    "status": "success",
    "message": "Freezing of Org Business Virtual Wallet is successful"
  },
}
Response headers
}