Bankei BaaS Admin
    Bankei BaaS Admin
    • Introduction
    • API Security and Authentication
    • Handling Monetary Values in Our System
    • Secure API Credential Exchange Process
    • Organization
      • Get Organization
        GET
    • Admin Account
      • Get Account Information
        GET
    • User
      • Create User - Basic
        POST
      • Get User
        GET
    • KYC
      • Request KYC Analisys - Company
        POST
      • Get KYC Analisys Status
        GET
      • Request KYC Analisys - Consumer
        POST
      • Send KYC Document
        POST
    • Checking Account
      • Get Account Information
        GET
      • Get Account Balance
        GET
      • Create Checking Account
        POST
      • Get Account Transactions
        GET
    • Card
      • Get Card Groups
        GET
      • Create Nominated Card
        POST
      • Get Cards
        GET
      • Get Card Shipping
        GET
      • Activate Nominated Card
        POST
      • Temporary Disable Card
        POST
      • Enable Temporary Disable Card
        POST
      • Block Card
        POST
      • Get Card Sensitive Information
        GET
    • Pix
      • Generate Pix-In Static BR Code
      • Generate Pix-In Dynamic Cob BR Code
      • Generate Pix-In Dynamic CobV BR Code
      • Get Account Pix Keys
      • Generate Pix Key
    • Pix Out
      • Preview Pix BrCode Payment
      • Preview Pix Key Payment
      • Confirm Pix Payment
    • Bill Payment
      • Line vs. Barcode
      • Bill Payment Preview
      • Create Bill Payment
    • Invoice
      • Generate Invoice
    • Receipt
      • Get Transaction Receipt
    • Webhook
      • Bill Payment Webhook Events
      • Create Webhook Subscription
      • Get Webhook Subscriptions
      • Delete Webhook Subscription
      • Get Webhook Events
      • Get Webhook Event Detail
      • Get Webhook Send Attempts
      • Get Webhook Send Attempt Detail
      • Dispatch Webhook Events
    • Sandbox
      • Pay Pix BrCode [Sandbox Only]
      • Confirm Bill Payment [Sandbox Only]
      • Reject Bill Payment [Sandbox Only]
      • Approve Kyc Analisys [Sandbox Only]
    • Schemas
      • Account
      • Asset
      • Metadata
      • Address
      • Consumer

    Consumer

    {
        "TaxId": "string",
        "UserIdentifier": "string",
        "FullName": "string",
        "MobilePhoneAreaCode": "string",
        "MobilePhoneNumber": "string",
        "Email": "string",
        "FamilyIncome": 0,
        "BirthDate": "string",
        "BirthPlaceCity": "string",
        "BirthPlaceState": "string",
        "LandlineNumber": "string",
        "LandlineAreaCode": "string",
        "MotherName": "string",
        "Nationality": "string",
        "IsPep": true,
        "PrimaryAddress": {
            "PostalCode": "string",
            "City": "string",
            "Neighborhood": "string",
            "State": "string",
            "StreetName": "string",
            "StreetNumber": "string",
            "Complement": "string"
        },
        "Document": {
            "Type": "string",
            "Number": "string",
            "IssueDate": "string",
            "IssuingState": "string",
            "IssuingAgency": "string"
        }
    }
    Built with