• I was testing a payment of $.75 and a $50 charge went through. I checked the docs for the plugin and it seems that the minimum payment is $.50. It seems that a typo has been made somewhere.

    The invoice displayed, “Total Due: $.75”, but when the payment went through, the invoice displayed, “Total Due: -$49.25”.

    This was processed via stripe.

    “object”: “charge”,
    “amount”: 5000,

    EDIT:

    I believe the cause of this is that in the Edit Invoice Dash, I’ve set “Allow Partial Payment” to true, and have set “Minimum Payment” to 50%. I believe that Minimum Payment is not registering % at all and is only deciding on set dollar amounts. This is a poor experience for anybody managing this, as a lot of people will commonly decide to take 50% deposits on payments.

    SIDEBAR:

    Is there an express checkout option for Paypal included in this plugin? I cannot find one anywhere and Paypal has implemented one.

    This is what I’m talking about: https://cloud.githubusercontent.com/assets/5201301/20980463/a4ea95a8-bc7e-11e6-9ba1-2d36d11b4885.jpg

    • This topic was modified 7 years, 8 months ago by matthewschad.
    • This topic was modified 7 years, 8 months ago by matthewschad.
    • This topic was modified 7 years, 8 months ago by matthewschad.
    • This topic was modified 7 years, 8 months ago by matthewschad.
Viewing 1 replies (of 1 total)
  • Hello,

    You are correct the field of Minimum payment does not accept percentage, you would have to just divide the total amount by 2 to accept a 50% charge. We did this so that there is no confusion for customers on what type of charge to use.

    As far as the first part, it seems that you had an invoice of $50 and processed a payment of 75 cents and that is why you got the invoice charge total of $49.25.

    If you have further questions or such, please send us a word: usabi;itydynamics.com/contact-us

Viewing 1 replies (of 1 total)
  • The topic ‘Minimum Payment Incorrect’ is closed to new replies.