-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
questionFurther information is requestedFurther information is requested
Description
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
Labels
questionFurther information is requestedFurther information is requested