Vitorio Payments API (0.0.1)

Download OpenAPI specification:

Public API for Vitorio payments.

OptIn

Create Opt-In

Authorizations:
Vitorio API Key
Request Body schema: application/json
required
taxId
required
string

CPF ou CNPJ - apenas números: 11 dígitos para CPF, 14 dígitos para CNPJ

name
required
string

Nome da pessoa ou empresa

externalId
string

Seu identificador único do cliente

phone
string

Telefone do cliente

required
object

Endereço do cliente

Responses

Request samples

Content type
application/json
Example

Exemplo de opt-in usando CNPJ com campos obrigatórios

{
  • "taxId": "12345678000199",
  • "name": "Empresa LTDA",
  • "address": {
    }
}

Response samples

Content type
application/json
{ }

Payment

Upsert Payment

Upsert a payment from an Asaas webhook

Authorizations:
Vitorio API Key
Request Body schema: application/json
required
taxId
required
string

Tax ID of the customer (CPF: 11 digits, CNPJ: 14 digits)

required
object

The Asaas webhook payload

Responses

Request samples

Content type
application/json
Example

Example of upserting a boleto payment from an Asaas PAYMENT_CREATED webhook

{}

Response samples

Content type
application/json
Example
{ }