Details
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
Field | Original Value | New Value |
---|---|---|
Story Points | 2 |
Sprint | 4.5.0 Sprint 1 [ 66 ] |
Rank | Ranked higher |
Sprint | 4.5.0 Sprint 1 [ 66 ] | 4.5.0 Sprint 2 [ 67 ] |
Rank | Ranked lower |
Assignee | Jonathan Reissmueller [ jonathan ] |

Status | Open [ 1 ] | In Progress [ 3 ] |

Status | In Progress [ 3 ] | In Review [ 5 ] |
Resolution | Fixed [ 1 ] |
Remaining Estimate | 0 minutes [ 0 ] | |
Time Spent | 39 minutes [ 2340 ] | |
Worklog Id | 11694 [ 11694 ] |
Sprint | 4.5.0 Sprint 2 [ 67 ] | 4.5.0 Sprint 2, 4.5.0 Sprint 3 [ 67, 74 ] |
Rank | Ranked higher |
Time Spent | 39 minutes [ 2340 ] | 54 minutes [ 3240 ] |
Worklog Id | 11728 [ 11728 ] |
Fix Version/s | 4.5.0-b1 [ 11108 ] | |
Fix Version/s | Short Term [ 10800 ] |
Sprint | 4.5.0 Sprint 2, 4.5.0 Sprint 3 [ 67, 74 ] | 4.5.0 Sprint 2, 4.5.0 Sprint 3, 4.5.0 Sprint 4 [ 67, 74, 75 ] |

Status | In Review [ 5 ] | Closed [ 6 ] |
I think this is for invoice id CODE (Invoice #) not the internal id, so we'll need to see if that's available.