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

# Get Bulk Tokenized Transactions

> Fetch a bulk tokenized charge



## OpenAPI

````yaml get /bulk-tokenized-charges/{bulk_id}/transactions
openapi: 3.0.0
info:
  title: Flutterwave v3
  description: >-
    The Flutterwave for Business(F4B) APIs collection for all v3 endpoints with
    pre-formatted requests and response examples.
  contact: {}
  version: '1.0'
servers:
  - url: https://api.flutterwave.com/v3
    variables: {}
security:
  - bearer: []
tags:
  - name: Charges
    description: >-
      The charge APIs includes several payment collection methods to help you
      collect payments.
  - name: Tokenized Charges
    description: Tokenize your customers' cards with Flutterwave for faster payments
  - name: Preauthorization
    description: Manage preauth attemps on card transactions
  - name: Transactions
    description: Manage transactions, query statuses, logs and fees
  - name: Transfers
    description: Transfers to local and international customers
  - name: Beneficiaries
    description: Manage transfer beneficiaries
  - name: Virtual Cards
    description: Manage Flutterwave virtual cards
  - name: Virtual Account Numbers
    description: Manage virtual accounts
  - name: Collection Subaccounts
    description: Manage Collection Subaccounts
  - name: Payout Subaccounts
    description: Manage Payout Subaccounts
  - name: Subscriptions
    description: Manage user subscriptions
  - name: Payment Plans
    description: Manage Payment Plans
  - name: Bill Payments
    description: Manage Bill Payments
  - name: Banks
    description: Fetch Bank Information
  - name: Misc
    description: >-
      Verify user information like bank verification numbers, card bins, account
      information
  - name: Settlements
    description: Manage your settlements
  - name: Otps
    description: Create and manage one time passwords (OTPs) for your applications
  - name: Chargebacks
    description: Manage Chargebacks
