Passer au contenu 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
}

Autorisations

x-api-key
string
header
requis

Paramètres de chemin

walletId
string
requis
Exemple:

"YOUR_WALLET_ID"

Corps

application/json
assetId
any
requis

asset ID of the stablecoin to withdraw

amount
any
requis

amount to withdraw in asset units

accountIdentifier
string
requis

destination bank account identifier

Exemple:

"8032324141"

currency
string
requis

destination fiat currency code

Exemple:

"NGN"

institutionIdentifier
string
requis

bank or institution identifier code

Exemple:

"OPAYNGPC"

Réponse

200 - application/json

200

data
object
message
string
Exemple:

"Institution account verified successfully"

status
boolean
Exemple:

true