v1

latestOpenAPI 3.1.02026-07-241210356.3 KB
Payment Pages

Failure Redirect Response

get/failure-redirect-response

Response

Failure Redirect Response

transaction_uidstring
page_request_uidstring
typestring
methodstring
numberstring
datestring date-time
statusstring
status_codestring
status_descriptionstring
amountnumber
currencystring
credit_termsstring
number_of_paymentsinteger
first_payment_amountnumber nullable
rest_payments_amountnumber nullable
secure3D_statusboolean
secure3D_trackingboolean
approval_numstring nullable
voucher_numstring
more_infostring nullable
customer_namestring
identification_numberstring
customer_uidstring
terminal_uidstring
cashier_uidstring
card_holder_namestring
four_digitsstring
expiry_monthstring
expiry_yearstring
clearing_idinteger
clearing_namestring
card_foreigninteger
brand_idinteger
brand_namestring
issuer_idinteger
issuer_namestring
card_binstring
alternative_methodboolean
alternative_method_idinteger
alternative_method_namestring

Example response

{
  "transaction_uid": "db0a3cb5-5168-4df7-830c-ca0b88184613",
  "page_request_uid": "f33f7a1f-5ea7-4857-992a-2da95b369f53",
  "type": "Charge",
  "method": "credit-card",
  "number": "7212",
  "date": "2021-01-28 15:35:55",
  "status": "rejected",
  "status_code": "003",
  "status_description": "התקשר לחברת האשראי",
  "currency": "ILS",
  "credit_terms": "regular",
  "number_of_payments": 1,
  "voucher_num": "28-480-715",
  "customer_name": "יוסי אלימלך",
  "identification_number": "014440022",
  "customer_uid": "c01dd650-9f8a-4d42-8f92-a4809a74e5d4",
  "terminal_uid": "97432e96-3c21-4eb2-9d64-1067e845b35a",
  "cashier_uid": "1bc7b001-d90c-43b3-a8bb-58ab8a3013ba",
  "card_holder_name": "Moshe Cohen",
  "four_digits": "1175",
  "expiry_month": "06",
  "expiry_year": "25",
  "clearing_id": 5,
  "clearing_name": "amex",
  "card_foreign": 99,
  "brand_id": 2,
  "brand_name": "mastercard",
  "issuer_id": 6,
  "issuer_name": "max",
  "card_bin": "375510",
  "alternative_method": true,
  "alternative_method_id": 6,
  "alternative_method_name": "apple-pay"
}