Transaction History
Users must be able to access their complete Ratio user account transaction history from within your application.
Use the following endpoint to retrieve a paginated list of transaction activity for the user account
get
https://api.ratio.me
/v1/users/{userId}/activity
This returns a paginated response of Activity items
Note: This endpoint returns all transaction activity on the user account, regardless of whether the transaction was initiated by your clientID
Refer to the UI Requirements for the transaction data and customer notices that must be presented to the user when viewing individual transaction records.
get
https://api.ratio.me
/v1/users/{userId}/activity/{activityId}
This returns an Activity item
Last modified 18d ago