README: Document `stripe payout ledger entry`.

This commit is contained in:
Brett Smith 2018-01-26 15:29:44 -05:00
parent 2de14e4573
commit eff9bdf856

View file

@ -219,6 +219,71 @@ Stripe
a plain decimal number
============== ==========================================================
``stripe payout ledger entry``
Imports one transaction per payment. Generated from Stripe's payouts CSV export.
This template can use these variables:
========================== ==============================================
Name Contents
========================== ==============================================
adjustment_count Decimal from the corresponding CSV column
-------------------------- ----------------------------------------------
adjustment_gross Decimal from the corresponding CSV column
-------------------------- ----------------------------------------------
adjustment_fees Decimal from the corresponding CSV column
-------------------------- ----------------------------------------------
adjustment_net Decimal from the corresponding CSV column
-------------------------- ----------------------------------------------
balance_txid Stripe ID of the balance transaction
-------------------------- ----------------------------------------------
collected_fee_count Decimal from the corresponding CSV column
-------------------------- ----------------------------------------------
collected_fee_gross Decimal from the corresponding CSV column
-------------------------- ----------------------------------------------
collected_fee_refund_count Decimal from the corresponding CSV column
-------------------------- ----------------------------------------------
collected_fee_refund_gross Decimal from the corresponding CSV column
-------------------------- ----------------------------------------------
destination_id Stripe ID of the payout destination account
-------------------------- ----------------------------------------------
failure_txid Stripe ID of the failure balance transaction
-------------------------- ----------------------------------------------
payment_count Decimal from the corresponding CSV column
-------------------------- ----------------------------------------------
payment_gross Decimal from the corresponding CSV column
-------------------------- ----------------------------------------------
payment_fees Decimal from the corresponding CSV column
-------------------------- ----------------------------------------------
payment_net Decimal from the corresponding CSV column
-------------------------- ----------------------------------------------
payout_id Stripe ID of this payout
-------------------------- ----------------------------------------------
refund_count Decimal from the corresponding CSV column
-------------------------- ----------------------------------------------
refund_gross Decimal from the corresponding CSV column
-------------------------- ----------------------------------------------
refund_fees Decimal from the corresponding CSV column
-------------------------- ----------------------------------------------
refund_net Decimal from the corresponding CSV column
-------------------------- ----------------------------------------------
total_count Decimal from the corresponding CSV column
-------------------------- ----------------------------------------------
total_gross Decimal from the corresponding CSV column
-------------------------- ----------------------------------------------
total_fees Decimal from the corresponding CSV column
-------------------------- ----------------------------------------------
total_net Decimal from the corresponding CSV column
-------------------------- ----------------------------------------------
validation_count Decimal from the corresponding CSV column
-------------------------- ----------------------------------------------
validation_fees Decimal from the corresponding CSV column
-------------------------- ----------------------------------------------
retried_payout_count Decimal from the corresponding CSV column
-------------------------- ----------------------------------------------
retried_payout_net Decimal from the corresponding CSV column
========================== ==============================================
Other output options
~~~~~~~~~~~~~~~~~~~~