Below is the mapping of Stripe’s settlement report to ours. This data is pulled from the Stripe payout_reconciliation.itemized.5 report.
Settlement reportStripe field?Stripe report
payment_service_transaction_reconciliation_id Yespayment_metadata[gr4vy_tx_sid]
transaction_idNo-
payment_service_transaction_idYespayment_intent_id
payment_service_idNo-
payment_service_definition_idNo-
payment_service_display_nameNo-
journal_typeYesCheck journal type mapping table below
raw_journal_typeYesreporting_category
payment_service_transaction_created_atYescharge_created_utc
posted_atYesavailable_on_utc
processing_amount_plainYescustomer_facing_amount
processing_currencyYescustomer_facing_currency
exchange_rateYesCalculated field using the formula gross / customer_facing_amount
currencyYescurrency
gross_credit_plainYesgross (depends on reporting_category e.g charge)
net_credit_plainYesnet (depends on reporting_category e.g charge)
gross_debit_plainYesgross (depends on reporting_category e.g refund)
net_debit_plainYesnet (depends on reporting_category e.g refund)
fee_markup_plainYesAlways null
fee_interchange_plainYesAlways null
fee_scheme_plainYesAlways null
fee_total_plainYesfee
methodYesStandardized value of raw_method
raw_methodYespayment_method_type
schemeYesStandardized value of raw_scheme
raw_schemeYescard_brand
batchYesautomatic_payout_id
report_idNo-
raw_report_idsNo-
ingested_atNo-
descriptionYesAlways null
transaction_external_identifierNo-
transaction_metadataNo-
report_payment_service_idNo-
report_payment_service_definition_idNo-
report_payment_service_display_nameNo-
Journal type mapping:
Stripe raw journal typeOur journal type
chargesettlement
disputechargeback
dispute_reversalchargeback_reversal
any other valueother
Fields marked as not a Stripe field are populated from our internal data and not from the ingested payment service report.