Upgrade to Virtual Account

Convert a standard fiat wallet into a Virtual Bank Account, so your organization can receive inbound bank transfers directly into the NadaPay ledger.

Request

curl --request POST \
  --url $baseUrl/organizations/upgrade-virtual-account \
  --header 'x-api-key: YOUR_API_KEY' \
  --header 'Content-Type: application/json' \
  --header 'x-idempotency-key: YOUR_UNIQUE_UUID' \
  --data '{
    "currency": "USD"
  }'
FieldTypeRequiredDescription
currencystringYesCurrency of the fiat wallet to upgrade

Response

Returns the provisioned virtual account details — account number and bank name.

When to use this

Use this once, per currency, when you want that wallet to be able to receive direct bank transfers instead of relying only on Get Deposit Instructions for one-off funding.

Call this next



Did this page help you?