Closed steveamaza closed 5 years ago
Passing the parameter channels: ["card", "bank"] is limiting the payment channels on checkout and not showing the USSD, and Visa QR options.
channels: ["card", "bank"]
Removing this parameter allows merchants to have all channels by default. They can still pass in channels of choice if they need to restrict.
This has been fixed and published. Thanks
Passing the parameter
channels: ["card", "bank"]
is limiting the payment channels on checkout and not showing the USSD, and Visa QR options.Removing this parameter allows merchants to have all channels by default. They can still pass in channels of choice if they need to restrict.