For questions on how to implement citrus-pay for various checkout experiences. Includes questions majorly focusing on citrus-pay technical integration issues. Please refrain from asking questions regarding terms and conditions, costs or legal issues.
Questions tagged [citrus-pay]
25 questions
5
votes
1 answer
Citrus Payment Gateway Android integration
I have to integrate Citrus Payment gateway into my android app, Any help will be appreciated.
website here
Thank you in advance.

Sagar V.
- 3,567
- 1
- 19
- 14
2
votes
1 answer
Handle payment response if server crashes?
What happens when I initiate a transaction to say Citrus, or Ccavenue or PayUmoney or any payment gateways, and the money is deducted on the client side and my server fails the time it was about to receive the response, and on the response I need to…

Nitish Patra
- 289
- 5
- 20
2
votes
0 answers
Unable to implement CitrusPay SDK for iOS in swift based app
I am done with integrating 'CitrusPay iOS SDK' in my swift based app, by following steps give at https://github.com/citruspay/citruspay-ios-sdk. However, I am unaware of further implementation steps. I also referred…

Bhagyashree Myanamwar
- 75
- 1
- 10
2
votes
1 answer
Citruspay payment gateway integration with splitpay
Can you please help me regarding citrus pay payment gateway to split the payment using PHP?
I have to split the order amount into 2 parts one for the merchant and one for the seller. If it's possible please provide me a demo.
Thanks in advance.

Ankur Biswas
- 31
- 2
1
vote
0 answers
Error occur in Citrus Payment Integration
I just want to use citrus payment integration and when i just click on buy now button than its getting error and my app has been crash and mainly the error comes in CheckUserLogin and checkuserlogin method. I don't understand how to resolve this…

Rahul
- 33
- 5
1
vote
0 answers
App is crashing with Message from debugger: Terminated due to signal 6 in citrus pay integration
I am using citrus pay payment gateway for my app and I am using cocoapods to integrate and I am following the below link to integrate.https://github.com/citruspay/citruspay-ios-sdk
and the pod file is
# Uncomment the next line to define a global…

Satheeshkumar Naidu
- 514
- 6
- 19
1
vote
2 answers
Citrus Payment Gateway integration in Android
When I integrate the citrus Payment Gateway I got the Error " com.android.volley.NoConnectionError: javax.net.ssl.SSLHandshakeException: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found."
How to add SSL…

Bhadresh
- 291
- 1
- 9
1
vote
0 answers
prevent rails from adding current path url before external js src
I have page where i load js from my payment gateway(citrus) like below
The url for the current page is…

Abhilash
- 2,864
- 3
- 33
- 67
1
vote
1 answer
How to integrate citrus payment gateway in zend?
I am trying to integrate citrus payment gateway to my application which is written in zend. I am using citrus hostel checkout. I am generating signature in controller and then pass these values to view where a form is created.
Controller…

iit2011081
- 742
- 8
- 26
1
vote
1 answer
Citrus SplitPay: How to integrate Split pay in mobile application
I have created sample merchant user in the Citrus. But I didnt know how to approach it for SplitPay. Consider my scenario , I have created shopping app for my client. I need to get some % as a commission and remaining amt will be sent to my…

Sridhar
- 2,228
- 10
- 48
- 79
1
vote
1 answer
How to remove Billing details, Delivery details and Delivery method from opencart 2.1.0.1 version
Hello I am using Opencart version 2.1.0.1 and i want to keep only Payment Method on my site.So How can i remove it. I tried
OpenCart 2.0: How To Remove Billing Details from Chekout Page
this post but not helpfull for me.
Basically I am getting…

Pravin Deshmukh
- 31
- 1
- 8
1
vote
1 answer
Citrus Payment Redirect Url not working
I am integrating citrus payment into android app , everything is working well in sandbox till my transaction is successful but once my transaction is successful i get below logs :
MOTO SUCCESSFUL***{"txMsg":"Transaction…

KOTIOS
- 11,177
- 3
- 39
- 66
1
vote
0 answers
Error to integrate the citrus payment
I integrated the Citrus payment code in PHP. I received the error like
Access is denied
Bad Request:Following parameters are missing-Return URL

Mukhila Asokan
- 641
- 3
- 11
- 29
1
vote
0 answers
payment gateway integration with CodeIgniter
I am integrating payment gateway of citrus with CodeIgniter site, it is working on localhost but not on the…

user4927626
- 91
- 1
- 3
- 9
0
votes
0 answers
The type or namespace name 'Citrusresponse' could not be found (are you missing a using directive or an assembly reference?
I am working on an ASP.NET website and using Citrus pay framework. I am Getting error on this line in my code:
Citrusresponse s = DB.GetCollection().FindOneById(TransID);
Here are the total modules that I am using in my code.
using…

The L
- 11
- 3