Gateway-Specific Contracts

Here you can find gateway-specific authorization contracts

For «Checkout»
{
  "id": "evt_62zyhrirpugelavgerhs7hnnl4",
  "type": "payment_approved",
  "version": "1.0.26",
  "created_on": "2023-03-29T10:57:08.8514264Z",
  "data": {
    "id": "pay_iayaiwxvfphejpfvuju3bx7ggy",
    "action_id": "act_bv2xoy4hgywuzir35vxpois3oi",
    "reference": "63815684215914270305",
    "amount": 1197,
    "auth_code": "490284",
    "currency": "EUR",
    "payment_type": "Regular",
    "processed_on": "2023-03-29T10:56:59.3092838Z",
    "processing": {
      "acquirer_transaction_id": "632110384121436015275",
      "retrieval_reference_number": "900629769201"
    },
    "response_code": "10000",
    "response_summary": "Approved",
    "risk": {
      "flagged": false
    },
    "3ds": {
      "version": "2.1.0",
      "challenged": false,
      "challenge_indicator": "no_preference",
      "exemption": "none",
      "eci": "05",
      "cavv": "AAABAVIREQAAAAAAAAAAAAAAAAA=",
      "xid": "fe623121-0e20-4283-b0dd-fe9818b31cb9",
      "downgraded": false,
      "enrolled": "Y",
      "authentication_response": "Y",
      "flow_type": "frictionless"
    },
    "scheme_id": "478460866486099",
    "source": {
      "id": "src_kljakyskmy7ulcihlllrgaqgy4",
      "type": "card",
      "billing_address": {},
      "expiry_month": 6,
      "expiry_year": 2027,
      "scheme": "VISA",
      "last_4": "0002",
      "fingerprint": "4FFF3FFDF58475C5B6750938D74487E46699ACE42DCCC89881C2AB72DCA80BBB",
      "bin": "400000",
      "avs_check": "G",
      "cvv_check": "Y"
    },
    "balances": {
      "total_authorized": 1197,
      "total_voided": 0,
      "available_to_void": 1197,
      "total_captured": 0,
      "available_to_capture": 1197,
      "total_refunded": 0,
      "available_to_refund": 0
    },
    "event_links": {
      "payment": "https://api.sandbox.checkout.com/payments/pay_iayaiwxvfphejpfvuju3bx7ggy",
      "payment_actions": "https://api.sandbox.checkout.com/payments/pay_iayaiwxvfphejpfvuju3bx7ggy/actions",
      "capture": "https://api.sandbox.checkout.com/payments/pay_iayaiwxvfphejpfvuju3bx7ggy/captures",
      "void": "https://api.sandbox.checkout.com/payments/pay_iayaiwxvfphejpfvuju3bx7ggy/voids"
    }
  },
  "_links": {
    "self": {
      "href": "https://api.sandbox.checkout.com/workflows/events/evt_62zyhrirpugelavgerhs7hnnl4"
    },
    "subject": {
      "href": "https://api.sandbox.checkout.com/workflows/events/subject/pay_iayaiwxvfphejpfvuju3bx7ggy"
    },
    "payment": {
      "href": "https://api.sandbox.checkout.com/payments/pay_iayaiwxvfphejpfvuju3bx7ggy"
    },
    "payment_actions": {
      "href": "https://api.sandbox.checkout.com/payments/pay_iayaiwxvfphejpfvuju3bx7ggy/actions"
    },
    "capture": {
      "href": "https://api.sandbox.checkout.com/payments/pay_iayaiwxvfphejpfvuju3bx7ggy/captures"
    },
    "void": {
      "href": "https://api.sandbox.checkout.com/payments/pay_iayaiwxvfphejpfvuju3bx7ggy/voids"
    }
  }
}
For «PayTabs»
{
    "tran_ref": "TST2308801544305",
    "tran_type": "Auth",
    "cart_id": "63815689652150400600",
    "cart_description": "desc",
    "cart_currency": "AED",
    "cart_amount": "2570.34",
    "tran_currency": "AED",
    "tran_total": "2570.34",
    "customer_details": {
      "name": "John Doe",
      "email": "john@doe.com",
      "street1": "Address",
      "city": "City",
      "country": "BR",
      "ip": "157.90.88.141"
    },
    "payment_result": {
      "response_status": "A",
      "response_code": "G92888",
      "response_message": "Authorised",
      "transaction_time": "2023-03-29T12:28:08Z"
    },
    "payment_info": {
      "payment_method": "Visa",
      "card_type": "Credit",
      "card_scheme": "Visa",
      "payment_description": "4000 00## #### 0002",
      "expiryMonth": 6,
      "expiryYear": 2027
    },
    "serviceId": 8,
    "profileId": 66528,
    "merchantId": 17622,
    "trace": "PMNT0102.64242EDA.000069D2"
  }

Last updated

Was this helpful?