简体   繁体   中英

Paypal with rails

I am integrating paypal in my rails app. 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/

You can find great screencasts about this topic on railscasts.com

Are you using '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

cheers

sameera

Have got answer. You can put that information of any person. its just concern with credit card.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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