cURL
curl --request GET \ --url https://api.use3p.com/api/transaction \ --header 'Authorization: Bearer <token>'
{ "data": [ { "amount": 123, "created_at": "<string>", "id": "<string>", "meta": { "email": "<string>", "name": "<string>", "others": {}, "phone": "<string>", "product": "<string>", "product_description": "<string>", "redirect_url": "<string>" }, "provider": "flutterwave", "reference": "<string>", "status": "pending", "type": "debit", "updated_at": "<string>" } ], "total": 123 }
List transactions for the authenticated user or API
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Transactions listed successfully
Show child attributes