Skip to content
This repository was archived by the owner on Aug 20, 2025. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 1.59 KB

File metadata and controls

16 lines (11 loc) · 1.59 KB

BasicChargebackHistory

Properties

Name Type Description Notes
r#type String Enumerated type of the chargeback history event. 1st Chargeback represents the first stage of the dispute procedure initiated by the cardholder’s issuing bank. 2nd Chargeback represents the second stage of the dispute procedure initiated by the cardholder’s issuing bank (This stage is MasterCard only). Chargeback Reversal represents when 1st Chargeback or 2nd Chargeback is withdrawn by the issuer. Representment represents the stage when merchants decided to dispute 1st Chargeback or 2nd Chargeback. Chargeback Settlement can imply one of the two: 1) If merchant or marketplace is taking the lost of the chargeback, money will be debit from the wallet during this stage. 2) If merchant of marketplace successfully dispute the chargeback, money will be credit back to the wallet during this stage.
chargeback_amount models::FiatMoneyUsd
fee Option<models::FiatMoneyUsd> [optional]
description String The reason the chargeback was created.
settlement_id Option<uuid::Uuid> Unique system generated identifier for the settlement related to the chargeback history. [optional]
create_date Option<String> ISO-8601 UTC date/time format. [optional]

[Back to Model list] [Back to API list] [Back to README]