Skip to main content

Get Merchant Term Acceptance

GET 

/v1/users/merchant-onboarding/:id/terms

Retrieves all terms that a merchant must accept for credentialing. The returned term IDs will be used in the term acceptance endpoint.

Request

Path Parameters

    id stringrequired

    Merchant onboarding ID.

Header Parameters

    nonce stringrequired

    The nonce ID is a UUID (v4) used to uniquely identify the request. All requests must have an identifier.

    x-lang string

    Possible values: [pt-BR, en-US]

    Indicates the preferred language. Defaults to Brazilian Portuguese if unspecified.

    x-product-uuid string

    The product ID is a UUID (v4) used to identify the Z.ro product configuration.

    x-product-target-user-uuid string

    The product target user ID is a UUID (v4) used to identify what user account this request must be executed. Require: x-product-uuid.

Responses

Merchant terms retrieved successfully.

Schema
    terms object[]required

    List of merchant terms.

  • Array [
  • id stringrequired

    Term acceptance ID.

    term_id stringrequired

    Term ID.

    description stringrequired

    Term description.

    version stringrequired

    Term version.

    content_url stringrequired

    URL to access the term content.

    created_at date-timerequired

    Term creation date.

    accepted_at date-time

    Date when the term was accepted.

  • ]
Loading...