Withdraw

Withdraw fiat

Withdraw funds to a bank account

post/withdraw

Request body

amountnumber
currency'NGN' | 'KES' | 'BTC' | 'USD' string
bankAccountNumberstring string
walletIdstring string

Example request

{
  "amount": 1000,
  "bankAccountNumber": "0123456789",
  "walletId": "d1614a76-9c7f-4111-98a7-43199f307e5b"
}

Response

Withdraw response

statusstring string

Example response

{
  "status": "success",
  "data": {
    "id": "d1614a76-9c7f-4111-98a7-43199f307e5b",
    "walletId": "d1614a76-9c7f-4111-98a7-43199f307e5b",
    "ref": "99eeff854ffd345fffs67890",
    "hash": "189727ef2e0f35921af7858b96e27cbad960b0ec2bb2a4ab73b6a231f9ce8727",
    "amount": 1000,
    "autopayout": true,
    "createdAt": "2021-07-01T12:00:00Z",
    "updatedAt": "2021-07-01T12:00:00Z",
    "transactionMetadata": {
      "id": "d1614a76-9c7f-4111-98a7-43199f307e5b",
      "orderId": "99854-2345",
      "bankCode": "090267",
      "bankAccountName": "Satoshi Nakamoto",
      "bankAccountNumber": "0123456789",
      "createdAt": "2021-07-01T12:00:00Z",
      "updatedAt": "2021-07-01T12:00:00Z"
    }
  }
}

Changes