This integration is in beta
Below is the mapping of Nuvei’s settlement report to our system. This data is pulled from Nuvei’s movement report. This report is ingested on a daily basis and allows for full end to end reconciliation between your bank account and Nuvei’s payables. The report contains transaction level settlement information including fees, chargebacks and refunds. Nuvei reports on all movements of funds, also settlements that have occurred externally from the Nuvei platform. Since we’re ingesting settlement data that pertain to movements of funds in the Nuvei platform we are filtering out line items where the settlement amount : 0. We will ingest all journal types from the movement report which by Nuvei standards are notated by the movement type and movement details. In our report we concatenate these two columns in the raw_journal_type column. Transactions with our journal_type: settled will be taken from the Nuvei raw_journal_type: sale-sale. In the Nuvei movement report the fees are deducted from the processing amount in the processing currency. In our report however we provide the fees in the settlement currency. Therefore we have modified the fees in our report as fee * conversion rate.
Nuvei’s movement report needs to be scheduled via their dashboard for us to be able to ingest. Please follow their Back Office Operations - Reports guidelines on how to set up a new schedule for the Movement Report. Make sure to set the delivery type to SFTP. For us to be able to ingest the report please set the following naming convention: settlement-report-YYYY-MM-DD.csv.
Settlement reportNuvei field?Nuvei report
payment_service_transaction_reconciliation_id YesClient Unique ID
transaction_idNo-
payment_service_transaction_idYesTransaction ID (for settlement only)
payment_service_idNo-
payment_service_definition_idNo-
payment_service_display_nameNo-
journal_typeYesCheck journal type mapping table below
raw_journal_typeYesMovement Type | Movement Details
payment_service_transaction_created_atYesAlways null
posted_atYesMovement Date
processing_amount_plainYesEnd User Amount
processing_currencyYesEnd User Currency
exchange_rateYes(Amount / End User Amount) * Conversion Rate (only for refund and settlement)
currencyYesSettlement Currency
gross_credit_plainYesABS(Amount) * Conversion Rate if Settlement Amount > 0 else 0
net_credit_plainYesABS(Settlement Amount) if Settlement Amount > 0 else 0
gross_debit_plainYesABS(Amount) * Conversion Rate if Settlement Amount < 0 else 0
net_debit_plainYesABS(Settlement Amount) if Settlement Amount < 0 else 0
fee_markup_plainYesABS(Plus Commission) * Conversion Rate
fee_interchange_plainYesABS(Interchange Fee) * Conversion Rate
fee_scheme_plainYesABS(Scheme Fee) * Conversion Rate
fee_total_plainYesABS(Amount - Net Amount) * Conversion Rate
methodYesStandardized value of raw_method
raw_methodYesPayment Method
schemeYesStandardized value of raw_scheme
raw_schemeYesnull if Card Type IS NULL else Payment Method
batchYesBatch 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-
Notes:
  • payment_service_transaction_created_at is set to null since, unfortunately, no creation date of the transaction is given, only the posted_at date is available. It’s therefore not possible to see from our report on which date the original transaction took place on the Nuvei platform.
  • ABS() means absolute value transformation is applied to the original value
Journal type mapping:
Nuvei raw journal typeJournal type
Cancelled CB | Recalled Chargebackchargeback_reversal
Chargeback | Chargeback Regularchargeback
Credits | Creditrefund
Sales | Salesettlement
any other valueother
Fields marked as not a Nuvei field are populated from our internal data and not from the ingested payment service report.