Skip to main content
POST
/
v1
/
wallets
/
{wallet_id}
/
virtual-accounts
Create a virtual account
curl --request POST \
  --url https://api.monigo.co/v1/wallets/{wallet_id}/virtual-accounts \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "currency": "<string>",
  "provider": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

API key with Bearer prefix (for programmatic/server-to-server access), format: Bearer {api_key}

Path Parameters

wallet_id
string
required

Wallet UUID

Body

application/json

Virtual account details

currency
string
provider
string

Response

Created

The response is of type object.