Uploaded image for project: 'Blesta Core'
  1. Blesta Core
  2. CORE-2119

Stripe: Add invoices paid to description field

    Details

    • Type: Improvement
    • Status: Closed
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: 3.6.0
    • Fix Version/s: 4.5.0-b1
    • Component/s: Gateways
    • Labels:
      None

      Description

      Invoice numbers are not passed to Stripe, as they are with some other gateways. Stripe provides a "description" field that can and should be used for this purpose. Pass any invoice numbers being paid as part of this description field.

      See https://stripe.com/docs/api?lang=php#metadata

      For example:

      Stripe\Charge JSON:

      { ... "description": "Charge for test@example.com", ... }

      In Stripe's example, they use the text "Charge for test@examples.com" as an example for the description field. Instead, include the invoice numbers being paid here.

      This was originally requested at http://www.blesta.com/forums/index.php?/topic/6089-stripe-invoice-number-in-description/

        Activity

        Hide
        admin Paul Phillips added a comment -

        I think this is for invoice id CODE (Invoice #) not the internal id, so we'll need to see if that's available.

        Show
        admin Paul Phillips added a comment - I think this is for invoice id CODE (Invoice #) not the internal id, so we'll need to see if that's available.

          People

          • Assignee:
            jonathan Jonathan Reissmueller
            Reporter:
            admin Paul Phillips
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved:
              Fix Release Date:
              31/Jan/19

              Time Tracking

              Estimated:
              Original Estimate - Not Specified
              Not Specified
              Remaining:
              Remaining Estimate - 0 minutes
              0m
              Logged:
              Time Spent - 54 minutes
              54m

                Agile