Skip to main content
Release Date: [02/07/2025]

Overview

This release includes important API updates and improvements, including enhanced payment link functionality, OTP verification for Ivory Coast Orange deposits, revised transaction limits, updated country support, and a new best practices guide.

New Features and API Improvements

  • Prefilled Customer Data - you can now generate payment links with prefilled customer data. By passing fields such as first_name, last_name, email, and mobile, the user is directed straight to the checkout page with their details already filled in.
Previously: Payment links required customers to manually enter their information at checkout. Sample V2 Payment link creation API with no customer data:
Image Now: Backward compatibility with v2. You can pass in the customer data. Sample V3 API Payment link with customer data:
You can find more details here Checkout Page

Orange OTP for Ivory Coast Deposits

  • For Orange payins in Ivory Coast, OTP verification is now required.
  • Ensure your implementation includes this OTP step.
  • Verify the transaction using our verification API with the client’s OTP and payment token fetched from the response: /v4/niobi-unified-process-transaction
Find the full reference under collection methods.

Updated Transaction Limits

  • We have updated our transaction limits for some payment methods. Please refer to the full list of transaction limits here: transaction limits.

Updated Supported Countries

  • Discontinued Rwanda temporarily. Please find the full list of supported countries here

Added Best Practices Guide

  • A new guide is available to help you integrate more effectively. Find more details here