v1
latestOpenAPI 3.1.02026-07-241210356.3 KBTransactions
Transaction Callback Response
In every successful transaction, if a callback URL is set in your account, The system will send you all the transaction details that have been successfully charged or refunded. payment_request_uid will be sent just if the transaction made through your payment page.
get/YOURDOMAIN/YOURENDPOINT
Response
200
Example response
{
"transaction_type": "Charge",
"transaction": {
"uid": "dcb11c1e7-a1231-37cf-6311-f5111eeb69c7",
"payment_request_uid": "ef76432c-769a-43a6-ba7a-6f70272539d8",
"number": "fd138",
"type": "internal_page",
"date": "2021-01-21 12:32:52",
"status_code": "000",
"currency": "ILS",
"credit_terms": "regular",
"payments": {
"number_of_payments": 1
},
"approval_number": "002341",
"voucher_number": "15-901-901",
"more_info": "Some Info",
"more_info_1": "Additional 1",
"more_info_2": "Additional 2",
"more_info_3": "Additional 3",
"more_info_4": "Additional 4",
"more_info_5": "Additional 5",
"recurring_charge_information": {
"recurring_uid": "dca25774-c98b-4dc6-9024-2e8b358d3bb9",
"charge_uid": "9ba8e867-0526-4458-be6e-e38b4e174d7c"
}
},
"data": {
"customer_uid": "3bcc6b2d-b35a-62e1-72c1-318a79bfd1be",
"terminal_uid": "6500833f-cd32-4f52-7364-1e0db24f13ee",
"cashier_uid": "3232141c-1e11-2db6-afaf-25b4301a6acd",
"items": [
{
"amount_pay": 1,
"quantity": 1,
"quantity_price": 1,
"product_uid": "14312ecc-ed90-49f2-823a-a9620e7410d1",
"name": "מנוי שנתי"
}
],
"card_information": {
"card_holder_name": "Moshe Cohen",
"four_digits": "6134",
"expiry_month": "09",
"expiry_year": "24",
"clearing_id": 6,
"brand_id": 8,
"issuer_id": 6,
"card_foreign": 99,
"card_bin": "375510",
"identification_number": "123456789"
},
"hash_data": "ewogICAgImVtYWlsIjogdGVzdGVtYWlsQGRvbWFpbi5jb20sCiAgICAibmFtZSI6ICJMaW9yIEVsLVByb2Zlc3NvciIsCiAgICAidmF0X251bWJlciI6ICIwMzYyMjAwNDQiLAogICAgInBob25lIjogIjk3MjU0NDMxNjI5NSIKfQ=="
},
"invoice": {
"uuid": "65ad5633-2242-4b1d-8e0a-887db1319d6f",
"docu_number": "90191",
"original_url": "https://invoice.company.co.il/front/documents/get/17d2201b-1313-43ee-b9d1-0569ffad7951",
"copy_url": "https://invoice.company.co.il/front/documents/get/17d2201b-1313-43ee-b9d1-0569ffad7951/copy",
"integrator_name": "Invoice Company",
"status": "Success",
"brand_name": "PayPlus External Brand Name"
}
}