Skip to main content

Get Quote by ID

GET 

/v1/crossborder/quotes/:id

Retrieve detailed information about a specific crossborder quote by providing the quote ID.

Request

Path Parameters

    id stringrequired

    Quote 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

Quote returned successfully.

Schema
    id stringrequired

    Quote ID.

    rate_id stringrequired

    Rate ID.

    owner_id stringrequired

    Owner ID (Client ID).

    owner_name stringrequired

    Owner name.

    beneficiary_id stringrequired

    Beneficiary ID (Client ID).

    beneficiary_name stringrequired

    Beneficiary name.

    status stringrequired

    Possible values: [PENDING, APPROVED, REJECTED, PAID, CANCELED]

    Quote status.

    base_currency objectrequired

    Base currency symbol.

    quote_currency objectrequired

    Quote currency symbol.

    base_amount numberrequired

    Base amount in cents.

    quote_amount numberrequired

    Quote amount in cents.

    spread numberrequired

    Spread in basis points (bps).

    vet numberrequired

    VET (tax/fee) in cents.

    description string

    Description.

    settlement_type stringrequired

    Possible values: [D1, D2, D3]

    Settlement type.

    settlement_at date-time

    Settlement date.

    paid_at date-time

    Paid date.

    created_at date-timerequired

    Quote created date.

    updated_at date-timerequired

    Quote updated date.

Loading...