vippsas / vipps-report-api

The report API gives you or a third-party acting on your behalf the ability to fetch information about payment events that have been processed by Vipps.
1 stars 0 forks source link

Firstname/Lastname for Vipps Number transactions #39

Closed klaaskooistra closed 1 year ago

klaaskooistra commented 1 year ago

Based on the docs you state that information is the same compared to Vipps settlement files. However, its unclear based on the docs if firstname & lastname are still provided for Vipps transactions made to vipps numbers. Could you give some guidance on this topic?

audunru commented 1 year ago

Pretty sure there isn't any data from Vipps number at all currently. I can only see Vipps Ecommerce sales in the results from /report/v1/ledgertransactions

cloveras commented 1 year ago

@audunru is correct. Please see the API specification: https://developer.vippsmobilepay.com/api/report/#/paths/~1report~1v1~1ledgertransactions/get

There are some GDPR considerations, of course - like accepting to be a data processor.

cloveras commented 1 year ago

We have clarified this in the API documentation:

The Report API is primarily for accounting partners who will use the API to integrate with their accounting systems, allowing them to provide the accounting information to their merchants.

For more details about each payment: Use the payment API, like GET:/epayment/v1/payments/{reference}/events: https://developer.vippsmobilepay.com/api/epayment/#tag/QueryPayments/operation/getPaymentEventLog