Get user payments
cURL
curl --request GET \ --url https://api-dev.monyfix.tech/users/payments \ --header 'Authorization: Bearer <token>'
200
Example
[ { "id": "<string>", "amount": "<string>", "description": "<string>", "order_id": "<string>", "status": "<string>", "round_id": "<string>" }]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response