Skip to main content

V1CreateThreeDsBody

    country stringrequired

    Country code for the payment.

    payment_method stringrequired

    Possible values: [DEBIT_CARD]

    Payment method used in the transaction.

    amount_total numberrequired

    Payment amount in cents. Min value is 1000 cents.

    currency_tag stringrequired

    Possible values: [BRL, USD]

    Payment currency tag.

    third_part_name stringrequired

    Third Part name. It must contain at least first name and last name.

    third_part_email stringrequired

    Third Part email address.

    third_part_phone stringrequired

    Third Part phone number.

    third_part_address_zip_code stringrequired

    User Address Zip Code.

    third_part_address_street stringrequired

    User Address Street.

    third_part_address_number stringrequired

    User Address number.

    third_part_address_city stringrequired

    User Address City.

    third_part_address_federative_unit stringrequired

    User Address Federative Unit.

    third_part_address_country stringrequired

    User Address Country.

    third_part_address_neighborhood string

    User Address Neighborhood.

    third_part_address_complement stringrequired

    User Address Complement.

    third_part_navigator_language stringrequired

    Browser language.

    third_part_navigator_java_enabled booleanrequired

    Java enabled status.

    third_part_navigator_color_depth numberrequired

    Color depth in bits.

    third_part_navigator_screen_height numberrequired

    Screen height in pixels.

    third_part_navigator_screen_width numberrequired

    Screen width in pixels.

    third_part_navigator_time_difference numberrequired

    Time difference in minutes.

    third_part_navigator_user_agent stringrequired

    User agent string.

    third_part_navigator_http_accept_content stringrequired

    HTTP Accept content.

    merchant_url stringrequired

    Merchant URL.

    merchant_challenge_window_size stringrequired

    Possible values: [SMALL, MEDIUM, LARGE, XLARGE, FULL_PAGE]

    Merchant Challenge Window Size.

    merchant_transaction_mode stringrequired

    Possible values: [ECOMMERCE, MOBILE, TABLET]

    Merchant Transaction Mode.

    device_channel stringrequired

    Possible values: [SDK, BROWSER]

    Device channel.

    payment_card objectrequired
    card_number stringrequired

    Card number.

    card_cvv stringrequired

    Card CVV.

    card_name stringrequired

    Card Holder Name.

    card_expiry_date stringrequired

    Card Expiry Date in MM-YYYY format.