Skip to main content

PayPal Community

  • Dashboard
  • Send and Request
  • Wallet
  • Business
  • Help
Log in

Le Forum de la communauté n’est pas disponible pour les nouveaux messages ou les réponses; les articles précédents restent disponibles pour vérification. Afin de connaître les options d’assistance complètes, rendez-vous sur PayPal.com/HelpCenter

Si vous souhaitez signaler du contenu illégal et contraire au Règlement sur les services numériques de l’Union Européenne (DSA), veuillez cliquer ici.

since ‎Dec-10-2017
Country: United States
Type: Personal
kofhearts
kofhearts Contributor
Contributor
3
Posts
0
Kudos
0
Solutions
Your PayPal Anniversary
The Return
Active
View all
Latest Contributions by kofhearts
  • Topics kofhearts has Participated In
  • Latest Contributions by kofhearts

receipts not shown in sandbox merchant dashboard

by kofhearts Contributor in Sandbox Environment
‎May-03-2018 05:58 PM
‎May-03-2018 05:58 PM
    I am using ruby and active merchant for paypal integration.    I purchase an item with sandbox accounts. The activity section of merchant sandbox account is blank as shown below.     I wanted to see the receipt of the transaction. Is activity not available for sandbox accounts? Thanks for help! ... View more

line items missing in paypal receipt?

by kofhearts Contributor in NVP/SOAP APIs
‎May-02-2018 11:26 PM
‎May-02-2018 11:26 PM
i am using rails and am using active merchant for paypal express integration.   The relevant part is this   response = EXPRESS_GATEWAY.purchase(total, {:ip => request.remote_ip, :token => params[:token], :payer_id => params[:PayerID]}) The receipt in the paypal merchant side is as follows     So, i am wondering what am i missing in the purchase call so that i can include the items and description so that they show up in the paypal receipt. I appreciate any help! Thanks!       ... View more

error trying to make sandbox paypal to work with r...

by kofhearts Contributor in About Business
‎Dec-10-2017 06:56 PM
‎Dec-10-2017 06:56 PM
I am having problems integrating paypal payment gateway with rails. I will explain below the steps i did. I first went to developer.paypal.com I created two sandbox accounts one for buyer and one for business account. I changed business account to Business-Pro I then installed activemerchant gem in rails. In config/environments/development.rb i pasted the following chunk config.after_initialize do ActiveMerchant::Billing::Base.mode = :test paypal_options = { login: "aGthYkgkYXVA_api1.gmail.com", password: "DH2RB21WR2EWNSTM", signature: "ApBHX2qbpxJW-Ll3oP22LSao0WeuAT.A.uNyDDqIArQeMLYzMTqsZnCW" } ::GATEWAY = ActiveMerchant::Billing::PaypalGateway.new(paypal_options) end Then in controller i created a test method and pasted code to do checkout amount = 1000 # $10.00 credit_card = ActiveMerchant::Billing::CreditCard.new( :brand => 'visa', :first_name => 'Bob', :last_name => 'Bobsen', :number => '413203319477', :month => 3, :year => 2022, :verification_value => '123') # Validating the card automatically detects the card type if credit_card.validate.empty? response = GATEWAY.purchase(amount, credit_card, :ip => '128.1.1.1') if response.success? puts "Successfully charged $#{sprintf("%.2f", amount / 100)} to the credit card #{credit_card.display_number}" else raise StandardError, response.message end end when i execute the controller method i get the following error This transaction cannot be processed. The merchant's account is not able to process transactions. I am wondering the reason for this error. I used credit card number and exp date from the buyer sandbox account i created above. I am guessing the problem is with the sandbox account and not the application. Also i had problems deleting sandbox accounts. I appreciate any help! ... View more
Paypal Logo
  • Help
  • Contact Us
  • Security
  • Fees
  • © 1999-2025 PayPal, Inc. All rights reserved.
  • Privacy
  • Legal
  • Cookies
  • Policy Updates

The money in your balance is eligible for pass-through FDIC insurance.

The PayPal Cash Mastercard is issued by The Bancorp Bank pursuant to a license by Mastercard International Incorporated. The Bancorp Bank; Member FDIC.

Powered by Khoros