curl -X GET https://api.swervpay.co/api/v1/collections/{id}/transactions \ -H "Authorization: Bearer <TOKEN>" \ -H "Content-Type: application/json"
[ { "amount": 123, "charges": 123, "created_at": "2023-11-07T05:31:56Z", "currency": "<string>", "id": "<string>", "payment_method": "<string>", "reference": "<string>", "updated_at": "2023-11-07T05:31:56Z" } ]
List all collection transactions
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
The response is of type object[].
object[]
Was this page helpful?