Skip to content

POS is also a type of payment_type #76

@dirkx

Description

@dirkx

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'
        ),
       ....

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions