*

vechaslav.an

  • *
  • 1 posts
Re: New Payment Gateway
« Reply #75 on: December 26, 2020, 02:38:57 PM »
Please add a gateway for Kazakhstan.
PayBox: https://paybox.money/
CloudPayments: https://cloudpayments.kz/
Or you can expand YandexMoney (YooKassa) for Kazakhstan, now it works only for Russia: https://yookassa.ru/

Each has English documentation.

*

MB Themes

Re: New Payment Gateway
« Reply #76 on: January 26, 2021, 03:26:36 PM »
Hello everyone,
Payhere.lk has been integrated into plugin.
https://www.payhere.lk/
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Re: New Payment Gateway
« Reply #77 on: January 28, 2021, 04:16:29 AM »
Hello, I'm a customer from Malaysia and just bought the Osclass Pay plugin. I'd like to see Toyyibpay - https://toyyibpay.com/ as one of the payment gateways in Osclass Pay. Please refer to this page https://toyyibpay.com/apireference/

- Thank you.

*

MB Themes

Re: New Payment Gateway
« Reply #78 on: February 10, 2021, 03:16:42 PM »
BeGateway.com (bepaid.by) has been integrated into plugin by bepaid.by as primary Belarus payment solution ;)
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Gile

  • ***
  • 42 posts
Re: New Payment Gateway
« Reply #79 on: February 19, 2021, 11:52:20 AM »

Is it possible to integrate one very popular payment method :

https://www.payoneer.com/


« Last Edit: February 19, 2021, 11:55:17 AM by Gile »

*

p206ab

  • **
  • 8 posts
Re: New Payment Gateway
« Reply #80 on: April 12, 2021, 11:00:30 AM »
Mollie would be nice  ;)

*

buninsan

  • **
  • 14 posts
Re: New Payment Gateway
« Reply #81 on: April 20, 2021, 11:49:32 PM »
++++
advcash.com
www.interkassa.com
free-kassa.ru
liqpay.ua

*

abuzarkandwal

  • ****
  • 112 posts
Re: New Payment Gateway
« Reply #82 on: May 17, 2021, 06:36:03 PM »
please add easypasa and jazz cash

*

Smithtech

  • ****
  • 219 posts
Re: New Payment Gateway
« Reply #83 on: May 24, 2021, 03:00:08 PM »
Hi Team,
Paystack actually supports GHS as well. However, It is stated on the plugin page that Paystack only supports NGN and USD so Paystack will not work unless we change the currency.
We have only GHS currency and enabled the Paystack payment but it is not showing in the payment methods in user dashboard. Can you please address this issue so that we can use the plugin for GHS.

Look at this JS on this Paystack page https://paystack.com/docs/payments/accept-payments

Paystack supports GHS. It looks like GHS is actually the second currency after NGN.

Code: [Select]
var paymentForm = document.getElementById('paymentForm');
paymentForm.addEventListener('submit', payWithPaystack, false);
function payWithPaystack() {
var handler = PaystackPop.setup({
key: 'YOUR_PUBLIC_KEY', // Replace with your public key
email: document.getElementById('email-address').value,
amount: document.getElementById('amount').value * 100, // the amount value is multiplied by 100 to convert to the lowest currency unit
currency: 'NGN', // Use GHS for Ghana Cedis or USD for US Dollars
ref: 'YOUR_REFERENCE', // Replace with a reference you generated
callback: function(response) {
//this happens after the payment is completed successfully
var reference = response.reference;
alert('Payment complete! Reference: ' + reference);
// Make an AJAX call to your server with the reference to verify the transaction
},
onClose: function() {
alert('Transaction was not completed, window closed.');
},
});
handler.openIframe();
}

*

Smithtech

  • ****
  • 219 posts
Re: New Payment Gateway
« Reply #84 on: May 24, 2021, 03:03:23 PM »
Paystack payment gateway integrated in 1.4.0
https://paystack.com/

Hi Team,
Paystack actually supports GHS as well. However, It is stated on the plugin page that Paystack only supports NGN and USD so Paystack will not work unless we change the currency.
We have only GHS currency and enabled the Paystack payment but it is not showing in the payment methods in user dashboard. Can you please address this issue so that we can use the plugin for GHS.

Look at this JS on this Paystack page https://paystack.com/docs/payments/accept-payments

Paystack supports GHS. It looks like GHS is actually the second currency after NGN.

Code: [Select]
var paymentForm = document.getElementById('paymentForm');
paymentForm.addEventListener('submit', payWithPaystack, false);
function payWithPaystack() {
var handler = PaystackPop.setup({
key: 'YOUR_PUBLIC_KEY', // Replace with your public key
email: document.getElementById('email-address').value,
amount: document.getElementById('amount').value * 100, // the amount value is multiplied by 100 to convert to the lowest currency unit
currency: 'NGN', // Use GHS for Ghana Cedis or USD for US Dollars
ref: 'YOUR_REFERENCE', // Replace with a reference you generated
callback: function(response) {
//this happens after the payment is completed successfully
var reference = response.reference;
alert('Payment complete! Reference: ' + reference);
// Make an AJAX call to your server with the reference to verify the transaction
},
onClose: function() {
alert('Transaction was not completed, window closed.');
},
});
handler.openIframe();
}

*

mwindey

  • *****
  • 461 posts
Re: New Payment Gateway
« Reply #85 on: June 03, 2021, 04:49:37 PM »
Fortumo maybe?

*

Fabricator

  • *
  • 2 posts
Re: New Payment Gateway
« Reply #86 on: October 19, 2021, 04:30:58 PM »
Google Pay

*

MB Themes

Re: New Payment Gateway
« Reply #87 on: October 19, 2021, 05:45:19 PM »
U think we were reviewing Google Pay in past and there were some complications with integration
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Tango

  • ****
  • 214 posts
Re: New Payment Gateway
« Reply #88 on: October 20, 2021, 04:14:52 PM »
If you're ever thinking of adding an all in one payment solution, I suggest you add Twispay.
Twispay was recently acquired by one of the most powerful Crypto companies in the world Elrond and they will also add crypto payments support.

Right now, Twispay supports: Debit and Credit Cards, Ideal, GiroPay, SEPA Direct Debit, Sofortuberweisung, Postfinance, AstroPay Card, AstroPay Direct, Banamex, Banco de Occidente, Banco do Brasil, Bancontact, Boleto Bancario, Bradesco, DirectPayEU, EPS, MyBank, Paysafecard, POLi, Przelewy24, Trustpay, Verkkopankki.

So yeah, it's amazing.
Thanks!

*

Fabricator

  • *
  • 2 posts
Re: New Payment Gateway
« Reply #89 on: October 28, 2021, 06:04:55 PM »
Hi!
Barion payment maybe?
This is a Hungarian payment gateway, but it's have English site too, and dev documentation.
barion_dot_com/en/
barion_dot_com/en/developers/api/
Have a nice day!