Skip to main content

Request for authorization in the 3DS flow

POST 

/charge/3ds/authorization

Performs the authorization of a charge in the 3DS flow

Request​

Header Parameters

    caller-origin string

    Include the 'caller-origin' property as a string in the header of REST requests only if the application is an e-commerce platform, otherwise, don't include it.

Body

required

    chargeId Stringrequired
    smartCheckoutId uuid

    SmartCheckout ID defined by the system (Required to default or lightBox checkout)

    capture booleanrequired

    transactions

    object[]

    required

  • Array [

  • chargeId String
    installmentNumber integerrequired
    installmentType stringrequired

    Possible values: [NONE, MERCHANT]

    Default value: NONE

    Enum [ NONE(Spot transaction), MERCHANT(Transaction in installments by the merchant, i.e. without interest)]

    card

    object

    required

    cvv Stringrequired
    cardholderAuthenticationId Stringrequired
  • ]

Responses​

OK

Schema

    charge

    object

    required

    id stringrequired
    nsu stringrequired
    customerId stringrequired
    chargeStatus stringrequired

    transactions

    object[]

    required

  • Array [

  • isApproved boolean

    card

    object

    required

    number stringrequired
    brand stringrequired
    paymentType string
    installmentType string
    installmentNumber integer
    softDescriptor string
    amount integerrequired
    isCapture boolean
    isRecurrency boolean
    transactionId string
    transactionStatus stringrequired
    acquirer string
    creationDateTime string
    captureDateTime string
  • ]

Loading...