简体   繁体   English

Paypal与铁轨

[英]Paypal with rails

I am integrating paypal in my rails app. 我正在我的rails应用程序中集成paypal。 I want to know that whose information I should put in billing Address and credit card information? 我想知道我应该在账单地址和信用卡信息中提供哪些信息? (seller/buyer) Thanks (卖方/买方)谢谢

To get valid test data you have to create an account in sandbox, and set up a buyer and a seller test account for yourself and use their credentials to test it. 要获得有效的测试数据,您必须在沙箱中创建一个帐户,并为自己设置买方和卖方测试帐户,并使用其凭据进行测试。

https://developer.paypal.com/ https://developer.paypal.com/

You can find great screencasts about this topic on railscasts.com 您可以在railscasts.com上找到关于此主题的精彩截屏视频

Are you using 'active_merchant' (https://github.com/Shopify/active_merchant). 你在使用'active_merchant'(https://github.com/Shopify/active_merchant)。 if so in the 'Sample Usage' it has the details. 如果是这样,在“样本用法”中它有详细信息。 if not its better to use it :D 如果不是更好用它:D

cheers 干杯

sameera sameera

Have got answer. 有答案 You can put that information of any person. 你可以把任何人的信息。 its just concern with credit card. 它只是关注信用卡。

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

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