Loading...

Create VIBAN for Account

POST
/accounts/{accountId}/virtual-accounts/vibans

Authorization

apiBearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

accountId*string

Id of Virtual account

Formatuuid

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/accounts/94c01e1e-533e-41d5-ab70-ac163d6099f5/virtual-accounts/vibans" \  -H "Content-Type: application/json" \  -d '{    "name": "string"  }'
[  {    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",    "name": "string"  }]