Plexy
Pay API
Gate APISDKDashboard
Pay API
Gate APISDKDashboard
  1. Invoice
  • Overview
  • Authorization
  • Webhooks
  • API Errors
  • Test Scenarios
  • Ecommerce Plugins
  • API
    • Payments
      • Overview
      • Payment Links
        • Create Payment Link
        • List Payment Links
        • Retrieve Payment Link by Order Reference
        • Cancel Payment Link
        • Retrieve Payment Link
        • Update Payment Link Expiration
        • Retrieve Payment Links Statistics
      • Reccurent Payments
        • Create Merchant-Initiated Payment
      • Direct Payments
        • Get Keys
        • Create Host-to-Host Payment
      • Transaction Management
        • Find Transaction's History by ID
        • Find Transaction by Payment Link ID
        • Find Transaction by ID
        • Find Transaction by Order reference
      • Payment Management
        • Cancel Payment
        • Capture Payment
        • Process Refund
      • Split Requests
        • Create
        • List
        • Update
        • Get By Id
        • Delete
    • Payouts
      • Retrieve Payout Transactions
      • Process Payout
      • Save Card for Payouts
    • Customers
      • Get Customer's Card Tokens
      • List Customers
      • Create Customer
      • Get Customer by ID
      • Get Customer's Transactions
    • Merchants
      • Payment Beneficiary
        • Create
        • Update
        • Gey By Id
        • List
        • Transfer from beneficiary balance to merchant balance
        • Create manual settlement for beneficiary
      • Retrieve Merchant's Details
    • Wallet
      • Authorize
      • Сapture
      • Refund
      • Cancel
    • Payment Methods
      • Google Pay™ Integration
    • Invoice
      • List Bank Invoices
        GET
      • Create Bank Invoice
        POST
      • Get Bank Invoice
        GET
  • Schemas
    • Schemas
      • response.TransactionList
      • entity.SplitRequest
      • entity.PaymentBeneficiary
      • request.CreatePaymentBeneficiary
      • entity.SettlementPaymentOrder
      • entity.PayoutRequest
      • entity.PayoutRequestRowData
      • entity.UserProfile Copy
      • entity.Store
      • request.AssignStoreToUser
      • request.RemoveStoreFromUser
      • entity.AccountExternalSystem
      • response.AssignStoreToUser
      • request.CreateStore
      • response.Store
      • response.UserList
      • request.WalletAuthorizeRequest
      • entity.ShortWalletTransaction
      • response.WalletAuthorizeResponse
      • request.WalletCapture
      • response.RemoveStoreFromUser
      • command.HandleThreeDResult
      • domain.Report
      • entity.CardSaveSessionCustomer
      • entity.Permission
      • entity.UserProfile
      • entity.UserRole
      • git_plexypay_com_ecom_back_api_internal_domain_view.Page-domain_Report
      • git_plexypay_com_ecom_back_api_internal_domain_view.Page-entity_UserProfile
      • models.CSVApiRequest
      • models.CreateBussinessDetails
      • models.KeyResponse
      • models.OnboardingRequest
      • models.Transaction
      • paymentcore.Address
      • paymentcore.CustomerDetails
      • request.AuthorizePayment
      • request.BrowserDetails
      • request.CardData
      • request.ChangeUserRole
      • request.ContinueThreeDS
      • request.CreateCardSaveSession
      • request.CreateInviteSession
      • request.CreatePaymentLink
      • request.CreatePaymentLinkMetadata
      • request.HandlePayout
      • request.MerchantInitiatedPayment
      • request.PasswordRequest
      • request.Recurring
      • request.RefundPayment
      • request.SaveCard
      • request.SaveOneCustomer
      • request.TwoStepAuthorizePayment
      • request.UpdateMerchantSettingsRequest
      • request.UpdatePaymentLink
      • response.AcquirerResponseThreeDSecure
      • response.AuthorizeAndCapturePayment
      • response.AuthorizePayment
      • response.CancelPaymentResponse
      • response.CapturePaymentResponse
      • response.ContinueThreeDS
      • response.Currency
      • response.Customer
      • response.CustomerTransaction
      • response.CustomerTransactions
      • response.Customers
      • response.Merchant
      • response.MerchantInitiatedPayment
      • response.MerchantSettings
      • response.PaymentLink
      • response.PaymentLinkInfo
      • response.PaymentLinkMetadata
      • response.PaymentLinksInfo
      • response.PaymentLinksStatistics
      • response.PaymentLinksStatisticsItem
      • response.Payout
      • response.Permission
      • response.RefundPaymentResponse
      • response.Report
      • response.SavedCard
      • response.Session
      • response.Settlement
      • response.SettlementTransaction
      • response.Store
      • response.Stores
      • response.Transaction
      • response.TransactionDetails
      • response.TransactionEvents
      • response.TransactionHistoryEvent
      • response.TransactionHistoryEventData
      • response.TransactionResponse
      • response.TransactionWebhookDetails
      • response.Transactions
      • response.UpdateMerchantSettingsResponse
      • response.UserProfile
      • value.PaymentMethod
    • receipt
    • Error
    • response.BankInvoice
    • DecimalAmount
    • errors.Source
    • ProductType
    • errors.Message
    • ProductCategory
    • request.CreateBankInvoice
    • Product
    • git_plexypay_com_ecom_back_api_internal_platform_errors.Code
    • response.Error
    • Order
    • AgentBalance
    • response.BankInvoiceList
    • AgentDeposit
    • errors.Type
    • TopupRequest
    • CreateOrderRequest
  1. Invoice

List Bank Invoices

GET
https://api.plexypay.com/v1/bank-invoice
Returns bank transfer invoices with optional status filter and offset pagination.

Request

Authorization
or
Query Params

Responses

🟢200
application/json
Bank invoices
Bodyapplication/json

🟠400
🟠401
🟠403
🔴500
Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://api.plexypay.com/v1/bank-invoice?status=created&limit=20&offset=0'
Response Response Example
200 - Example 1
{
    "data": [
        {
            "amount": 10000,
            "bankName": "bcc",
            "bic": "KCJBKZKX",
            "createdAt": "2026-05-15T12:00:00Z",
            "currency": "KZT",
            "iban": "KZ000000000000000000",
            "id": "019b7b32-1c0f-74db-96ac-6e7b42c6d49d",
            "kbe": "17",
            "knp": "171",
            "merchantId": "019b7b32-1c0f-74db-96ac-6e7b42c6d49a",
            "orderReference": "ORDER-123",
            "paidAt": "2026-05-15T13:00:00Z",
            "payerFullName": "Иванов Иван Иванович",
            "payerIIN": "900101300000",
            "paymentOrderId": "PKB1234567890",
            "paymentPurpose": "Пополнение кошелька Иванов Иван Иванович по заказу PKB1234567890",
            "requisitesId": "019b7b32-1c0f-74db-96ac-6e7b42c6d49e",
            "status": "created",
            "storeId": "019b7b32-1c0f-74db-96ac-6e7b42c6d49b",
            "transactionId": "019b7b32-1c0f-74db-96ac-6e7b42c6d49c",
            "updatedAt": "2026-05-15T12:00:00Z"
        }
    ],
    "limit": 20,
    "offset": 0,
    "total": 1
}
Modified at 2026-05-15 13:35:33
Previous
Google Pay™ Integration
Next
Create Bank Invoice
Built with