v1

latestOpenAPI 3.0.32026-07-26184851.6 MB
Withdraw Fiat

Verify Institution Account

Verify Institution Account

post/v1/wallets/{walletId}/withdraw/fiat/institution-account-verification

Request body

{"stackTrail":"paths:/v1/wallets/{walletId}/withdraw/fiat/institution-account-verification:post:requestBody:content:application/json:schema:properties:assetId","oasType":"schema","type":"unknown","description":"asset ID of the stablecoin to withdraw"}
{"stackTrail":"paths:/v1/wallets/{walletId}/withdraw/fiat/institution-account-verification:post:requestBody:content:application/json:schema:properties:amount","oasType":"schema","type":"unknown","description":"amount to withdraw in asset units"}
accountIdentifierstring required

destination bank account identifier

currencystring required

destination fiat currency code

institutionIdentifierstring required

bank or institution identifier code

Example request

{
  "accountIdentifier": "8032324141",
  "currency": "NGN",
  "institutionIdentifier": "OPAYNGPC"
}

Response

200

messagestring
statusboolean

Example response

{
  "data": {
    "accountName": "JOHN DOE"
  },
  "message": "Institution account verified successfully",
  "status": true
}