-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Besides ECOM, RECURRING and BOLETO -- POS is also a possible payment type that needs to be accepted. This is when the payment was made on a physical SOLO reader.
> transactions = client.transactions.list(settings.SUMUP_MERCHANT)
> printr(transactions)
ListTransactionsV21200Response(
items=[
TransactionHistory(
amount=10.0,
card_type='MASTERCARD',
client_transaction_id='XXX',
currency='EUR',
id='XXX',
installments_count=1,
payment_type='POS',
payout_plan='SINGLE_PAYMENT',
payouts_received=0,
payouts_total=1,
product_summary='coffee',
status='SUCCESSFUL',
timestamp=datetime.datetime(2025, 9, 25, 17, 16, 6, 563000, tzinfo=TzInfo(UTC)),
transaction_code='XXXX',
transaction_id='XXXX',
type='PAYMENT',
user='XXXX'
),
....
matoous, Hartwich and F4bl20
Metadata
Metadata
Assignees
Labels
No labels