WalletEntry
idstring
bucketstring
Possible values: [available, pending, reserved]
amountCentsinteger
typestring
Example:
commissiondescriptionKeystring
Example:
wallet.entry.commissiondescriptionParams objectnullable
property name*anynullable
balanceAfterCentsinteger
availableAtstring<date-time>nullable
Cuándo una comisión pendiente pasa a disponible.
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"
}