Skip to main content

V1CreateAcquiringDebitPaymentBody

    country stringrequired

    Possible values: [BRA, CHL, PER, ARG]

    Country ISO 3166-1-alpha-3 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: [PEN, CLP, ARS, USD, BRL]

    Payment currency ISO 4217 code

    payment_card object
    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.

    third_part_name stringrequired

    Third Part first name.

    third_part_last_name stringrequired

    Third Part last name.

    third_part_email stringrequired

    Third Part email address.

    third_part_phone stringrequired

    Third Part phone number.

    third_part_document stringrequired

    Third Part document.

    third_part_document_type stringrequired

    Possible values: [DNI, CE, PAS, PP, RUT, RUC, CUIL, CUIT, CPF, CNPJ]

    Third Part document type.

    third_part_address_city stringrequired

    User Address City.

    third_part_address_country stringrequired

    User Address Country.

    third_part_address_number stringrequired

    User Address number.

    third_part_address_state stringrequired

    User Address state

    third_part_address_street stringrequired

    User Address Street.

    third_part_address_zip_code stringrequired

    User Address Zip Code.

    third_part_address_complement stringrequired

    User Address Complement.

    third_part_address_neighborhood string

    User Address Neighborhood.

    three_ds_authentication_id string

    3DS Authentication ID. Required for DEBIT payment method when is_redirect is false (direct flow). Optional when is_redirect is true (redirect flow).

    is_redirect boolean

    Whether to use redirect flow for payment processing. Default is true. If your company do not have a PCI certificate, you MUST send this field with "true"

    redirect_url string

    URL to redirect after payment completion. Required when is_redirect is true or undefined.

    expiration_time_minutes number

    Payment expiration time in minutes. Required when is_redirect is true or undefined.

    language string

    Language for the payment interface. Required when is_redirect is true or undefined.