paths:
  /bulk-tokenized-charges/{bulk_id}/transactions:
    get:
      tags:
        - Tokenized Charges
      summary: Get Bulk Tokenized Transactions
      description: Fetch a bulk tokenized charge
      operationId: GetBulkTokenizedTransactions
      parameters:
        - name: bulk_id
          in: path
          description: ''
          required: true
          style: simple
          schema:
            type: string
      responses:
        '200':
          description: OK
          headers:
            X-Powered-By:
              content:
                text/plain:
                  schema:
                    type: string
                  example: Express
            Access-Control-Allow-Origin:
              content:
                text/plain:
                  schema:
                    type: string
                  example: '*'
            Access-Control-Allow-Headers:
              content:
                text/plain:
                  schema:
                    type: string
                  example: >-
                    Origin, X-Requested-With, Content-Type, Accept,
                    Authorization, v3-xapp-id, flw-auth-token, mra-auth-token,
                    alt_mode_auth
            Access-Control-Allow-Methods:
              content:
                text/plain:
                  schema:
                    type: string
                  example: PUT, POST, GET, DELETE, OPTIONS
            Content-Length:
              content:
                text/plain:
                  schema:
                    type: string
                  example: '4485'
            ETag:
              content:
                text/plain:
                  schema:
                    type: string
                  example: W/"1185-xEAl/PyUpqyc4y3MsWkoGw"
            Date:
              content:
                text/plain:
                  schema:
                    type: string
                  example: Wed, 11 Mar 2020 19:33:59 GMT
            Connection:
              content:
                text/plain:
                  schema:
                    type: string
                  example: keep-alive
          content:
            application/json; charset=utf-8:
              schema:
                allOf:
                  - $ref: '#/components/schemas/SampleSuccessResponse2'
                  - example:
                      status: success
                      message: Bulk charge transactions fetched
                      data:
                        - tx_ref: akhlm-pstmn-blkchrg-xx6
                          id: '1017000'
                          flw_ref: FLW-M03K-7544dc8d157ca763bbcf864a24906f93
                          device_fingerprint: N/A
                          amount: 3500
                          currency: NGN
                          charged_amount: 3549
                          app_fee: 49
                          merchant_fee: 0
                          processor_response: Approved
                          auth_model: noauth
                          ip: pstmn
                          narration: Kizito Akhilome
                          status: successful
                          payment_type: card
                          created_at: '2020-01-19T21:46:29.000Z'
                          account_id: '73362'
                          amount_settled: 3450
                          card:
                            expiry: 09/22
                            type: MASTERCARD
                            country: NIGERIA NG
                            issuer: MASTERCARD  CREDIT
                            first_6digits: '553188'
                            last_4digits: '2950'
                          customer:
                            id: '252759'
                            email: user@example.com
                            phone_number: 0813XXXXXXX
                            name: Kizito Akhilome
                            created_at: '2020-01-15T13:26:24.000Z'
                        - tx_ref: akhlm-pstmn-blkchrg-xx6
                          id: '1017004'
                          flw_ref: FLW-M03K-4aa1f32bbc80a7cf9e42426e9b2d73eb
                          device_fingerprint: N/A
                          amount: 3500
                          currency: NGN
                          charged_amount: 3549
                          app_fee: 49
                          merchant_fee: 0
                          processor_response: Approved
                          auth_model: noauth
                          ip: pstmn
                          narration: Kizito Akhilome
                          status: successful
                          payment_type: card
                          created_at: '2020-01-19T21:49:29.000Z'
                          account_id: '73362'
                          amount_settled: 3450
                          card:
                            expiry: 09/22
                            type: MASTERCARD
                            country: NIGERIA NG
                            issuer: MASTERCARD  CREDIT
                            first_6digits: '553188'
                            last_4digits: '2950'
                          customer:
                            id: '252759'
                            email: user@example.com
                            phone_number: 0813XXXXXXX
                            name: Kizito Akhilome
                            created_at: '2020-01-15T13:26:24.000Z'
                        - tx_ref: akhlm-pstmn-blkchrg-xx6
                          id: '1163067'
                          flw_ref: FLW-M03K-9d02da3020c67ac05ade7b596881d59f
                          device_fingerprint: N/A
                          amount: 3500
                          currency: NGN
                          charged_amount: 3500
                          app_fee: 1050
                          merchant_fee: 0
                          processor_response: Approved
                          auth_model: noauth
                          ip: pstmn
                          narration: Kizito Akhilome
                          status: successful
                          payment_type: card
                          created_at: '2020-03-11T19:22:06.000Z'
                          account_id: '73362'
                          amount_settled: 2450
                          card:
                            expiry: 09/22
                            type: MASTERCARD
                            country: NIGERIA NG
                            issuer: MASTERCARD  CREDIT
                            first_6digits: '553188'
                            last_4digits: '2950'
                          customer:
                            id: '252759'
                            email: user@example.com
                            phone_number: 0813XXXXXXX
                            name: Kendrick Graham
                            created_at: '2020-01-15T13:26:24.000Z'
                        - tx_ref: akhlm-pstmn-blkchrge-xx6
                          id: '1017001'
                          flw_ref: FLW-M03K-bbd148a9569b709882da8437e123ba61
                          device_fingerprint: N/A
                          amount: 3000
                          currency: NGN
                          charged_amount: 3042
                          app_fee: 42
                          merchant_fee: 0
                          processor_response: Approved
                          auth_model: noauth
                          ip: pstmn
                          narration: Kizito Akhilome
                          status: successful
                          payment_type: card
                          created_at: '2020-01-19T21:46:30.000Z'
                          account_id: '73362'
                          amount_settled: 2950
                          card:
                            expiry: 09/22
                            type: MASTERCARD
                            country: NIGERIA NG
                            issuer: MASTERCARD  CREDIT
                            first_6digits: '553188'
                            last_4digits: '2950'
                          customer:
                            id: '252759'
                            email: user@example.com
                            phone_number: 0813XXXXXXX
                            name: Kizito Akhilome
                            created_at: '2020-01-15T13:26:24.000Z'
                        - tx_ref: akhlm-pstmn-blkchrge-xx6
                          id: '1017005'
                          flw_ref: FLW-M03K-3a046716482046ea974c73d73eaa4463
                          device_fingerprint: N/A
                          amount: 3000
                          currency: NGN
                          charged_amount: 3042
                          app_fee: 42
                          merchant_fee: 0
                          processor_response: Approved
                          auth_model: noauth
                          ip: pstmn
                          narration: Kizito Akhilome
                          status: successful
                          payment_type: card
                          created_at: '2020-01-19T21:49:30.000Z'
                          account_id: '73362'
                          amount_settled: 2950
                          card:
                            expiry: 09/22
                            type: MASTERCARD
                            country: NIGERIA NG
                            issuer: MASTERCARD  CREDIT
                            first_6digits: '553188'
                            last_4digits: '2950'
                          customer:
                            id: '252759'
                            email: user@example.com
                            phone_number: 0813XXXXXXX
                            name: Kizito Akhilome
                            created_at: '2020-01-15T13:26:24.000Z'
                        - tx_ref: akhlm-pstmn-blkchrge-xx6
                          id: '1163068'
                          flw_ref: FLW-M03K-02c21a8095c7e064b8b9714db834080b
                          device_fingerprint: N/A
                          amount: 3000
                          currency: NGN
                          charged_amount: 3000
                          app_fee: 1000
                          merchant_fee: 0
                          processor_response: Approved
                          auth_model: noauth
                          ip: pstmn
                          narration: Kizito Akhilome
                          status: successful
                          payment_type: card
                          created_at: '2020-03-11T19:22:07.000Z'
                          account_id: '73362'
                          amount_settled: 2000
                          card:
                            expiry: 09/22
                            type: MASTERCARD
                            country: NIGERIA NG
                            issuer: MASTERCARD  CREDIT
                            first_6digits: '553188'
                            last_4digits: '2950'
                          customer:
                            id: '252759'
                            email: user@example.com
                            phone_number: 0813XXXXXXX
                            name: Kendrick Graham
                            created_at: '2020-01-15T13:26:24.000Z'
              example:
                status: success
                message: Bulk charge transactions fetched
                data:
                  - tx_ref: akhlm-pstmn-blkchrg-xx6
                    id: '1017000'
                    flw_ref: FLW-M03K-7544dc8d157ca763bbcf864a24906f93
                    device_fingerprint: N/A
                    amount: 3500
                    currency: NGN
                    charged_amount: 3549
                    app_fee: 49
                    merchant_fee: 0
                    processor_response: Approved
                    auth_model: noauth
                    ip: pstmn
                    narration: Kizito Akhilome
                    status: successful
                    payment_type: card
                    created_at: '2020-01-19T21:46:29.000Z'
                    account_id: '73362'
                    amount_settled: 3450
                    card:
                      expiry: 09/22
                      type: MASTERCARD
                      country: NIGERIA NG
                      issuer: MASTERCARD  CREDIT
                      first_6digits: '553188'
                      last_4digits: '2950'
                    customer:
                      id: '252759'
                      email: user@example.com
                      phone_number: 0813XXXXXXX
                      name: Kizito Akhilome
                      created_at: '2020-01-15T13:26:24.000Z'
                  - tx_ref: akhlm-pstmn-blkchrg-xx6
                    id: '1017004'
                    flw_ref: FLW-M03K-4aa1f32bbc80a7cf9e42426e9b2d73eb
                    device_fingerprint: N/A
                    amount: 3500
                    currency: NGN
                    charged_amount: 3549
                    app_fee: 49
                    merchant_fee: 0
                    processor_response: Approved
                    auth_model: noauth
                    ip: pstmn
                    narration: Kizito Akhilome
                    status: successful
                    payment_type: card
                    created_at: '2020-01-19T21:49:29.000Z'
                    account_id: '73362'
                    amount_settled: 3450
                    card:
                      expiry: 09/22
                      type: MASTERCARD
                      country: NIGERIA NG
                      issuer: MASTERCARD  CREDIT
                      first_6digits: '553188'
                      last_4digits: '2950'
                    customer:
                      id: '252759'
                      email: user@example.com
                      phone_number: 0813XXXXXXX
                      name: Kizito Akhilome
                      created_at: '2020-01-15T13:26:24.000Z'
                  - tx_ref: akhlm-pstmn-blkchrg-xx6
                    id: '1163067'
                    flw_ref: FLW-M03K-9d02da3020c67ac05ade7b596881d59f
                    device_fingerprint: N/A
                    amount: 3500
                    currency: NGN
                    charged_amount: 3500
                    app_fee: 1050
                    merchant_fee: 0
                    processor_response: Approved
                    auth_model: noauth
                    ip: pstmn
                    narration: Kizito Akhilome
                    status: successful
                    payment_type: card
                    created_at: '2020-03-11T19:22:06.000Z'
                    account_id: '73362'
                    amount_settled: 2450
                    card:
                      expiry: 09/22
                      type: MASTERCARD
                      country: NIGERIA NG
                      issuer: MASTERCARD  CREDIT
                      first_6digits: '553188'
                      last_4digits: '2950'
                    customer:
                      id: '252759'
                      email: user@example.com
                      phone_number: 0813XXXXXXX
                      name: Kendrick Graham
                      created_at: '2020-01-15T13:26:24.000Z'
                  - tx_ref: akhlm-pstmn-blkchrge-xx6
                    id: '1017001'
                    flw_ref: FLW-M03K-bbd148a9569b709882da8437e123ba61
                    device_fingerprint: N/A
                    amount: 3000
                    currency: NGN
                    charged_amount: 3042
                    app_fee: 42
                    merchant_fee: 0
                    processor_response: Approved
                    auth_model: noauth
                    ip: pstmn
                    narration: Kizito Akhilome
                    status: successful
                    payment_type: card
                    created_at: '2020-01-19T21:46:30.000Z'
                    account_id: '73362'
                    amount_settled: 2950
                    card:
                      expiry: 09/22
                      type: MASTERCARD
                      country: NIGERIA NG
                      issuer: MASTERCARD  CREDIT
                      first_6digits: '553188'
                      last_4digits: '2950'
                    customer:
                      id: '252759'
                      email: user@example.com
                      phone_number: 0813XXXXXXX
                      name: Kizito Akhilome
                      created_at: '2020-01-15T13:26:24.000Z'
                  - tx_ref: akhlm-pstmn-blkchrge-xx6
                    id: '1017005'
                    flw_ref: FLW-M03K-3a046716482046ea974c73d73eaa4463
                    device_fingerprint: N/A
                    amount: 3000
                    currency: NGN
                    charged_amount: 3042
                    app_fee: 42
                    merchant_fee: 0
                    processor_response: Approved
                    auth_model: noauth
                    ip: pstmn
                    narration: Kizito Akhilome
                    status: successful
                    payment_type: card
                    created_at: '2020-01-19T21:49:30.000Z'
                    account_id: '73362'
                    amount_settled: 2950
                    card:
                      expiry: 09/22
                      type: MASTERCARD
                      country: NIGERIA NG
                      issuer: MASTERCARD  CREDIT
                      first_6digits: '553188'
                      last_4digits: '2950'
                    customer:
                      id: '252759'
                      email: user@example.com
                      phone_number: 0813XXXXXXX
                      name: Kizito Akhilome
                      created_at: '2020-01-15T13:26:24.000Z'
                  - tx_ref: akhlm-pstmn-blkchrge-xx6
                    id: '1163068'
                    flw_ref: FLW-M03K-02c21a8095c7e064b8b9714db834080b
                    device_fingerprint: N/A
                    amount: 3000
                    currency: NGN
                    charged_amount: 3000
                    app_fee: 1000
                    merchant_fee: 0
                    processor_response: Approved
                    auth_model: noauth
                    ip: pstmn
                    narration: Kizito Akhilome
                    status: successful
                    payment_type: card
                    created_at: '2020-03-11T19:22:07.000Z'
                    account_id: '73362'
                    amount_settled: 2000
                    card:
                      expiry: 09/22
                      type: MASTERCARD
                      country: NIGERIA NG
                      issuer: MASTERCARD  CREDIT
                      first_6digits: '553188'
                      last_4digits: '2950'
                    customer:
                      id: '252759'
                      email: user@example.com
                      phone_number: 0813XXXXXXX
                      name: Kendrick Graham
                      created_at: '2020-01-15T13:26:24.000Z'
        '400':
          description: Bad Request
          headers:
            Date:
              content:
                text/plain:
                  schema:
                    type: string
                  example: Thu, 28 Mar 2024 08:27:22 GMT
            Content-Length:
              content:
                text/plain:
                  schema:
                    type: string
                  example: '76'
            Connection:
              content:
                text/plain:
                  schema:
                    type: string
                  example: keep-alive
            Server:
              content:
                text/plain:
                  schema:
                    type: string
                  example: nginx/1.24.0
            Access-Control-Allow-Origin:
              content:
                text/plain:
                  schema:
                    type: string
                  example: '*'
            Access-Control-Allow-Headers:
              content:
                text/plain:
                  schema:
                    type: string
                  example: >-
                    Origin, X-Requested-With, Content-Type, Accept,
                    Authorization, v3-xapp-id, flw-auth-token, mra-auth-token,
                    alt_mode_auth, mid, altmodeauth, cc-admin-token, x-flw-lang
            Access-Control-Allow-Methods:
              content:
                text/plain:
                  schema:
                    type: string
                  example: PUT, POST, GET, DELETE, OPTIONS
            ETag:
              content:
                text/plain:
                  schema:
                    type: string
                  example: W/"4c-vkZdvxWSI4PqT18kwWAoeg"
          content:
            application/json; charset=utf-8:
              schema:
                allOf:
                  - $ref: '#/components/schemas/SampleErrorResponse1'
                  - example:
                      status: error
                      message: No transactions for this batch_id
                      data: null
              example:
                status: error
                message: No transactions for this batch_id
                data: null
      deprecated: false
