Skip to main content

✨ New Features

  • Flexible Business Customer Creation: The business_trade_name field is now optional when creating business customers via the /customers/business endpoint.
  • Zero Ownership Percentage Support: Associate parties can now have a percentage_of_ownership of 0 when creating business customers.
  • Zero Monthly Volume Allowed: Both individual and business customer creation now accept monthly_volume values of 0.
  • Independent Phone Validation: Phone number validation is now separated from the customer and beneficiary’s country of residence for improved flexibility across /customers/individual, /customers/business, and /v2/beneficiaries endpoints.
  • Orchestration Dashboard - Customer & Beneficiary Module: New UI module for managing customers and beneficiaries, including customer creation (individual and business), document upload and attachment, customer details view with transactions and beneficiaries, TOS acceptance, beneficiary creation and management with field-level validations, and beneficiary details sidebar view.

🛠️ Improvements

  • Transaction Simulation Fixed: Resolved issues with transaction simulation for OFF_RAMP transactions in the Sandbox environment via /transactions/simulation.

🐞 Bug Fixes

  • Orchestration Dashboard - Duplicate Branch Entry: Removed duplicate “branch” entry for India (IND) from the branches API response.
  • Orchestration Dashboard - Missing Business Name: Fixed missing business_name field in API response for business-type beneficiaries.
  • Orchestration Dashboard - E-Wallet Field Population: Resolved empty values for number, bank_name, and scheme fields in e-wallet beneficiary details API.
  • Phone Number Validation - GBR: Corrected phone number validation for Great Britain (GBR) to properly accept 10-character phone numbers instead of incorrectly requiring 7-20 characters.
  • Bank Account Validation - GBR: Implemented proper bank account number validation for Great Britain when creating beneficiaries.
  • OAuth Token Authentication: Fixed 401 error in /v1/oauth/token endpoint for new users with valid client_id and secret credentials.
  • Address Validation Error: Resolved “Internal Server Error” when street_line_1 starts with a number without a space after it.
  • Relationship Remarks Validation: Fixed incorrect validation error for relationship_remarks field when relationship is set to “OTHER” during beneficiary creation.
  • Duplicate State Entry: Removed duplicate state entry for Dhaka, Bangladesh.
  • Get Methods API Case Sensitivity: Standardized parameter handling in “Get methods” API to accept both lowercase “swift” and uppercase “SWIFT”.
  • API Key Creation Errors: Resolved “Internal Server error” on first attempt and “Forbidden” error on second attempt when new users try to create API keys.