Skip to main content

Update intent

Payment Intent with status as active can only be updated. Once an intent is processed, it can’t be updated.

Path Parameters
  • intent_id string required

    Id of the payment intent

Request Body
  • return_url string

    Return url.

  • notification_url string

    Notification url.

Responses

Response Headers

    Schema
    • id integer
    • payment_intent string
    • transaction_type string
    • expiry_date string
    • status string
    • amount number
    • currency string
    • payment_type string
    • return_url string
    • notification_url string
    • card_layout string
    • element object
    • ccElement string
    • ccMotoElement string
    • ddElement string
    • obElement string
    • merchant_id integer
    • transaction_unique string
    Loading...