The Transaction object

Description

A Transaction represents any kind of money movement to and/or from a wallet (pay-ins, payouts, transfers) in the Mangopay ecosystem.

Note – Transaction data retained for 13 months

The API retains all transaction objects for 13 months from CreationDate. This applies to lists of transactions as well as An API call to retrieve an individual pay-in, transfer, conversion, or payout by its Id.

For more information, see the Data availability periods article.

Attributes

IdstringOptional
TagstringOptional
CreationDateintegerOptional
AuthorIdstringOptional
The unique identifier of the user at the source of the transaction.
CreditedUserIdstringOptional
DebitedFundsobjectOptional
Information about the debited funds.
CreditedFundsobjectOptional
FeesobjectOptional
StatusstringOptional
ResultCodestringOptional
ResultMessagestringOptional
The explanation of the result code.
ExecutionDateintegerOptional
TypestringOptional
NaturestringOptional
CreditedWalletIdstringOptional
The unique identifier of the credited wallet.
DebitedWalletIdstringOptional
The unique identifier of the debited wallet.