-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
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
Labels
No labels