You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Maybuy was contributed to; completed; and the funds removed
Total transactions made: 5 (4 contributions and 1 transfer out)
The Maybuy was deleted
A new 2Up Saver was created
A single transaction was made on the new Saver
Now, when viewing this Saver on the mobile app, all is as expected, i.e. a single transaction can be seen.
However, when fetching transactions for this Saver via the /accounts/:id/transactions endpoint, a total of 6 transactions can be seen. These include the single transaction that I made on the Saver (all I am expected to see), as well as the 5 transactions that were made on the since-deleted Maybuy (and made before the Saver even existed).
In the response, all of these transactions share the same relationships.account.data.id value, that being the data.id of the new Saver account.
Edit: I have also since discovered that the data.attributes.createdAt value of the new 2Up Saver is dated before I created it.
To summarize:
01/05: The reported date that the 2Up Saver was created
I suspected that this is actually the date that the Maybuy was created
05/06 - 17/06: Dates of Maybuy transactions
26/08: The actual date that the 2Up Saver was created
26/08: 2Up Saver transaction was made
Transaction/s
Visible on 2Up Saver account page
Visible on 2Up Saver transactions response
2Up Saver
Yes (Expected: Yes)
Yes (Expected: Yes)
Maybuy
No (Expected: No)
Yes (Expected: No)
The text was updated successfully, but these errors were encountered:
Sequence of events:
Now, when viewing this Saver on the mobile app, all is as expected, i.e. a single transaction can be seen.
However, when fetching transactions for this Saver via the
/accounts/:id/transactions
endpoint, a total of 6 transactions can be seen. These include the single transaction that I made on the Saver (all I am expected to see), as well as the 5 transactions that were made on the since-deleted Maybuy (and made before the Saver even existed).In the response, all of these transactions share the same
relationships.account.data.id
value, that being thedata.id
of the new Saver account.Edit: I have also since discovered that the
data.attributes.createdAt
value of the new 2Up Saver is dated before I created it.To summarize:
The text was updated successfully, but these errors were encountered: