Questions tagged [dibs]

DIBS Payment Services is the largest provider of internet payment solutions in Northern Europe.

DIBS Payment Services is the largest provider of internet payment solutions in Northern Europe.

15 questions
3
votes
1 answer

Integrating Dibs Payment Gateway in Android

I am working on Dibs Payment integration but unable to achieve success. All things are working good in demo mode but when merchant id is supplied to it then before opening card details form it gives an error "Data has been tampered. Checksome is not…
3
votes
1 answer

Why does DIBS say "No paytype(s)! Missing test parameter?"

I'm not sure if this has started happening recently, but when using DIBS Payment Services from Joomla 1.5 with VirtueMart 1.1.9, DIBS always say "No paytype(s)! Missing test parameter?" when not in test mode. It doesn't matter if we specify paytypes…
Christian Davén
  • 13,902
  • 10
  • 53
  • 68
2
votes
1 answer

uCommerce 2.6.1 DIBS "No paytype(s)! Missing test parameter?"

I've been working with uCommerce developing a webshop. I've set it up to integrate with DIBS payment services, and I got it to work properly with umbraco 4.7.2. Now, I upgraded to 4.8.0 and I get the message "No paytype(s)! Missing test parameter?"…
1
vote
1 answer

what to write in callback url file in dibs payment?

I have used a redirect method of payment using PHP. Can any one help with the callback file content? I don't know what to define in callback.php file. I can't find any help from any source. I have already refereed below link about callback in…
1
vote
1 answer

DIBS payment gateway callbackURL is very fast

I have integrated the DIBS payment gateway in my PHP code. To protect against the unwanted closing of the browser, I thought of using callbackUrl. But I realised the call to callbackUrl is happening even before the normal browser returns to the…
enRaiser
  • 2,298
  • 1
  • 15
  • 33
1
vote
1 answer

DIBS recurring payment, no error message, not working at all

I am using the following code to work, but it is not working require('DIBSFunctions.php'); //Define input variables (here simply static variables) $Merchant = "123456"; $OrderID = "AHJ798123AH-BH"; $Currency = "208";…
Muhammad
  • 2,851
  • 4
  • 38
  • 64
1
vote
1 answer

Dib(s) Error no paytype(s)! missing test parameter? - Open Cart

I am facing the problem to installation of the Dibs payment method in Open Cart. It is displaying the error No paytype(s)! Missing test parameter?. Please guide me how to solve this problem. Thanks Pawan
Pawan_oCodewire
  • 216
  • 2
  • 5
  • 15
0
votes
2 answers

How to use DIBS payment system with vuejs?

I have the following sample code, in a nuxtjs/vuejs project