Note that there are some explanatory texts on larger screens.

plurals
  1. POPaypal: Why do I get 'success' for a direct recurring payment if nothing is recorded?
    primarykey
    data
    text
    <p>I am using the Paypal API (Website Payments Pro) to set up recurring payments with customers, and am currently testing in the paypal-sandbox. Paypal requires me to set up both Express Checkout and Direct Payment.</p> <p>Express Checkout: Works fully with recurring payments. I get a 'success' response, and I can see the payment profile in my test account. To do this, I use SetExpressCheckout to have a user be able to get to Paypal, sign in, and be redirected to a page of my choice. I then use 'CreateRecurringPaymentsProfile' to actually create the profile with the required information.</p> <p>Direct Payment: I do get a 'success' response as outlined below, but I cannot see the recurring payment profile in the test account. I am simply gathering the information on my site and sending it off to Paypal with 'CreateRecurringPaymentsProfile'.</p> <p>Here is the 'success' output of my attempt at creating a recurring payment:</p> <pre><code>ACK: "Success" AMT: "1%2e00" AVSCODE: "X" BUILD: "2075688" CORRELATIONID: "bbfe83b685c0a" CURRENCYCODE: "USD" CVV2MATCH: "M" TIMESTAMP: "2011%2d09%2d12T14%3a27%3a58Z" TRANSACTIONID: "62214391KD595633B" VERSION: "54%2e0" </code></pre> <p>I can try to provide any other details! Any help is appreciated.</p> <hr> <p>Edit: Thanks for the help thus far. I am, however, receiving a success message once again with no proof of the transaction in the test account. The JSON output is this:</p> <pre><code>ACK: "Success" BUILD: "2085867" CORRELATIONID: "3e84486e74e80" PROFILEID: "I%2d4Y707DELPFKD" PROFILESTATUS: "ActiveProfile" TIMESTAMP: "2011%2d09%2d12T20%3a13%3a15Z" VERSION: "78%2e0" </code></pre> <hr> <p>Thanks a lot,</p> <p>Daniel Moniz</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload