Skip to main content
GET
Get payment status

Authorizations

Authorization
string
header
required

OAuth 2.1 with PKCE

Response

Payment status

User payment status and pay-per-use option(s). (Schema name retained for compatibility; Arlo is pay-per-use, not subscription-based.)

billingMode
enum<string>
Available options:
NONE,
PAY_AS_YOU_GO,
SUBSCRIPTION,
LEGACY
paymentStatus
enum<string>
Available options:
PENDING,
ACTIVE,
FAILED,
CANCELLED,
ACTIVE_UNTIL_EXPIRY
freeTrialActive
boolean
freeTrialEndTimestamp
integer

Unix timestamp

nextBillingTimestamp
integer

Unix timestamp

nextBillingAmount
integer

Amount in cents

paymentOptions
object[]