FavoriteTransferResponse
Response containing favorite transfer details
idinteger<int64>
Favorite ID
Example:
1debitAccountstring
Account to be debited
Example:
FR7612345678901234567890123beneficiaryAccountstring
Beneficiary account number
Example:
FR7698765432109876543210987amountnumber
Transfer amount
Example:
9100.5amountFormattedstring
Transfer amount formatted
Example:
9 100 , 50labelstring
Transfer description
Example:
Monthly paymentaliasstring
Custom alias
Example:
My Monthly Transferstatusstring
Favorite status
Possible values: [ACTIVE, DELETED]
Example:
ACTIVEcreatedAtstring<date-time>
Creation date
updatedAtstring<date-time>
Last modification date
FavoriteTransferResponse
{
"id": 1,
"debitAccount": "FR7612345678901234567890123",
"beneficiaryAccount": "FR7698765432109876543210987",
"amount": 9100.5,
"amountFormatted": "9 100 , 50",
"label": "Monthly payment",
"alias": "My Monthly Transfer",
"status": "ACTIVE",
"createdAt": "2024-07-29T15:51:28.071Z",
"updatedAt": "2024-07-29T15:51:28.071Z"
}