Credit Card payments status

Created on 12 February 2022, over 3 years ago
Updated 4 October 2025, 7 days ago

Hi introfini,

I was wondering what's the status on the credit card payments module. I've been testing and I'm bumping into some issues.

- On the test I was getting a cancel message every time I tried to pay (valid payments or invalid). I've replaced the errorURL from cancel_url to return_url were the logic is implemented and works ok, as far as I could test it.

 $data = [
      'orderId' => $payment->getOrderId(),
      'amount' => $payment->getAmount()->getNumber(),
      'successUrl' => $form['#return_url'],
      'errorUrl' => $form['#return_url'] . '?status=error',
      'cancelUrl' => $form['#cancel_url'],
    ];

- On live I'm getting a 403 denied error when redirecting to the payment url. After getting the 403 if I refresh, the payment page loads, so the url is apparently correct. I've changed REDIRECT_POST To REDIRECT_GET and the payment page loads but immediately redirects to the error url. So it's still a no go.

I've also notice that the hash security key verification is also not implemented.

I'm in desperade need of this module so I'm here to help push it for it to work. I can do the SK verification. What other things am I missing that needs atention?

Cheers and thanks for the module

💬 Support request
Status

Active

Version

2.0

Component

Code

Created by

🇵🇹Portugal joaoverissimo

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

No activities found.

Production build 0.71.5 2024