Withdraw status
{ "$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" }