Skip to content

Missing status for payment report, is it mandatory or? #130

@snekbaev

Description

@snekbaev

Hi,

was testing (using test credentials) a callback for /payments/report, while parsing that test data I've encountered a missing "status" property which I assumed always existed. In which cases can it be absent?

Following transaction is not mine, but currently exists in the test data callback payload:

{
        "entryDate": "07-04-2025",
        "created": "16:02",
        "amount": 5,
        "firstname": "",
        "familyname": "",
        "description": "some description, some description2",
        "reference": "PaymentRequestReference696058",
        "paymentMethod": null,
        "stamp": "PaymentRequestStamp998672",
        "address": "Hämeenkatu 12",
        "postcode": "33200",
        "postoffice": "Tampere",
        "checkoutReference": "8116081009",
        "archiveNumber": null,
        "payerName": null,
        "companyName": "",
        "vatId": "",
        "originalTradeReference": null,
        "paymentMethodFee": null,
        "paymentMethodCommission": null,
        "settlementId": null,
        "settlementDate": null,
        "vatPercentage": null,
        "vatAmount": null,
        "shopInShopCommission": null,
        "shopInShopCommissionVatPercentage": null,
        "shopInShopCommissionVatAmount": null,
        "transactionId": "073719a6-de37-44cf-9ef4-6ba941183cfd",
        "settlementReference": null,
        "settlementDueDate": null,
        "refunditems": null,
        "tradeitems": null
    }

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions