Ibanera Customer API
Customer Portal
  • Overview
  • Terminology
    • Exchanges of Assets
    • Payees
    • Personal Customers
    • Business Customers
      • Managees
    • Enumerations, Codes and Definitions
      • Source of Funds Types
      • Transfer Purpose Codes Reference
  • Getting Started
    • Access the API
    • API Principal Account
    • Common Response Format
    • First API Call
    • Authentication & Authorization
      • Generating a Time-Based One-Time Password (TOTP) with a Shared Secret
  • API Endpoints
    • Accounts
    • Business Onboarding
    • Cards
    • Crypto Exchanges
    • Foreign Currency Exchange
    • Payees (Beneficiaries)
    • Transfers
    • Transaction Cancellation
    • Managees
    • Information Requests (RFIs)
    • Quick Buy
    • Simulated Testing
  • Callbacks
    • Managee Jumio Completed
    • Cryptocurrency Transfers
    • Exchange Status Updated
    • Fiat Deposit Received
    • Managee Card Approval Updated
    • Managee KYC Updated
    • Transaction Status Updated
    • Information Requests
  • QuickBuy
    • QuickBuy Callback
    • QuickBuy Front End Implementation
    • Validating the Webhook Signature
    • QuickBuy Pro
      • Visual Customization
      • Getting Started / Authentication
      • API Endpoints
        • Create Payment
        • Retrieve Payments
        • Delete Payment
      • Callbacks
        • Payment Captured
        • Cryptocurrency Transferred
Powered by GitBook
On this page
  • Overview
  • Data Object
  • Data Example
  1. Callbacks

Managee Card Approval Updated

Overview

Sent when the top-up card assigned to a managee is approved or rejected by a manager or by a site admin.

Data Object

Field
Description

TopUpCardsId

Id of the updated card if the card has been created.

RequestedTopUpCardsId

Id of the updated card request if card creation was subject to deferred approval.

Status

Status of the card approval. One of

• “Approved”

• “Rejected”

bManuallyUpdated

Boolean. True if the approval/rejection was performed by manager or admin intervention, else false.

Data Example

{
        "Id": "2c58ed48-67d2-4d8e-bbb1-548864773d2c", 
        "Type": " MANAGEE_CARD_APPROVAL_UPDATED", 
        "Data": {
                "TopUpCardsId": 1000,
                "RequestedTopUpCardsId": 1000, 
                "Status": "Approved", 
                "bManuallyUpdated": true
        } 
}
PreviousFiat Deposit ReceivedNextManagee KYC Updated

Last updated 1 year ago