Questions tagged [quickpay]
10 questions
2
votes
0 answers
Handle Recurring Payments for Pro sites ( WordPress plugin)
I am developing payment gateway integration (Quickpay - http://quickpay.net/) for Pro Sites plugin (https://premium.wpmudev.org/project/pro-sites/). Unfortunately Quickpay doesn't support Auto recurring payments are their end. so I have to handle…

Dharmesh Patel
- 23
- 5
2
votes
0 answers
Add tax to transaction fee in woocommerce
I am running a WooCommerce v. 3 store and using a payment plugin "Quickpay". The payment plugin supports adding the transactions fee to the order which is great, but it is added without tax to the order i WooCommerce.
I have located the code where…

Jlock
- 21
- 2
0
votes
0 answers
Basic auth in postman not working for QuickPay API
Trying to test the QuickPay API using the basic auth token provided by them. Getting this error and it's not provided in the collection they provide how to use the basic auth token.
The token is not shown fully and I will re-generate which is why…

meowzart
- 75
- 1
- 8
0
votes
1 answer
Quickpay API callback: Undefined index: HTTP_QUICKPAY_CHECKSUM_SHA256
I am trying to implement Quickpay API.
While doing so, I am also trying to make use of the callback-functionality as described here:
https://learn.quickpay.net/tech-talk/api/callback/
And just to get started, I am using the PHP code-snippet found on…

Lars M
- 1
- 2
0
votes
1 answer
Quickpay : An unknown error happened. Please try again
I'm currently trying to complete a test payment on a Quickpay integration. I successfully generate a redirect url via the API like so,
POST https://api.quickpay.net/payments
BODY
{
"order_id": "A4asdB2343", // This is generated at random each…

stwilz
- 2,226
- 2
- 21
- 24
0
votes
1 answer
Payment solution need callback method
I'm trying to implement a quickpay solution to my umbraco site.
But I have some problems getting the provider to call the callback function.
I don't know if there are any special way to do this?
public void CheckPayment()
{
//do stuff…

Henrik S
- 105
- 1
- 1
- 6
0
votes
1 answer
how to get quickpay payment id after successful payment using Quickpay Form
I integrate Quickpay Payment gateway into my website with Quickpay Form See The link. But i am unable to get payment id after successful payment.
Please anyone help me how can i get the payment id, to save into my DB.
Thanks…

Nilanjan
- 1
- 1
0
votes
1 answer
How to Integrate Quickpay In Php Site
Friend.
I try To integrate quickpay in my PHP site.
my quickpay payment form
0
votes
0 answers
Quickpay in nodejs
Use the Quickpay API in nodejs how can i integrate the payment? i tried something but it returns error.
card details are like this :number: 1000 0000 0008,expiry:1122,cvv:158,"type":"Visa"
Here is my code
function processCreatePayment(req, res,…

Schüler
- 1
- 2
-1
votes
2 answers
Woocommerce quickpay Not authorized: Not authorized to PUT /payments/:id/link
I'm building a shop with woocommerce and I'm using Quickpay. So when I click the order-pay button I get the error:
Not authorized: Not authorized to PUT /payments/:id/link
does anybody know what that issue is about?

ST80
- 3,565
- 16
- 64
- 124