2

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

Anand Soni
  • 5,070
  • 11
  • 50
  • 101
  • 1
    http://stackoverflow.com/questions/265765/paypal-website-payments-standard-with-a-ruby-rails-application – fl00r Apr 11 '11 at 09:41

3 Answers3

2

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

dombesz
  • 7,890
  • 5
  • 38
  • 47
1

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

sameera207
  • 16,547
  • 19
  • 87
  • 152
  • I have already shown that. But as I am using paypal services there is something different configuration. so If u have any answer for that do let me know please. Thanks for answer. – Anand Soni Apr 11 '11 at 10:12
  • 'I have already shown that' , I guess u mean that you are using 'active_merchant' ruby gem for paypal payment processing, if so its README has a section called 'Sample Usage' and there it has a sample configuration. Since you are accepting payments from your customers, details should be buyers – sameera207 Apr 11 '11 at 10:39
0

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

Anand Soni
  • 5,070
  • 11
  • 50
  • 101