components:
  schemas:
    SampleSuccessResponse2:
      title: SampleSuccessResponse2
      required:
        - status
        - message
        - data
      type: object
      properties:
        status:
          type: string
        message:
          type: string
        data:
          type: array
          items:
            $ref: '#/components/schemas/Data15'
          description: ''
      example:
        status: success
        message: Bulk charge transactions fetched
        data:
          - tx_ref: akhlm-pstmn-blkchrg-xx6
            id: '1017000'
            flw_ref: FLW-M03K-7544dc8d157ca763bbcf864a24906f93
            device_fingerprint: N/A
            amount: 3500
            currency: NGN
            charged_amount: 3549
            app_fee: 49
            merchant_fee: 0
            processor_response: Approved
            auth_model: noauth
            ip: pstmn
            narration: Kizito Akhilome
            status: successful
            payment_type: card
            created_at: '2020-01-19T21:46:29.000Z'
            account_id: '73362'
            amount_settled: 3450
            card:
              expiry: 09/22
              type: MASTERCARD
              country: NIGERIA NG
              issuer: MASTERCARD  CREDIT
              first_6digits: '553188'
              last_4digits: '2950'
            customer:
              id: '252759'
              email: user@example.com
              phone_number: 0813XXXXXXX
              name: Kizito Akhilome
              created_at: '2020-01-15T13:26:24.000Z'
          - tx_ref: akhlm-pstmn-blkchrg-xx6
            id: '1017004'
            flw_ref: FLW-M03K-4aa1f32bbc80a7cf9e42426e9b2d73eb
            device_fingerprint: N/A
            amount: 3500
            currency: NGN
            charged_amount: 3549
            app_fee: 49
            merchant_fee: 0
            processor_response: Approved
            auth_model: noauth
            ip: pstmn
            narration: Kizito Akhilome
            status: successful
            payment_type: card
            created_at: '2020-01-19T21:49:29.000Z'
            account_id: '73362'
            amount_settled: 3450
            card:
              expiry: 09/22
              type: MASTERCARD
              country: NIGERIA NG
              issuer: MASTERCARD  CREDIT
              first_6digits: '553188'
              last_4digits: '2950'
            customer:
              id: '252759'
              email: user@example.com
              phone_number: 0813XXXXXXX
              name: Kizito Akhilome
              created_at: '2020-01-15T13:26:24.000Z'
          - tx_ref: akhlm-pstmn-blkchrg-xx6
            id: '1163067'
            flw_ref: FLW-M03K-9d02da3020c67ac05ade7b596881d59f
            device_fingerprint: N/A
            amount: 3500
            currency: NGN
            charged_amount: 3500
            app_fee: 1050
            merchant_fee: 0
            processor_response: Approved
            auth_model: noauth
            ip: pstmn
            narration: Kizito Akhilome
            status: successful
            payment_type: card
            created_at: '2020-03-11T19:22:06.000Z'
            account_id: '73362'
            amount_settled: 2450
            card:
              expiry: 09/22
              type: MASTERCARD
              country: NIGERIA NG
              issuer: MASTERCARD  CREDIT
              first_6digits: '553188'
              last_4digits: '2950'
            customer:
              id: '252759'
              email: user@example.com
              phone_number: 0813XXXXXXX
              name: Kendrick Graham
              created_at: '2020-01-15T13:26:24.000Z'
          - tx_ref: akhlm-pstmn-blkchrge-xx6
            id: '1017001'
            flw_ref: FLW-M03K-bbd148a9569b709882da8437e123ba61
            device_fingerprint: N/A
            amount: 3000
            currency: NGN
            charged_amount: 3042
            app_fee: 42
            merchant_fee: 0
            processor_response: Approved
            auth_model: noauth
            ip: pstmn
            narration: Kizito Akhilome
            status: successful
            payment_type: card
            created_at: '2020-01-19T21:46:30.000Z'
            account_id: '73362'
            amount_settled: 2950
            card:
              expiry: 09/22
              type: MASTERCARD
              country: NIGERIA NG
              issuer: MASTERCARD  CREDIT
              first_6digits: '553188'
              last_4digits: '2950'
            customer:
              id: '252759'
              email: user@example.com
              phone_number: 0813XXXXXXX
              name: Kizito Akhilome
              created_at: '2020-01-15T13:26:24.000Z'
          - tx_ref: akhlm-pstmn-blkchrge-xx6
            id: '1017005'
            flw_ref: FLW-M03K-3a046716482046ea974c73d73eaa4463
            device_fingerprint: N/A
            amount: 3000
            currency: NGN
            charged_amount: 3042
            app_fee: 42
            merchant_fee: 0
            processor_response: Approved
            auth_model: noauth
            ip: pstmn
            narration: Kizito Akhilome
            status: successful
            payment_type: card
            created_at: '2020-01-19T21:49:30.000Z'
            account_id: '73362'
            amount_settled: 2950
            card:
              expiry: 09/22
              type: MASTERCARD
              country: NIGERIA NG
              issuer: MASTERCARD  CREDIT
              first_6digits: '553188'
              last_4digits: '2950'
            customer:
              id: '252759'
              email: user@example.com
              phone_number: 0813XXXXXXX
              name: Kizito Akhilome
              created_at: '2020-01-15T13:26:24.000Z'
          - tx_ref: akhlm-pstmn-blkchrge-xx6
            id: '1163068'
            flw_ref: FLW-M03K-02c21a8095c7e064b8b9714db834080b
            device_fingerprint: N/A
            amount: 3000
            currency: NGN
            charged_amount: 3000
            app_fee: 1000
            merchant_fee: 0
            processor_response: Approved
            auth_model: noauth
            ip: pstmn
            narration: Kizito Akhilome
            status: successful
            payment_type: card
            created_at: '2020-03-11T19:22:07.000Z'
            account_id: '73362'
            amount_settled: 2000
            card:
              expiry: 09/22
              type: MASTERCARD
              country: NIGERIA NG
              issuer: MASTERCARD  CREDIT
              first_6digits: '553188'
              last_4digits: '2950'
            customer:
              id: '252759'
              email: user@example.com
              phone_number: 0813XXXXXXX
              name: Kendrick Graham
              created_at: '2020-01-15T13:26:24.000Z'
    SampleErrorResponse1:
      title: SampleErrorResponse1
      required:
        - status
        - message
        - data
      type: object
      properties:
        status:
          type: string
        message:
          type: string
        data:
          type: string
          nullable: true
      example:
        status: error
        message: >-
          retry_interval is required , retry_amount_variable is required ,
          retry_attempt_variable is required
        data: null
    Data15:
      title: Data15
      required:
        - tx_ref
        - id
        - flw_ref
        - device_fingerprint
        - amount
        - currency
        - charged_amount
        - app_fee
        - merchant_fee
        - processor_response
        - auth_model
        - ip
        - narration
        - status
        - payment_type
        - created_at
        - account_id
        - amount_settled
        - card
        - customer
      type: object
      properties:
        tx_ref:
          type: string
        id:
          type: string
        flw_ref:
          type: string
        device_fingerprint:
          type: string
        amount:
          type: integer
          format: int32
        currency:
          type: string
        charged_amount:
          type: integer
          format: int32
        app_fee:
          type: integer
          format: int32
        merchant_fee:
          type: integer
          format: int32
        processor_response:
          type: string
        auth_model:
          type: string
        ip:
          type: string
        narration:
          type: string
        status:
          type: string
        payment_type:
          type: string
        created_at:
          type: string
        account_id:
          type: string
        amount_settled:
          type: integer
          format: int32
        card:
          $ref: '#/components/schemas/Card'
        customer:
          $ref: '#/components/schemas/Customer14'
      example:
        tx_ref: akhlm-pstmn-blkchrg-xx6
        id: '1017000'
        flw_ref: FLW-M03K-7544dc8d157ca763bbcf864a24906f93
        device_fingerprint: N/A
        amount: 3500
        currency: NGN
        charged_amount: 3549
        app_fee: 49
        merchant_fee: 0
        processor_response: Approved
        auth_model: noauth
        ip: pstmn
        narration: Kizito Akhilome
        status: successful
        payment_type: card
        created_at: '2020-01-19T21:46:29.000Z'
        account_id: '73362'
        amount_settled: 3450
        card:
          expiry: 09/22
          type: MASTERCARD
          country: NIGERIA NG
          issuer: MASTERCARD  CREDIT
          first_6digits: '553188'
          last_4digits: '2950'
        customer:
          id: '252759'
          email: user@example.com
          phone_number: 0813XXXXXXX
          name: Kizito Akhilome
          created_at: '2020-01-15T13:26:24.000Z'
    Card:
      title: Card
      required:
        - first_6digits
        - last_4digits
        - issuer
        - country
        - type
        - expiry
      type: object
      properties:
        first_6digits:
          type: string
        last_4digits:
          type: string
        issuer:
          type: string
        country:
          type: string
        type:
          type: string
        expiry:
          type: string
      example:
        first_6digits: '553188'
        last_4digits: '2950'
        issuer: MASTERCARD  CREDIT
        country: NG
        type: MASTERCARD
        expiry: 09/32
    Customer14:
      title: Customer14
      required:
        - id
        - email
        - phone_number
        - name
        - created_at
      type: object
      properties:
        id:
          type: string
        email:
          type: string
        phone_number:
          type: string
        name:
          type: string
        created_at:
          type: string
      example:
        id: '252759'
        email: user@example.com
        phone_number: 0813XXXXXXX
        name: Kizito Akhilome
        created_at: '2020-01-15T13:26:24.000Z'
  securitySchemes:
    bearer:
      type: http
      scheme: bearer

````