Skip to main content

Gets a list of registered domains for the provided Entity with Apple Pay

GET 

/entities/{entity-id}/domains

Gets a list of registered domains for the provided Entity with Apple Pay

Request

Path Parameters

    entity-id uuidrequired

    NCP Processing Entity ID

Responses

OK

Schema

    partnerMerchantName Partner Merchant Name (string)

    Possible values: <= 1024 characters

    domainNames Domain Name (string)[]

    Possible values: >= 1, <= 99

    merchantUrl Domain Name (string)

    Possible values: <= 2000 characters

    result

    object

    required

    status stringrequired

    Possible values: <= 50 characters, [error, success]

    errors

    object

    code stringrequired

    Possible values: <= 11 characters

    Example: 7000.1000
    reason string

    Possible values: <= 400 characters

    Example: Internal Processing Error
Loading...