Kobble
    Kobble
    • Introduction
    • API Fundamentals
      • Idempotency
      • Rate Limits
      • Healthcheck
    • Authorization
      • Authorization
      • Get access token
      • Get access token
    • Beneficiaries
      • List all beneficiaries
      • Get beneficiary by ID
      • Create beneficiary
      • Update beneficiary
      • Create Payid beneficiary
    • Cards
      • Cards API
      • Card Creation Flow — Developer Guide & Onboarding
      • Get all cards
      • Create a new card
      • Get card by ID
      • Update card status
      • Replace or renew card
      • Generate card secret
      • Generate MeaWallet widget session token
    • Card Programs
      • Card Programs API
      • Get all programs
      • Create a new program
      • Get program by ID
    • Clients
      • Clients API
      • Get all clients
      • Get client by ID
      • Create a new client
      • Update client status
    • Endusers
      • Endusers API
      • Usage of Metadata on Endusers
      • Get all endusers
      • Create a new enduser
      • Get enduser by ID
    • Transactions
      • Transactions API
      • Get all transactions
      • Create a transaction
      • Get transaction by ID
      • Create manual credit transaction
      • Create manual debit transaction
    • Wallets
      • Wallets API
      • Get all wallets
      • Create a new wallet
      • Get wallet by ID
      • Update wallet
    • Relays
      • Relays API
      • Create subscription
    • Webhooks
      • Webhooks API
      • Webhook Signature Verification
      • Get all webhooks
      • Create a webhook
      • Delete a webhook
    • Schemas
      • Schemas
      • Card
      • CardWidgetSessionTokenResponse
      • 202 Accepted
      • CardCreateInputDto
      • 201 Created
      • CardStatusUpdateDto
      • Create Beneficiary with bank details
      • CardRenewReplaceInputDto
      • Program
      • MetadataKobbleDebit1
      • ProgramCreateInputDto
      • Person
      • Company
      • Enduser
      • Enduser Create Person Input
      • Enduser Create Company Input
      • Metadata
      • Enduser Create Input DTO
      • Transaction
      • TransactionCreateManualCreditInputDto
      • TransactionCreateInputDto
      • Wallet
      • WalletCreateInputDto
      • WalletUpdateInputDto
      • Webhook
      • Relay
      • Client
      • Beneficiary

    201 Created

    {
        "id": "string",
        "pay_id": "string",
        "pay_id_type": "string",
        "pay_id_name": "string",
        "pay_id_status": "string",
        "pay_id_registered_at": null,
        "created_at": "string",
        "updated_at": "string",
        "status": "string",
        "metadata": {},
        "person": {
            "id": "string",
            "name": "string"
        }
    }
    Built with