Create virtual account
POST/baas/virtual-accounts
Create virtual account
Request
- application/json
Body
required
walletId stringrequired
Responses
- 201
- 400
- 403
- 404
Virtual Account created and linked to wallet with success.
- application/json
- Schema
- Example (from schema)
Schema
traceId string
message string
data object
{
"traceId": "string",
"message": "string",
"data": {}
}
Invalid request payload. This can happen if required fields are missing or have invalid formats.
- application/json
- Schema
- Example (from schema)
Schema
traceId string
message string
{
"traceId": "string",
"message": "string"
}
The API key is invalid or the client does not have sufficient permissions.
- application/json
- Schema
- Example (from schema)
Schema
traceId string
message string
{
"traceId": "string",
"message": "string"
}
One of the specified resources was not found. Does not apply for empty result set.
- application/json
- Schema
- Example (from schema)
Schema
traceId string
message string
{
"traceId": "string",
"message": "string"
}
Loading...