> ## Documentation Index
> Fetch the complete documentation index at: https://docs.monieswitch.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Wallet Transactions



## OpenAPI

````yaml openapi.json get /transaction/wallet
openapi: 3.0.0
info:
  title: Monieswitch API Reference
  version: 1.0.0
  description: ''
servers: []
security:
  - bearerAuth: []
paths:
  /transaction/wallet:
    parameters: []
    get:
      tags:
        - Transactions
      summary: Wallet Transactions
      parameters:
        - name: page
          in: query
          required: false
          example: '1'
          schema:
            type: integer
        - name: size
          in: query
          required: false
          example: '50'
          schema:
            type: integer
        - name: walletId
          in: query
          required: false
          example: 520b2b20-c8ff-4154-94ce-64ae2f2de4e3
          schema:
            type: integer
      responses:
        '200':
          headers:
            Content-Security-Policy:
              schema:
                type: string
              example: >-
                default-src 'self';base-uri 'self';font-src 'self' https:
                data:;form-action 'self';frame-ancestors 'self';img-src 'self'
                data:;object-src 'none';script-src 'self';script-src-attr
                'none';style-src 'self' https:
                'unsafe-inline';upgrade-insecure-requests
            Cross-Origin-Opener-Policy:
              schema:
                type: string
              example: same-origin
            Cross-Origin-Resource-Policy:
              schema:
                type: string
              example: same-origin
            Origin-Agent-Cluster:
              schema:
                type: string
              example: '?1'
            Referrer-Policy:
              schema:
                type: string
              example: no-referrer
            Strict-Transport-Security:
              schema:
                type: string
              example: max-age=15552000; includeSubDomains
            X-Content-Type-Options:
              schema:
                type: string
              example: nosniff
            X-DNS-Prefetch-Control:
              schema:
                type: string
              example: 'off'
            X-Download-Options:
              schema:
                type: string
              example: noopen
            X-Frame-Options:
              schema:
                type: string
              example: SAMEORIGIN
            X-Permitted-Cross-Domain-Policies:
              schema:
                type: string
              example: none
            X-XSS-Protection:
              schema:
                type: integer
              example: '0'
            Access-Control-Allow-Origin:
              schema:
                type: string
              example: '*'
            Access-Control-Allow-Credentials:
              schema:
                type: boolean
              example: 'true'
            Content-Type:
              schema:
                type: string
              example: application/json; charset=utf-8
            Content-Length:
              schema:
                type: integer
              example: '659'
            ETag:
              schema:
                type: string
              example: W/"293-u5Ow+s1xlcu/LkfiBcbJsVLJTl8"
            Vary:
              schema:
                type: string
              example: Accept-Encoding
            Date:
              schema:
                type: string
              example: Mon, 01 Jul 2024 08:01:40 GMT
            Connection:
              schema:
                type: string
              example: keep-alive
            Keep-Alive:
              schema:
                type: string
              example: timeout=5
          description: Wallet Transactions - Success
          content:
            application/json:
              schema:
                type: object
                properties:
                  status:
                    type: boolean
                  message:
                    type: string
                  data:
                    type: object
                    properties:
                      size:
                        type: integer
                      page:
                        type: integer
                      totalRecords:
                        type: integer
                      totalPages:
                        type: integer
                      totalDebitAmount:
                        type: integer
                      totalCreditAmount:
                        type: integer
                      totalTransactionValue:
                        type: integer
                      totalTransactionVolume:
                        type: integer
                      transactions:
                        type: array
                        items:
                          type: object
                          properties:
                            id:
                              type: string
                            type:
                              type: string
                            status:
                              type: string
                            charges:
                              type: integer
                            reference:
                              type: string
                            category:
                              type: string
                            amount:
                              type: integer
                            sessionId:
                              type: string
                              format: utc-millisec
                            description:
                              type: string
                            settledAmount:
                              type: integer
                            createdAt:
                              type: string
                              format: date-time
                            originatorBankCode:
                              type: string
                              format: color
                            originatorBankName:
                              type: string
                            beneficiaryBankCode:
                              type: string
                              format: color
                            beneficiaryBankName:
                              type: string
                            originatorAccountName:
                              type: string
                            beneficiaryAccountName:
                              type: string
                            originatorAccountNumber:
                              type: string
                              format: utc-millisec
                            beneficiaryAccountNumber:
                              type: string
                              format: utc-millisec
              example:
                status: true
                message: Operation is successful
                data:
                  size: 50
                  page: 1
                  totalRecords: 5
                  totalPages: 1
                  totalDebitAmount: 4140
                  totalCreditAmount: 25000
                  totalTransactionValue: 29140
                  totalTransactionVolume: 5
                  transactions:
                    - id: 38dbc51c-883b-47df-832b-cb55d20f905d
                      type: DEBIT
                      status: SUCCESS
                      charges: 10
                      reference: YWQzqeS3uhJW3X1u77m92UpV6qKIJiSnSBwD
                      category: BANK_TRANSFER
                      amount: 1500
                      sessionId: '999270240830025526133060132300'
                      description: ₦1,500.00 transferred to SIMI MICHELLE
                      settledAmount: 1510
                      createdAt: '2024-08-30T01:55:25.414Z'
                      originatorBankCode: '999270'
                      originatorBankName: Xpress Wallet
                      beneficiaryBankCode: '000014'
                      beneficiaryBankName: ACCESS BANK
                      originatorAccountName: Kazeem Folorunsho
                      beneficiaryAccountName: SIMI MICHELLE
                      originatorAccountNumber: '4473366072'
                      beneficiaryAccountNumber: '0055443344'
                    - id: 382f7cd3-049a-4440-9d1f-5f1d80260c42
                      type: DEBIT
                      status: SUCCESS
                      charges: 0
                      reference: wdOgavf2YFe8rMBt38wXicZhceUrvcoVqX6N
                      category: MERCHANT_DEBIT
                      amount: 640
                      sessionId: null
                      description: ₦640.00 transfer to the merchant
                      settledAmount: 640
                      createdAt: '2024-08-30T01:53:13.450Z'
                      narration: Testing debit
                      originatorBankCode: '999270'
                      originatorBankName: Xpress Wallet
                      beneficiaryBankCode: '999270'
                      beneficiaryBankName: Xpress Wallet
                      originatorAccountName: Kazeem Folorunsho
                      beneficiaryAccountName: Nwoko
                      originatorAccountNumber: '4473366072'
                      beneficiaryAccountNumber: '4439862547'
                    - id: 286d4b1c-a2ee-4b7f-a406-eeb0843693b0
                      type: CREDIT
                      status: SUCCESS
                      charges: 0
                      reference: 0p4SIgQtyWU317fUT3aqSpjvHQ7TCegDRMjK
                      category: MERCHANT_CREDIT
                      amount: 5000
                      sessionId: null
                      description: ₦5,000.00 received from the merchant
                      settledAmount: 5000
                      createdAt: '2024-08-30T01:50:34.425Z'
                      narration: Testing credit wallet
                      originatorBankCode: '999270'
                      originatorBankName: Xpress Wallet
                      beneficiaryBankCode: '999270'
                      beneficiaryBankName: Xpress Wallet
                      originatorAccountName: Nwoko
                      beneficiaryAccountName: Kazeem Folorunsho
                      originatorAccountNumber: '4439862547'
                      beneficiaryAccountNumber: '4473366072'
                    - id: ef36d86d-ebe8-41d3-836f-c27d8a205927
                      type: DEBIT
                      status: SUCCESS
                      charges: 10
                      reference: 2xsYE8FU828nJiALcYgMRAFgamG60BMTBJG2
                      category: BANK_TRANSFER
                      amount: 2000
                      sessionId: '999270240827235625100764951531'
                      description: ₦2,000.00 transferred to SIMI MICHELLE
                      settledAmount: 2010
                      createdAt: '2024-08-27T22:56:24.321Z'
                      originatorBankCode: '999270'
                      originatorBankName: Xpress Wallet
                      beneficiaryBankCode: '090267'
                      beneficiaryBankName: KUDA MICROFINANCE BANK
                      originatorAccountName: Kazeem Folorunsho
                      beneficiaryAccountName: SIMI MICHELLE
                      originatorAccountNumber: '4473366072'
                      beneficiaryAccountNumber: '2394934332'
                    - id: 97894f63-a616-4272-a1a6-478c5f4aa583
                      type: CREDIT
                      status: SUCCESS
                      charges: 350
                      reference: dhUfb1IwCX15kaYmkh1zcwBePXaaSDCndX2e
                      category: BANK_FUNDING
                      amount: 20000
                      sessionId: '999270240827234323757461135918'
                      description: ₦20,000.00 received from Emmanuel
                      settledAmount: 19650
                      createdAt: '2024-08-27T22:43:24.154Z'
                      paidAt: '2024-08-27T22:43:23.132Z'
                      userId: 6e7b8096-bf89-496a-badd-1ed5acf17280
                      narration: Customer account funding
                      walletType: STATIC
                      channelCode: '2'
                      originatorBankCode: '999270'
                      originatorBankName: JUJU Test Bank
                      beneficiaryBankCode: '999270'
                      beneficiaryBankName: XpressWallet
                      transactionReference: dhUfb1IwCX15kaYmkh1zcwBePXaaSDCndX2e
                      originatorAccountName: Emmanuel
                      beneficiaryAccountName: Kazeem Folorunsho
                      originatorAccountNumber: '0167421242'
                      beneficiaryAccountNumber: '4473366072'
                      originatorBankVerificationNumber: ''
                      beneficiaryBankVerificationNumber: ''
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer
      bearerFormat: JWT

````