Bill Master Documentation
CtrlK
  • Bill Master
  • Quick Start
  • Admin manual
    • Users
    • Agent
    • Recipient
      • Create
  • Payment
    • EPos to Humo Card
    • EPos to Uzcard Card
  • P2P operations
    • OTP
      • Configure OTP
      • How OTP works
    • Limits
    • Sender Additional Params
    • Permissions
    • P2p Commission
      • Commission schema v1
      • Commission schema v2
        • Implementation
        • Setting Up
        • Tables usage
          • 📄CommissionGroup
          • 📄P2pCommission
          • 📄P2pCommissionPartGroup
          • 📄P2pCommissionPart
        • Get Commissions for Transaction history
  • OFD
    • Key managment
    • Getting QR Code
  • Role Management
    • Entities
      • Transaction
      • Field
  • Reference
    • API Reference
      • Authentification
      • P2P Operation
        • Development data
      • Pay Operation
      • Other APIs for Agent
    • AgentP2pParam
      • Using this feature
Powered by GitBook
On this page
  1. Reference

AgentP2pParam

AgentP2pParam - Table that relation between Agent and P2pParam. Agent has access to getting adding or other operations with only related P2pParams.

AgentP2pParam entity

agentId - Id of Agent.

p2pParamsRegex - agent accessed p2pParams ids as regex.

Example

.+

All P2pParams

^(3$|4$|40$)

Only P2pParams with ids 3,4,5

PreviousOther APIs for AgentNextUsing this feature

Last updated 2 years ago