Saltar para o conteúdo principal
POST
/
v1
/
wallets
/
{walletId}
/
withdraw
/
fiat
/
institution-account-verification
Verify Institution Account
curl --request POST \
  --url https://api.blockradar.co/v1/wallets/{walletId}/withdraw/fiat/institution-account-verification \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "accountIdentifier": "8032324141",
  "currency": "NGN",
  "institutionIdentifier": "OPAYNGPC"
}
'
{
  "data": {
    "accountName": "JOHN DOE"
  },
  "message": "Institution account verified successfully",
  "status": true
}

Autorizações

x-api-key
string
header
obrigatório

Parâmetros de caminho

walletId
string
obrigatório
Exemplo:

"YOUR_WALLET_ID"

Corpo

application/json
assetId
any
obrigatório

asset ID of the stablecoin to withdraw

amount
any
obrigatório

amount to withdraw in asset units

accountIdentifier
string
obrigatório

destination bank account identifier

Exemplo:

"8032324141"

currency
string
obrigatório

destination fiat currency code

Exemplo:

"NGN"

institutionIdentifier
string
obrigatório

bank or institution identifier code

Exemplo:

"OPAYNGPC"

Resposta

200 - application/json

200

data
object
message
string
Exemplo:

"Institution account verified successfully"

status
boolean
Exemplo:

true