InternalTransfer
amount objectrequired
The amount of the transfer
The amount of money. Example: 1000.12
Possible values: non-empty and <= 2147483647 characters
The currency of the money. Example: 'USD'
Possible values: non-empty and <= 10 characters
amountWithFee objectrequired
The amount of the transfer including fees
The amount of money. Example: 1000.12
Possible values: non-empty and <= 2147483647 characters
The currency of the money. Example: 'USD'
Possible values: non-empty and <= 10 characters
completedAt object
- null
- string<Instant>
The date and time when the transfer was created. Example: 2021-07-01T12:00:00.000Z
Possible values: <= 2147483647 characters
fromAccount object
- null
- FromAccount
The unique identifier of the transfer. Example: 123e4567-e89b-12d3-a456-426614174000
Possible values: >= 36 characters and <= 36 characters
reference object
The description of the transfer
- null
- string
The status of the transfer. Example: COMPLETED
Possible values: [POSTPONED, PENDING, SUSPENDED, COMPLETED, FAILED]
toAccount objectrequired
Account to deposit
The unique identifier of the Brighty customer. Example: 123e4567-e89b-12d3-a456-426614174000
Possible values: <= 2147483647 characters
The name of the Brighty customer. Example: John Doe
Possible values: <= 2147483647 characters
picture object
- null
- string<URI>
The username of the Brighty customer. Example: john_doe
Possible values: <= 2147483647 characters
totalFee objectrequired
The total fee of the transfer
The amount of money. Example: 1000.12
Possible values: non-empty and <= 2147483647 characters
The currency of the money. Example: 'USD'
Possible values: non-empty and <= 10 characters
Possible values: [Internal]
{
"amount": {
"amount": "string",
"currency": "string"
},
"amountWithFee": {
"amount": "string",
"currency": "string"
},
"completedAt": "null",
"createdAt": "string",
"fromAccount": "null",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"reference": "null",
"status": "POSTPONED",
"toAccount": {
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"picture": "null",
"username": "string"
},
"totalFee": {
"amount": "string",
"currency": "string"
}
}