v1

latestOpenAPI 3.1.02026-07-241210356.3 KB
Payment Pages

Successful Redirect Response

To receive a callback with complete details of a successfully processed transaction when accessing the payment page (Generate payment link), you must enter the URL where you would like to receive all the return information in the refURL_success field.

get/successful-redirect-response

Response

Transaction details retrieved successfully.

transaction_uidstring
page_request_uidstring
is_multiple_transactionstring nullable
typestring
methodstring
numberstring
datestring date-time
statusstring
status_codestring
status_descriptionstring
amountnumber
currencystring
credit_termsstring
number_of_paymentsinteger
secure3D_statusstring nullable
secure3D_trackingstring nullable
approval_numstring
card_foreigninteger
voucher_numstring
more_infostring
add_datastring nullable
customer_uidstring
customer_emailstring
company_namestring
company_registration_numberinteger
terminal_uidstring
terminal_namestring
terminal_merchant_numberstring
cashier_uidstring
cashier_namestring
four_digitsstring
expiry_monthstring
expiry_yearstring
alternative_methodstring nullable
customer_namestring
customer_name_invoicestring
identification_numberstring
clearing_idinteger
brand_idinteger
issuer_idinteger
extra_3string nullable
card_holder_namestring
card_binstring
clearing_namestring
brand_namestring
issuer_namestring
first_payment_amountnumber
rest_payments_amountnumber

Example response

{
  "transaction_uid": "e6228e7d-e770-4371-9a5b-335e5a51dd27",
  "page_request_uid": "7712bc5a-37dc-4ecb-b63a-3974637e493c",
  "type": "Charge",
  "method": "credit-card",
  "number": "VdOzii",
  "date": "2022-01-09 16:33:09",
  "status": "approved",
  "status_code": "000",
  "status_description": "העסקה בוצעה בהצלחה",
  "currency": "ILS",
  "credit_terms": "payments",
  "number_of_payments": 3,
  "approval_num": "5019440",
  "card_foreign": 99,
  "voucher_num": "01-001-820",
  "more_info": "orion19379",
  "customer_uid": "e9e8453a-d112-4b80-8d4a-d830ead003d6",
  "customer_email": "test@test.com",
  "company_name": "Company Test",
  "company_registration_number": 102088,
  "terminal_uid": "d948cb3e-ec1b-488b-93fc-c660a591e805",
  "terminal_name": "test terminal yoni",
  "terminal_merchant_number": "0882714012",
  "cashier_uid": "9c7d3766-3cce-46a2-8ca3-a50240c35ba2",
  "cashier_name": "BDIKA",
  "four_digits": "1175",
  "expiry_month": "04",
  "expiry_year": "26",
  "customer_name": "בסטה בדיקה",
  "customer_name_invoice": "ts",
  "identification_number": "036220044",
  "clearing_id": 5,
  "brand_id": 10,
  "issuer_id": 1,
  "card_holder_name": "בדיקה",
  "card_bin": "375510",
  "clearing_name": "amex",
  "brand_name": "amex",
  "issuer_name": "isracard",
  "first_payment_amount": 20.66,
  "rest_payments_amount": 20.67
}