-
How to know the status of recurring profile?
-
Hi,
How would you implement recurring payments profile for the IPN. When I try I get errors including an undefined index for the payment status variable.
Thanks
-
We need to finalize the screen designs in Figma to proceed with frontend development.
Below are some screens we already proposed and are still incomplete, but additional ones may need to be created…
-
When you are querying RecurringProfiles, if any of the field names (FIRSTNAME, SHIPTOCITY, etc.) have accented characters (example: Andrés), python-payflowpro will come back with a UnicodeDecodeError…
-
When creating the recurring profile, I assumed that start_at would be Time.now. This causes a double charge with PayPal: the initial checkout charge, and the first payment for the recurring profile.
…
-
When querying recurring profiles that have old transactions the parse_parameters def (line 354) throws a KeyError, as not all data is returned. Below is an example of unconsumed data returned while pr…
-
### Describe the solution you'd like
Please consider allowing recurring affiliate rewards to the affiliate module. It would allow for us to compete with the partnership programs from large scale comp…
-
When someone place an order with a product having a **Recurring Profile**, it creates one normal order, plus the Recurring Order (Note! Recurring Order page isn't documented: https://github.com/arastt…
-
## Bug Report
### Expected behavior
There are many times when an account will have a typo on it; the person no longer exists, someone has changed in the company, etc. This means I have to create a n…
-
Why do we request an express checkout payment initially and then create a recurring profile that does nothing for a month? Can we not have this initial payment processed as part of the recurring profi…