Skip to main content

CinetPay Payment

Estimated reading: 2 minutes

info

CinetPay is an African fintech company, created in 2016. CinetPay provide companies and institutions with online money transfer and collection solutions, via mobile payment and bank cards (Visa, Mastercard). In only 3 years of existence, They have been able to make a place on the French-speaking African market, and have gained the trust of important players in the public and private sectors.

Sign up For CinetPay

  • If you don't have Cinetpay Account you can SignUp via this link - CinetPay Login.
  • Complete the merchant registration.

Obtain Cinetpay API Keys

Follow the steps below to obtain your Cinetpay API keys:

  1. Go to Cinetpay Login and log in with your access information.

  2. Then click on the "Integrations" menu . You will find your API KEY and your SITE ID

    CinetPay

Add Generated Keys into config.dart

Now you've successfully generated keys please update values into "config.dart".

  • Navigate to lib → config.dart.
  • Add values for constants shown below.
/// Cinetpay
const cinet_pay_api_key = '';
const cinet_pay_site_id = '';
tip

Congratulations! Your CinetPay Payment configuration is done.