Skip to main content

create

POST 

/v1/3ds

create

Request

Body

    card_auth_id uuidrequired
    amount integerrequired

    Possible values: >= 1

    currency stringrequired
    number stringrequired

    Possible values: Value must match regular expression ^[0-9]{13,19}$

    month integerrequired

    Possible values: >= 1 and <= 12

    year integerrequired

    Possible values: >= 2000

Responses

returns success
Schema
    id string
    merchantobject
    id string
    acquirer_id string
    name string
    arabic_name string
    merchant_id string
    rule_precedence string
    status string
    amount integer
    currency string
    return_url stringnullable
    message string
    failure_reason stringnullable
    challenge_preference string
    is_frictionless booleannullable
    challenge objectnullable
    authobjectnullable
    value string
    status string
    eci string
    version string
    ds_transaction_id string
    acs_transaction_id string
    ds_reference_number string
    acs_reference_number string
    tds_purchase_date string
    created_at date-time
    updated_at date-time
Loading...