diff --git a/README.rst b/README.rst index bcfde9f1743ee121ba52be758d646817bd4bc43d..5eb62203160a5c3e2ecb7eaeffc0ac0c05c754ff 100644 --- a/README.rst +++ b/README.rst @@ -199,19 +199,25 @@ Stripe This template can use these variables: - ============ ============================================================ - Name Contents - ============ ============================================================ - description The description given to the payment when it was created - ------------ ------------------------------------------------------------ - fee The amount of fees charged by Stripe for this payment, as a - plain decimal number - ------------ ------------------------------------------------------------ - payment_id The id assigned to this payment by Stripe - ------------ ------------------------------------------------------------ - tax The amount of tax withheld by Stripe for this payment, as a - plain decimal number - ============ ============================================================ + ============== ========================================================== + Name Contents + ============== ========================================================== + customer_id The id assigned to this customer by Stripe + -------------- ---------------------------------------------------------- + customer_email The customer's e-mail address + -------------- ---------------------------------------------------------- + description The description given to the payment when it was created + -------------- ---------------------------------------------------------- + fee The amount of fees charged by Stripe for this payment, as + a plain decimal number + -------------- ---------------------------------------------------------- + payment_id The id assigned to this payment by Stripe + -------------- ---------------------------------------------------------- + payout_id The id of the associated Stripe payout + -------------- ---------------------------------------------------------- + tax The amount of tax withheld by Stripe for this payment, as + a plain decimal number + ============== ========================================================== Other output options ~~~~~~~~~~~~~~~~~~~~