InApp Purchase
InApp purchase allows a user to pay for a subscription using either the Apple or Google InApp Payment platform.
Authorizations
AuthorizationstringOptional
An OpenID Access Token
Header parameters
x-client-app-versionstringRequiredExample:
The app version of the client making the request.
8.10.123x-client-device-modelstringRequiredExample:
The type of the device making the request
["desktop","mobile","tablet","firetv","appletv"]x-client-osstringRequiredExample:
The operating system of the client making the request.
["windows","macos","linux","android","ios","web"]x-client-os-versionstringRequiredExample:
The operating system version of the client making the request.
10.0.1234x-sdk-versionstringRequiredExample:
The SDK version making the request
5.0.123x-forwarded-forstring · ipv4OptionalExample:
Real User's IP address, required for Fraud Prevention
192.168.1.1Body
Responses
200
Successful response containing user location and VPN connection status
application/json
429
Rate limited
post
/iapLast updated