Pular para o conteúdo principal

WalletEntry

idstring
bucketstring

Possible values: [available, pending, reserved]

amountCentsinteger
typestring
Example: commission
descriptionKeystring
Example: wallet.entry.commission
descriptionParams objectnullable
property name*anynullable
balanceAfterCentsinteger
availableAtstring<date-time>nullable

Quando uma comissão pendente passa a disponível.

createdAtstring<date-time>
invoiceIdstringnullable
payoutIdstringnullable
WalletEntry
{
"id": "string",
"bucket": "available",
"amountCents": 0,
"type": "commission",
"descriptionKey": "wallet.entry.commission",
"descriptionParams": {},
"balanceAfterCents": 0,
"availableAt": "2024-07-29T15:51:28.071Z",
"createdAt": "2024-07-29T15:51:28.071Z",
"invoiceId": "string",
"payoutId": "string"
}