Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • James Dodwell 21 posts 73 karma points
    Aug 25, 2015 @ 18:28
    James Dodwell
    0

    How can Customers pay on account

    Does anyone have any advice for how to give our customers the option to 'pay on account' so they can purchase and get an invoice with 30 days to pay. It is a bit like the 'cash' payment gateway but not the right name for it. Any help would be much appreciated.

  • Rusty Swayne 1655 posts 4993 karma points c-trib
    Aug 25, 2015 @ 18:54
    Rusty Swayne
    0

    @James - The customers have collections of invoices that are associated with their account. Filtering the invoice collection for Unpaid or Partial statuses will give you a list of invoices that need a payment.

    You can then collect payment against those invoices. There are extension methods off the invoice:

     invoice.CapturePayment( ... 
    

    for example.

  • James Dodwell 21 posts 73 karma points
    Aug 26, 2015 @ 10:19
    James Dodwell
    0

    Thanks Rusty,

    We'll take a look at those extension methods.

Please Sign in or register to post replies

Write your reply to:

Draft