Skip to main content

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 uuidrequired

    Entity ID

    Example: 45416a62-1eb5-456b-a25c-a70b3e1c323d

Query Parameters

    merchant_name MerchantName

    Possible values: <= 100 characters

    Merchant Name

    Example: ACME Corporation
    merchant_origin DomainName

    Possible values: non-empty and <= 2000 characters

    Merchant Origin

    Example: www.acme.com

Responses

OK

Schema

    merchantInfo

    object

    merchantId MerchantId (string)

    Possible values: <= 100 characters

    merchantOrigin DomainName (string)

    Possible values: non-empty and <= 2000 characters

    merchantName MerchantName (string)

    Possible values: <= 100 characters

    authJwt Jwt (string)

    result

    object

    required

    status BaseResultStatus (string)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.

    code stringrequired

    If an error occurred on the request side, an error code is returned in this parameter.

    Possible values: <= 11 characters

    Example: 7000.1000
    reason string

    If an error occurred on the request side, then an error reason is returned in this parameter.

    Possible values: <= 400 characters

    Example: Internal Processing Error
Loading...