Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
20 lines (12 loc) · 1.29 KB

RenewTokenResponse.md

File metadata and controls

20 lines (12 loc) · 1.29 KB

RenewTokenResponse

Description

Note: This model is deprecated.

Properties

Name Type Description Notes
accessToken String The renewed access token. This value might be different from the `access_token` you provided in your request. You provide this token in a header with every request to Connect API endpoints. See Request and response headers for the format of this header. [optional]
tokenType String This value is always bearer. [optional]
expiresAt String The date when access_token expires, in ISO 8601 format. [optional]
merchantId String The ID of the authorizing merchant's business. [optional]
subscriptionId String LEGACY FIELD. The ID of the merchant subscription associated with the authorization. Only present if the merchant signed up for a subscription during authorization.. [optional]
planId String LEGACY FIELD. The ID of the subscription plan the merchant signed up for. Only present if the merchant signed up for a subscription during authorization. [optional]