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
·
28 lines (24 loc) · 2.69 KB

Transaction.md

File metadata and controls

executable file
·
28 lines (24 loc) · 2.69 KB

Transaction

Properties

Name Type Description Notes
id str Transaction id assigned by Reepay
state str State of the transaction, one of the following: `pending`, `processing`, `authorized`, `settled`, `refunded`, `failed`, `cancelled`
invoice str Invoice id
type str Transaction type, one of the following: 'settle', 'refund', `authorization`
amount int The transaction amount
settled datetime When the transaction was settled, in ISO-8601 extended offset date-time format. [optional]
authorized datetime When the transaction was authorized, in ISO-8601 extended offset date-time format. [optional]
failed datetime When the transaction failed, in ISO-8601 extended offset date-time format. [optional]
refunded datetime When the transaction was refunded, in ISO-8601 extended offset date-time format. [optional]
created datetime Date when the transaction was created. In ISO-8601 extended offset date-time format.
card_transaction CardTransaction Specifics in case of card transaction [optional]
mpo_transaction CardTransaction Specifics in case of MobilePay Online transaction [optional]
applepay_transaction CardTransaction Specifics in case of ApplePay transaction [optional]
googlepay_transaction CardTransaction Specifics in case of GooglePay transaction [optional]
manual_transaction ManualTransaction Specifics in case of manual transaction [optional]
viabill_transaction ViabillTransaction Specifics in case of ViaBill transaction [optional]
resurs_transaction ResursTransaction Specifics in case of Resurs Bank transaction [optional]
paypal_transaction PaypalTransaction Specifics in case of PayPal transaction [optional]
pgw_transaction PgwTransaction Specifics in case of generic payment gateway transaction [optional]

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