Skip to main content

capture

POST 

/v1/orders/:id/capture

capture

Request

Path Parameters

    id stringrequired
    Example: 0191f5a7-4260-7d12-8466-30ab11c8d51a

Body

    amount integerrequired

    Possible values: >= 100

    final booleanrequired
    transaction_id string

Responses

returns success
Schema
    id string
    merchantobject
    id string
    acquirer_id string
    name string
    arabic_name string
    merchant_id string
    rule_precedence string
    currency string
    amount integer
    captured_amount integer
    refunded_amount integer
    voided_amount integer
    description string
    created_at string
    updated_at string
    sourceobject
    type string
    issuer nullable
    card_type nullable
    category nullable
    country_alpha2 nullable
    scheme string
    first_digits string
    last_digits string
    month integer
    year integer
    reauthorized_order_id nullable
    airlineobject
    reference string
    sub_merchantobject
    id string
    registered_name string
    trading_name string
    email string
    agreement nullable
    transactionsobject[]
  • Array [

  • id string
    status string
    type string
    source_type string
    reverse_reason nullable
    justification nullable
    reversed_transaction_id nullable
    message string
    response_code nullable
    retrieval_reference string
    stan string
    auth_code string
    created_at string
    amount integer
    refunded_amount integer
  • ]

Loading...