RenewTokenResponse

June 12, 2019 ยท View on GitHub

squareconnect.models.renew_token_response

Description

Properties

NameTypeDescriptionNotes
access_tokenstrThe 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]
token_typestrThis value is always bearer.[optional]
expires_atstrThe date when access_token expires, in ISO 8601 format.[optional]
merchant_idstrThe ID of the authorizing merchant's business.[optional]
subscription_idstrLEGACY FIELD. The ID of the merchant subscription associated with the authorization. Only present if the merchant signed up for a subscription during authorization.[optional]
plan_idstrLEGACY 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]

[Back to Model list] [Back to API list] [Back to README]