Retrieves a JWT for use with Google Wallet API.
GET/entities/{entity-id}/merchant-info
Retrieves a JWT for use with Google Wallet API
Request
Path Parameters
Entity ID
Query Parameters
Possible values: <= 100 characters
Merchant Name
Possible values: non-empty
and <= 2000 characters
Merchant Origin
Responses
- 200
- 400
- 401
- 403
- 404
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
merchantInfo
object
Possible values: <= 100 characters
Possible values: non-empty
and <= 2000 characters
Possible values: <= 100 characters
result
object
required
Status of the request: success | error
Possible values: [success
, error
]
errors
object
If an error occurred on the request side, an error code is returned in this parameter.
If an error occurred on the request side, an error code is returned in this parameter.
Possible values: <= 11 characters
7000.1000
If an error occurred on the request side, then an error reason is returned in this parameter.
Possible values: <= 400 characters
Internal Processing Error
{
"merchantInfo": {
"merchantId": "string",
"merchantOrigin": "string",
"merchantName": "string",
"authJwt": "string"
},
"result": {
"status": "success",
"errors": {
"code": "7000.1000",
"reason": "Internal Processing Error"
}
}
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
merchantInfo
object
Possible values: <= 100 characters
Possible values: non-empty
and <= 2000 characters
Possible values: <= 100 characters
result
object
required
Status of the request: success | error
Possible values: [success
, error
]
errors
object
If an error occurred on the request side, an error code is returned in this parameter.
If an error occurred on the request side, an error code is returned in this parameter.
Possible values: <= 11 characters
7000.1000
If an error occurred on the request side, then an error reason is returned in this parameter.
Possible values: <= 400 characters
Internal Processing Error
{
"merchantInfo": {
"merchantId": "string",
"merchantOrigin": "string",
"merchantName": "string",
"authJwt": "string"
},
"result": {
"status": "success",
"errors": {
"code": "7000.1000",
"reason": "Internal Processing Error"
}
}
}
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
merchantInfo
object
Possible values: <= 100 characters
Possible values: non-empty
and <= 2000 characters
Possible values: <= 100 characters
result
object
required
Status of the request: success | error
Possible values: [success
, error
]
errors
object
If an error occurred on the request side, an error code is returned in this parameter.
If an error occurred on the request side, an error code is returned in this parameter.
Possible values: <= 11 characters
7000.1000
If an error occurred on the request side, then an error reason is returned in this parameter.
Possible values: <= 400 characters
Internal Processing Error
{
"merchantInfo": {
"merchantId": "string",
"merchantOrigin": "string",
"merchantName": "string",
"authJwt": "string"
},
"result": {
"status": "success",
"errors": {
"code": "7000.1000",
"reason": "Internal Processing Error"
}
}
}
Forbidden
- application/json
- Schema
- Example (from schema)
Schema
merchantInfo
object
Possible values: <= 100 characters
Possible values: non-empty
and <= 2000 characters
Possible values: <= 100 characters
result
object
required
Status of the request: success | error
Possible values: [success
, error
]
errors
object
If an error occurred on the request side, an error code is returned in this parameter.
If an error occurred on the request side, an error code is returned in this parameter.
Possible values: <= 11 characters
7000.1000
If an error occurred on the request side, then an error reason is returned in this parameter.
Possible values: <= 400 characters
Internal Processing Error
{
"merchantInfo": {
"merchantId": "string",
"merchantOrigin": "string",
"merchantName": "string",
"authJwt": "string"
},
"result": {
"status": "success",
"errors": {
"code": "7000.1000",
"reason": "Internal Processing Error"
}
}
}
Not Found
- application/json
- Schema
- Example (from schema)
Schema
merchantInfo
object
Possible values: <= 100 characters
Possible values: non-empty
and <= 2000 characters
Possible values: <= 100 characters
result
object
required
Status of the request: success | error
Possible values: [success
, error
]
errors
object
If an error occurred on the request side, an error code is returned in this parameter.
If an error occurred on the request side, an error code is returned in this parameter.
Possible values: <= 11 characters
7000.1000
If an error occurred on the request side, then an error reason is returned in this parameter.
Possible values: <= 400 characters
Internal Processing Error
{
"merchantInfo": {
"merchantId": "string",
"merchantOrigin": "string",
"merchantName": "string",
"authJwt": "string"
},
"result": {
"status": "success",
"errors": {
"code": "7000.1000",
"reason": "Internal Processing Error"
}
}
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
merchantInfo
object
Possible values: <= 100 characters
Possible values: non-empty
and <= 2000 characters
Possible values: <= 100 characters
result
object
required
Status of the request: success | error
Possible values: [success
, error
]
errors
object
If an error occurred on the request side, an error code is returned in this parameter.
If an error occurred on the request side, an error code is returned in this parameter.
Possible values: <= 11 characters
7000.1000
If an error occurred on the request side, then an error reason is returned in this parameter.
Possible values: <= 400 characters
Internal Processing Error
{
"merchantInfo": {
"merchantId": "string",
"merchantOrigin": "string",
"merchantName": "string",
"authJwt": "string"
},
"result": {
"status": "success",
"errors": {
"code": "7000.1000",
"reason": "Internal Processing Error"
}
}
}