Visa card payment acceptance is not enabled by default on a LigdiCash project. It requires the signature of a specific contract, distinct from the API access contract for mobile money.Documentation Index
Fetch the complete documentation index at: https://developers.ligdicash.com/llms.txt
Use this file to discover all available pages before exploring further.
Contractual prerequisites
This additional contract involves conditions specific to card payment processing: PCI-DSS compliance, specific pricing terms, and a commitment to the withdrawal delays applicable to Visa funds (up to 14 days).Submit an activation request
Contact the LigdiCash team to start the process:- Technical support: developper@ligdicash.com
- Partner Manager: see the contacts by country
What changes on your integration after activation
Once the contract is signed and activation is confirmed by LigdiCash:- The hosted payment page will show a Visa card payment option in addition to the mobile money operators.
- No technical change is required on the merchant side: you use the same invoice creation endpoint (
POST /pay/v01/redirect/checkout-invoice/create) and the same callback mechanism.
Visa payment is only available with the hosted payin method. If you only use direct payin, you will not be able to offer Visa to your customers.
Withdrawal delay for Visa funds
Funds collected through Visa payments are subject to additional checks before being available for withdrawal. This delay can be up to 14 days from the payment date. This delay is documented in the dedicated Visa contract. It is distinct from the withdrawal delays applicable to mobile money funds.Related pages
- Visa introduction — constraints and overview
- Visa payment flow — how a payment unfolds after activation
- Create an invoice — the creation endpoint, shared by mobile money and Visa
