| Name |
Type |
Description |
Notes |
| debited_funds |
Money |
Information about the funds that are being debited |
[optional] |
| credited_funds |
Money |
Details about the funds that are being credited (DebitedFunds – Fees = CreditedFunds) |
[optional] |
| fees |
Money |
Information about the fees that were taken by the client for this transaction (and were hence transferred to the Client's platform wallet) |
[optional] |
| debited_wallet_id |
str |
The ID of the wallet that was debited |
[optional] |
| credited_wallet_id |
str |
The ID of the wallet where money will be credited |
[optional] |
| author_id |
str |
A user's ID |
[optional] |
| credited_user_id |
str |
The user ID who was credited |
[optional] |
| nature |
str |
The nature of the transaction |
[optional] |
| status |
str |
The status of the transaction |
[optional] |
| execution_date |
int |
When the transaction happened |
[optional] |
| result_code |
str |
The result code |
[optional] |
| result_message |
str |
A verbal explanation of the ResultCode |
[optional] |
| type |
str |
The type of the transaction |
[optional] |
| initial_transaction_id |
str |
The initial transaction ID |
[optional] |
| initial_transaction_type |
str |
The initial transaction type |
[optional] |
| refund_reason |
RefundReason |
Contains info about the reason for refund |
[optional] |
| provider |
RefundRedsysData |
Redsys related data |
[optional] |
| id |
str |
The item's ID |
[optional] |
| creation_date |
int |
When the item was created |
[optional] |
| tag |
str |
Custom data that you can add to this item |
[optional] |
[Back to Model list] [Back to API list] [Back to README]