简体   繁体   English

在IOS中查找柑橘支付集成中的问题

[英]Finding problems in citrus payment integration in IOS

I am working on integrating CITRUS payment in IOS .I am almost done with the integration and also able to make payment successfully. 我正在将CITRUS付款集成到IOS 。我几乎完成了集成,还能够成功付款。

But I am facing one issue here and that is when I am calling the citrus page I load's the current page with my order but it look's page with some HTML tag's, please see the image : 但是我在这里面临一个问题,那就是当我调用柑桔类页面时,我用订单加载了当前页面,但是看起来是带有一些HTML标签的页面,请参见图片:

在此处输入图片说明

And on this page when I click on SUBMIT button then my order get's completed successfully. 在此页面上,当我单击“ SUBMIT按钮时,我的订单已成功完成。

So if anybody have faced the same issue and knows any solution for this please help. 因此,如果有人遇到相同的问题并且知道解决方案,请提供帮助。

This is not an error. 这不是错误。 It is the test page showing that you need to host the page where response comes. 它是测试页面,显示您需要托管响应来自的页面。 So once you switch to the production keys, this won't be a problem. 因此,一旦您切换到生产密钥,这将不是问题。

In India, RBI (Reserver Bank of India) Mandates that all card payments should go through two-factor authentication.This means the payer will be redirected to an ACS ( Access Control Server) Page where the payer is expected to enter an OTP/Password/ ATM Pin as the case may be. 在印度,印度储备银行(RBI)要求所有卡支付均应通过两步验证,这意味着付款人将被重定向到ACS(访问控制服务器)页面,期望付款人输入OTP /密码/ ATM引脚视情况而定。

Citrus Payments have simulated a test ACS Page in their sandbox environment which is shown in the screenshot you attached with the question. Citrus Payments在其沙盒环境中模拟了一个测试ACS Page,该问题在附带问题的屏幕快照中显示。

Once you click submit button on this page, you will be redirected to a "return URL" passed in the incoming request.You are required to validate the response send by Citrus once the request arrives on this URL and display the same to the customer. 单击此页面上的“提交”按钮后,您将被重定向到传入请求中传递的“返回URL”。一旦请求到达此URL,就需要验证Citrus发送的响应并将其显示给客户。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM