Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Undocumented properties on PaymentPoint #32

Open
sofusskovgaard opened this issue Dec 7, 2021 · 0 comments
Open

Undocumented properties on PaymentPoint #32

sofusskovgaard opened this issue Dec 7, 2021 · 0 comments

Comments

@sofusskovgaard
Copy link

I'm currently working with the TransactionReporting api and I've found two properties (productType and alias) that I can't find here in the documentation. Nor can i find them at https://developer.mobilepay.dk.

GET https://api.mobilepay.dk/transaction-reporting/api/merchant/v1/paymentpoints
HTTP/1.1 200 OK
X-Backside-Transport: OK OK
Connection: Keep-Alive
Content-Type: application/json
Date: Tue, 07 Dec 2021 09:25:36 GMT
Cache-Control: no-cache, no-store, must-revalidate
Expires: 0
Access-Control-Expose-Headers: APIm-Debug-Trans-Id, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-Global-Transaction-ID
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: GET
X-RateLimit-Limit: name=rate-limit,100;
X-RateLimit-Remaining: name=rate-limit,99;
Strict-Transport-Security: max-age=157680000
Content-Encoding: gzip
Transfer-Encoding: chunked

{
  "merchantId": "...",
  "merchantName": "...",
  "paymentPoints": [
    {
      "paymentPointId": "...",
      "paymentPointName": "...",
      "productType": "MyShop",
      "alias": "123456"
    },
    {
      "paymentPointId": "...",
      "paymentPointName": "...",
      "productType": "Invoice",
      "alias": null
    }
  ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant