This repository was archived by the owner on Sep 17, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Response array parameters
ngdo-pro edited this page Jan 14, 2017
·
2 revisions
#Response parameters
The response always comes with crypted data, wich are resolved by the bin/Response. An array is built from the resolution, here are the items:
- array[1] = code
- array[2] = error
- array[3] = merchant_id
- array[4] = merchant_country
- array[5] = amount
- array[6] = transaction_id
- array[7] = payment_means
- array[8] = transmission_date
- array[9] = payment_time
- array[10] = payment_date
- array[11] = response_code
- array[12] = payment_certificate
- array[13] = authorisation_id
- array[14] = currency_code
- array[15] = card_number
- array[16] = cvv_flag
- array[17] = cvv_response_code
- array[18] = bank_response_code
- array[19] = complementary_code
- array[20] = complementary_info
- array[21] = return_context
- array[22] = caddie
- array[23] = receipt_complement
- array[24] = merchant_language
- array[25] = language
- array[26] = customer_id
- array[27] = order_id
- array[28] = customer_email
- array[29] = customer_ip_address
- array[30] = capture_day
- array[31] = capture_mode
- array[32] = data
- array[33] = order_validity
- array[34] = transaction_condition
- array[35] = statement_reference
- array[36] = card_validity
- array[37] = score_value
- array[38] = score_color
- array[39] = score_info
- array[40] = score_threshold
- array[41] = score_profile
Made by the Wild Code School Lyon students