Skip to content

Enums

upbankapi.models.AccountType #

Bases: str, Enum

SAVER = 'SAVER' class-attribute #

TRANSACTIONAL = 'TRANSACTIONAL' class-attribute #

upbankapi.models.OwnershipType #

Bases: str, Enum

INDIVIDUAL = 'INDIVIDUAL' class-attribute #

JOINT = 'JOINT' class-attribute #

upbankapi.models.TransactionStatus #

Bases: str, Enum

HELD = 'HELD' class-attribute #

SETTLED = 'SETTLED' class-attribute #

upbankapi.models.CardPurchaseMethodEnum #

Bases: str, Enum

BAR_CODE = 'BAR_CODE' class-attribute #

OCR = 'OCR' class-attribute #

CARD_PIN = 'CARD_PIN' class-attribute #

CARD_DETAILS = 'CARD_DETAILS' class-attribute #

CARD_ON_FILE = 'CARD_ON_FILE' class-attribute #

ECOMMERCE = 'ECOMMERCE' class-attribute #

MAGNETIC_STRIPE = 'MAGNETIC_STRIPE' class-attribute #

CONTACTLESS = 'CONTACTLESS' class-attribute #

upbankapi.models.WebhookDeliveryStatus #

Bases: str, Enum

DELIVERED = 'DELIVERED' class-attribute #

UNDELIVERABLE = 'UNDELIVERABLE' class-attribute #

BAD_RESPONSE_CODE = 'BAD_RESPONSE_CODE' class-attribute #

upbankapi.models.WebhookEventType #

Bases: str, Enum

PING = 'PING' class-attribute #

TRANSACTION_CREATED = 'TRANSACTION_CREATED' class-attribute #

TRANSACTION_SETTLED = 'TRANSACTION_SETTLED' class-attribute #

TRANSACTION_DELETED = 'TRANSACTION_DELETED' class-attribute #