How does Asaas treat revenue in the account?
At Asaas, the main source of revenue is collections.
Whenever your account receives a payment, a charge is attached to it and the income is added to your statement. The same thing happens for any other income that comes into your account, where Asaas automatically creates charges.
It is important to always be aware of the Billing Webhook and prepare your application to differentiate each charge created.
Subscriptions
Subscription is a feature that creates new charges. When it is a credit card subscription, the charge is paid automatically, if it is a bill subscription, for example, a charge is created and sent to your customer. A field called subscription
with the subscription ID will be added to all charges created from subscriptions.
Payment link
When finalizing a payment link, a charge is also created. When the Link is paid by credit card, the charge is created and paid automatically, the same can happen with Pix. An invoice is generated on the bill to pay according to settings. In these cases, the paymentLink
field will be added to the charge created with the payment link ID.
Static QR Code for Pix
You can create a static QR Code, where your account receives payments via Pix. In these cases a billing will also be created, with the billingType
as PIX
and the pixQrCodeId
field will contain the ID of the static QR Code created.
The charge will be displayed on the statement with the description "Charge created automatically from Pix received".
Transfers
Likewise, transfers received, whether by TED or Pix Key, also automatically generate the creation of a charge, TED transfers receive a description "Charge automatically generated from received TED", while Pix transfers also receive the pixTransaction
field informing the ID of the Pix transaction.
Updated 11 days ago