Skip to content

Undocumented properties on PaymentPoint #32

@sofusskovgaard

Description

@sofusskovgaard

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
    }
  ]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions