Ubupay Documentation
  1. Transactions
Ubupay Documentation
  • Overview
    • Introduction
    • Getting started
  • Agent API Documentation
    • Introduction
    • Authentication
      • Agent authentication
      • OTP Request
      • OTP Verification
      • Password reset
    • Profile management
      • Create agent business profile
      • Update agent business profile
      • Retrieve agent business profile
      • Agent profile
    • Transactions
      • Transfers list
        GET
      • Transactions status amount
        GET
      • Transactions status count
        GET
      • Update transaction status
        PATCH
  1. Transactions

Transfers list

GET
/agent/transactions
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 Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/agent/transactions'
Response Response Example
{}

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************

Responses

🟢200Success
application/json
Body
object {0}
Previous
Agent profile
Next
Transactions status amount
Built with