Bamboo Invest · Schema

Withdraw status

Withdraw status

InvestmentsStocksFractional SharesAfricaNigeriaPortfolio-ManagementBrokerageFintech

Properties

Name Type Description
status string Withdraw status
reference string Withdraw reference
currency string Withdraw currency
amount number Withdraw amount
View JSON Schema on GitHub

JSON Schema

withdrawstatusresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.investbamboo.com/schemas/WithdrawStatusResponse",
  "title": "Withdraw status",
  "type": "object",
  "properties": {
    "status": {
      "type": "string",
      "description": "Withdraw status",
      "example": "pending"
    },
    "reference": {
      "type": "string",
      "description": "Withdraw reference",
      "example": "INVKPxiJVc40BNaQBH"
    },
    "currency": {
      "type": "string",
      "description": "Withdraw currency",
      "example": "NGN"
    },
    "amount": {
      "type": "number",
      "description": "Withdraw amount",
      "example": 13400
    }
  },
  "description": "Withdraw status"
}