We are excited to share the latest updates from August 2024! Here’s a summary of the improvements, and bug fixes we’ve released, all made with our users in mind:
Chimoney Web App Dashboard Updates
We’ve made significant enhancements to the Chimoney web app dashboard for a more intuitive experience:
Reorganized Navigation & UI: The dashboard is now divided into four main sections: Dashboard, Payments, Developers & API, and Identity Management for easier access to key features.
New Pages in the Dashboard Section:
Dashboard Page: Send payouts globally and manage multi-currency wallets.
Transactions Page: View and filter all transactions, with a new option to download statements.
Organizations Page: Create organizations and add team members for collaboration.
Transaction Insights Page: Access analytics, key metrics, trend analysis, and redemption tracking.
Explore these updates by logging into your Chimoney account at dash.chimoney.io!
UPA Page Enhancements:
Payment Profile Visibility:
Swagger Documentation Update:
We updated the Redeem Gift Card endpoint by adding a detailed schema under redeemOptions
. This schema now explicitly lists email
, countryCode
, and productId
as properties, each with corresponding types and example values, to provide you with better clarity. We also defined the chiRef
and redeemOptions
as required fields.
We removed redundant email
and phoneNumber
fields from the Multi-currency wallets transfer endpoint request schema. The transfer process now prioritizes the receiver
field, which accepts a valid Chimoney Multi-currency Account, User, or Organization ID, while retaining key fields like originCurrency
, receiver
, and destinationCurrency
to streamline your transfer experience.
We also removed the subAccount
field from the request schema in the Get Public Profile of a Chimoney User endpoint but maintained the userID
, linkCode
, and p_id
fields to ensure clear and precise account identification.
Bulk Send App Process Enhancements:
We now check that all required fields (email, phone number, country, mobile money code, and full name) are populated before enabling the verification process, preventing incomplete redemptions and ensuring a smooth experience for you.
We expanded the webhook handler logic to calculate the expected amount based on the currency and convert amounts between currencies when necessary, ensuring accurate and reliable payment processing.
We updated the checkout page with a dynamic filter option, showing only the relevant payment methods selected by users (e.g., Card/Bank, Crypto, and Chimoney), instead of all default payment options, to make the process more intuitive.