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
·
26 lines (22 loc) · 2.38 KB

CardTransaction.md

File metadata and controls

executable file
·
26 lines (22 loc) · 2.38 KB

CardTransaction

Properties

Name Type Description Notes
card Card Saved card used for transaction. Only present if a saved card was used. [optional]
error str Error code if failed. See transaction errors. [optional]
fingerprint str Uniquely identifies this particular card number [optional]
provider str Acquirer or payment gateway used: `reepay`, `clearhaus`, `nets`, `dibs`, `stripe`, `quickpay`, `epay`, `test` [optional]
ref_transaction str Id of a possible referenced transaction [optional]
gw_id str Gateway id for card [optional]
last_failed datetime When the card transaction last failed, in ISO-8601 extended offset date-time format. [optional]
first_failed datetime When the card transaction first failed, in ISO-8601 extended offset date-time format. [optional]
error_state str Error state if failed: `pending`, `soft_declined`, `hard_declined` or `processing_error` [optional]
card_type str Card type: `unknown`, `visa`, `mc`, `dankort`, `visa_dk`, `ffk`, `visa_elec`, `maestro`, `laser`, `amex`, `diners`, `discover` or `jcb`
exp_date str Card expire date on form MM-YY [optional]
masked_card str Masked card number [optional]
strong_authentication_status str Status for strong customer authentication [optional]
acquirer_code str Acquirer error code in case of error [optional]
acquirer_message str Acquirer message in case of error [optional]
acquirer_reference str Acquirer reference to transaction. 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]