Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Sandbox Express Checkout never creates transactions
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
valley  
View profile  
 More options Feb 16 2011, 11:14 am
From: valley <rivell...@gmail.com>
Date: Wed, 16 Feb 2011 08:14:27 -0800 (PST)
Local: Wed, Feb 16 2011 11:14 am
Subject: Sandbox Express Checkout never creates transactions
Hi there,
i'm writing a Rails Application and need to use PayPal Express
Checkout via ActiveMerchant to handle payments.
I've created 2 accounts in Sandbox, one business seller and one
personal buyer.
Everything seems to work fine, i.e. i'm redirected to PayPal after
getting the token, the buyer can do a purchase and after submitting (i
use useraction=commit) on PayPal the return_url is called successfully
on my Rails app, where i see success message.

But i never see any transactions created in the 2 accounts nor will
the notify_url be called (when trying with the IPN simulator it works
fine).

Can you tell me what i am missing or doing wrong ?
I've also tried in production mode, but there i do not see any
transactions as well.

This is my setup:

def checkout
    setup_response = EXPRESS_GATEWAY.setup_purchase(50.00,
      :ip                => request.remote_ip,
      :return_url        => url_for(:action => 'confirm', :only_path
=> false),
      :cancel_return_url => url_for(:action => 'error', :only_path =>
false),
      :notify_url        => url_for(:action => 'ipn', :only_path =>
false)
    )
    redirect_to EXPRESS_GATEWAY.redirect_url_for(setup_response.token)
+'&useraction=commit'
  end

Thanks for helping me on that.
Best Regards
valley


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »