Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Latest commit

 

History

History
executable file
·
22 lines (18 loc) · 2.17 KB

ChargeSource.md

File metadata and controls

executable file
·
22 lines (18 loc) · 2.17 KB

ChargeSource

Properties

Name Type Description Notes
type str Type of charge source: `card` - existing customer card, `card_token` - card token, `mpo` - MobilePay Online or `viabill`
card str Reference to customer card if source type `card` [optional]
fingerprint str Uniquely identifies this particular card number if credit card source [optional]
provider str Card acquirer or card payment gateway used if card source: `reepay`, `clearhaus`, `nets`, `dibs`, `stripe`, `quickpay`, `epay`, `test` [optional]
auth_transaction str Reference to authorization transaction if charge is settled after authorization [optional]
card_type str Card type if credit card source: `unknown`, `visa`, `mc`, `dankort`, `visa_dk`, `ffk`, `visa_elec`, `maestro`, `laser`, `amex`, `diners`, `discover` or `jcb` [optional]
exp_date str Card expire date on form MM-YY if credit card source [optional]
masked_card str Masked card number if credit card source [optional]
strong_authentication_status str Status for strong customer authentication: `threed_secure`, `threed_secure_not_enrolled, `threed_secure_local_only`, `secured_by_nets` [optional]
acquirer_code str Card acquirer error code in case of card error [optional]
acquirer_message str Card acquirer message in case of card error [optional]
acquirer_reference str Card acquirer reference to transaction in case of card source. E.g. Nets order id or Clearhaus reference. [optional]
text_on_statement str Resulting text on bank statement if known [optional]

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