This endpoint retrieves the list of transfers that the agent account received in the Ubupay platform. This list will help searching for the transaction that is beeing completed by the agent before changing its status.
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Responses
🟢200Success
application/json
Body
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/agent/transactions' \
--header'Authorization: Bearer <token>'