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
  • Information Requested Callback
  • Information Request Updated Callback
  1. Callbacks

Information Requests

Information Requested Callback

Callback Request Parameters

  • Id: is the unique identifier for the exchange transaction.

  • Type:“INFORMATION_REQUESTED” when more information is required

  • CustomerId: int

Callback Example

{
        "Id":"706fdb74-08cc-4954-a67c-17b4e2163419",
        "Type": "INFORMATION_REQUESTED",
        "Data": {
                "CustomersId":2464,
                "UpdatedInformationRequestIds": "1013"
          }
}

Information Request Updated Callback

  • Id: is the unique identifier for the exchange transaction.

  • Type: “INFORMATION_REQUEST_UPDATED” when the information response is approved

  • CustomerId: int

Callback Example:

{
        "Id":"386cf6ed-e858-4bb9-b107-1bebfa82f980",
        "Type":"INFORMATION_REQUEST_UPDATED",
        "Data":{
                "CustomersId":2464,
                "UpdatedInformationRequestIds": "1013"
        }
} 
PreviousTransaction Status UpdatedNextQuickBuy

Last updated 7 months ago