Skip to Content Skip to Menu

Quickpay problem ??

  • rbuelund
  • rbuelund
  • OFFLINE
  • Posts: 583
  • Thanks: 42
  • Karma: 4
6 days 20 hours ago #340815 by rbuelund
Quickpay problem ?? was created by rbuelund
We have a subscription that ran out the 1. april. Now several users who had selected recurring payment but whos card has ran out, cannot pay ?? I see the status "Pending payment" on the user profile in backend. What is going on here ? How long must they wait before they can pay with a new credit card ?

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • OFFLINE
  • Posts: 49048
  • Thanks: 8384
  • Karma: 1456
6 days 19 hours ago #340819 by krileon
Replied by krileon on topic Quickpay problem ??
Quickpay doesn't have IPNs for recurring payments. They're handled by CBSubs itself. You need to trigger payment processing for those to be processed. Within CBSubs > Settings > Global under the "Automation settings" section that's the "Automated payments (this is only for use if required and supported in payment gateway and by payment service provider)" parameter. You should have this scheduled to run the CRON URL regularly (ideally daily).


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in or Create an account to join the conversation.

  • rbuelund
  • rbuelund
  • OFFLINE
  • Posts: 583
  • Thanks: 42
  • Karma: 4
6 days 19 hours ago - 6 days 19 hours ago #340820 by rbuelund
Replied by rbuelund on topic Quickpay problem ??
This IS scheduled and worked last year - why not now ? I have changed nothing on the site.
The problem arises with payment cards that are not valid any longer
Last edit: 6 days 19 hours ago by rbuelund.

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • OFFLINE
  • Posts: 49048
  • Thanks: 8384
  • Karma: 1456
6 days 19 hours ago #340822 by krileon
Replied by krileon on topic Quickpay problem ??
Quickpay should've returned an error response according to their API in that case. You should see the notification for these in CBSubs > Notifications or CBSubs > History Log. If it doesn't it'd be put in a pending state and will recheck the status on running the CRON URL again. As it was working last year and nothing regarding this changed in CBSubs then something changed on Quickpays end. Do you see any errors logged in notifications or history log for users having problems?

As for how users can change their payment method in these cases is they'd have to cancel the subscription and re-subscribe with a new valid payment method.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in or Create an account to join the conversation.

  • rbuelund
  • rbuelund
  • OFFLINE
  • Posts: 583
  • Thanks: 42
  • Karma: 4
6 days 18 hours ago - 6 days 18 hours ago #340826 by rbuelund
Replied by rbuelund on topic Quickpay problem ??
One user has this error: "Updating payment record because of new status of payment basket: Denied because of event received: subscr_failed. Previous status was: Pending" - 04/01/25
Another user: "Updating payment record because of new status of payment basket: Denied because of event received: subscr_failed. Previous status was: Completed" - 03/31/25
Another user: "Updating payment record because of new status of payment basket: Denied because of event received: subscr_failed. Previous status was: Pending" - 04/01/25
Another user: "Updating payment record because of new status of payment basket: Denied because of event received: subscr_failed. Previous status was: Pending" - 04/01/25

All of them have:
payment_status Denied
reason_code Rejected By Acquirer  
txn_type subscr_failed

And of course they are rejected as their cards are not valid anymore - but then they should be able to use a new card ???
 
Last edit: 6 days 18 hours ago by rbuelund.

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • OFFLINE
  • Posts: 49048
  • Thanks: 8384
  • Karma: 1456
6 days 18 hours ago - 6 days 18 hours ago #340827 by krileon
Replied by krileon on topic Quickpay problem ??
Ok, in that case it should've went into an expired state and not a pending state. As appears denied is being treated as pending. I'm not completely sure here. Will look into that further and see why it's not going into the proper state. Should be able to fix it retroactively as well since it has a re-check feature for existing pending baskets.

Going expired would make it easier for them to renew with a valid payment method. For now they'd have to unsubscribe and renew if there isn't a renew button available for them to renew manually with a new valid payment method. Can you confirm they've no renewal button to renew with a valid payment method?


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.
Last edit: 6 days 18 hours ago by krileon.

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum