我正在尝试将支付网关与 3D Secure 集成。我正在使用 curl 发送包含付款信息的请求,包括(卡详细信息、账单、运输详细信息等)。
我坚持与 3D Secure 集成,我将 centinal 用于 3D Secure。但我不知道如何将它与现有的支付网关集成。
任何人都可以帮助我提供示例代码。
我正在尝试将支付网关与 3D Secure 集成。我正在使用 curl 发送包含付款信息的请求,包括(卡详细信息、账单、运输详细信息等)。
我坚持与 3D Secure 集成,我将 centinal 用于 3D Secure。但我不知道如何将它与现有的支付网关集成。
任何人都可以帮助我提供示例代码。
I got my answer, i hope it can other : 3D-Secure is completely different entity most of the time if you will use any payment gateway which has 3D Secure as 3rd party. I am using cardinal commerce 3D Secure. So first you have to take response from 3dsecure and based on that response you have to call then payment gateway with 3d success or unsuccess value attach with it. Thats all i got confused with merging whereas both are separate entity. Keep it in mind. Code from 3D Secure and payment gateway will be separate and provided by their company.