Answered
i need a transaction status so that on the basis of the response in callback/return url i will update in my crm as well as redirect the user.
Posted by
Ayushi khare,
about 2 years ago
,
Last Reply by Hussein Mostafa
2 months ago
Answered
Hello, we are developers working on a Saudi mobile app. We have integrated PayTabs as the payment gateway on our systems. We use a recurring payment for handling subscriptions, We have followed the tokenized transaction guides to handle the recurring subscription payment, but it seems that transactions made using Apple Pay and STCPay didn't give us the token for recurring requests. Does the recurring payment only work on cards? or is there any other way to use the recurring payment with Apple Pay and STCPay?
Posted by
Rainer Regan,
3 months ago
,
Last Reply by Mohammed EL Rayes
3 months ago
,
1 vote
Answered
Hi, I have a plan to integrate PayTabs as our recurring payment. We have successfully created the normal payment request and successfully got the token from the transaction. However, when we tried to create the recurring transaction, we got an error without any explanation. The error message was "Unable to process your request" with error code 422, we have no idea what this means. We have passed the correct token and tran_ref but the response is still the same. Error response {
"code": 422,
"message": "Unable to process your request",
"trace": "PMNT0706.65F87866.00000992"
} When I look at the API debug logs, the error was "Invalid terminal", and I still haven't have any idea what does this mean. Any help would be appreciated!
Posted by
Rainer Regan,
8 months ago
,
Last Reply by Osama El-Hamahmy
8 months ago
Answered
i want amex card test data
Posted by
Ticketak App,
10 months ago
,
Last Reply by Osama El-Hamahmy
10 months ago
Answered
Hi, I have transaction with total amount 100 SAR and I need partial refund it , I call API 3 times by passing cart_amount = 50 SAR at each time at the first time the response_status is "A" at the second time the response_status is "A" at the third time the response_status is "A" the expected result is in the third time the response is "E", which is I exceeded the max value of transaction, what is the wrong? my sample request is { "profile_id": xxxxx, "tran_type": "refund", "tran_class": "ecom", "cart_id": "xxxxxxx", "cart_currency": "SAR", "cart_amount": 50, "cart_description": "refund reason", "tran_ref": "TSTxxxxxxxxxx" }
Posted by
Muhammad Sayed,
about 1 year ago
,
Last Reply by Hussein Mostafa
about 1 year ago
Answered
I have successfully integrated paytabs using managed form but i was wondering if i could add stc pay to managed form or is it only applicable using hosted payment
Posted by
omar mohamed abdelmoneim,
over 1 year ago
,
Last Reply by Hussein Mostafa
over 1 year ago
Answered
I have implemented Paytabs integration Via API endpoint but I'm getting "Authentication failed. Check profile ID and authentication header."
Posted by
Rani Fouad,
about 2 years ago
,
Last Reply by Osama El-Hamahmy
about 2 years ago
,
1 vote