Wallet: POST responses from Apple PassKit Webservice to my Passes Webservice

Wallet issue

Brief: empty POST payloads from Apple at log and device register endpoints.

Detail:
I'm coding my Passes Webservice to work with the Apple PassKit webservice. I started with the "log" endpoint and then moved on to the "register a device to receive push notifications for a pass" endpoint. For both of these I am expecting a POST payload from Apple. I am receiving a hit from Apple at the proper URL as described in the reference linked below, but the POST payload is empty or non-existent. Please advise, and thank you.

https://developer.apple.com/library/archive/documentation/PassKit/Reference/PassKit_WebService/WebService.html
Hi Jeff!

I hope you already developed your service.

But for others who will read this topic:

This POST request shouldn't contain payload, cause "payload" you have in URL string Wallet sends to endpoint of your server. You just need authenticationToken that you get from Header.

So then you either parse URL with pure language like php or use Resource Routing Capture segments framework you use. You can find more in documentation for particular framework.
Wallet: POST responses from Apple PassKit Webservice to my Passes Webservice
 
 
Q