Criar Conta Virtual

Criar Conta Virtual

post

Este endpoint permite registrar uma nova conta bancária virtual onde os pagamentos dos clientes serão depositados automaticamente.

scope: virtual-accounts.write

Header parameters
Content-TypestringOptionalExample: application/json
X-API-KeystringRequiredExample: {{API_KEY}}
Body
currencystringRequired
bank_account_idstringRequired
labelstringRequired
Responses
201

Sucesso

application/json
post
POST /banking/v1/virtual-accounts HTTP/1.1
Host: api.aurixpay.ws
X-API-Key: text
Content-Type: application/json
Accept: */*
Content-Length: 97

{
  "currency": "BRL",
  "bank_account_id": "01976540-f21b-72b2-acf0-f0005d032d6f",
  "label": "api teste 1"
}
{
  "merchant_id": "019764e0-4ab4-706a-b399-9c3d541689a3",
  "currency": "BRL",
  "bank_account_id": "01976540-f21b-72b2-acf0-f0005d032d6f",
  "label": "api teste 1",
  "type": "merchant",
  "status": "active",
  "is_default": false,
  "id": "01977a5b-274d-705f-a889-2b03137cb838",
  "updated_at": "2025-06-16T20:08:03.000000Z",
  "created_at": "2025-06-16T20:08:03.000000Z"
}