Request Body of the transaction call.
Method Summary
Modifier and Type | Method and Description |
---|---|
void | EPayTransaction() |
void | EPayTransaction(String gateway_token, String currency_code) |
Method Detail
This class supports the following methods:
global EPayTransaction()
global EPayTransaction(String gateway_token, String currency_code)
Parameters
Name | Type | Description |
---|---|---|
gateway_token | String | undefined |
currency_code | String | undefined |
Properties
Name | Type | Description |
---|---|---|
token | String | |
transaction_type | String | |
payment_method_token | String | |
currency_code | String | |
order_id | String | |
gateway_transaction_id | String | |
reference_token | String | |
on_test_gateway | Boolean | |
gateway_token | String | |
message | String | |
description | String | |
merchant_name_descriptor | String | |
merchant_location_descriptor | String | |
ip | String | |
path | String | |
amount | Integer | |
succeeded | Boolean | |
String | ||
state | String | |
error_code | String | |
error_detail | String | |
avs_code | String | |
avs_message | String | |
cvv_code | String | |
cvv_message | String | |
pending | Boolean | |
cancelled | Boolean | |
payment_method | EPayTransaction.PaymentMethod | |
gateway | EPayTransaction.Gateway | |
retain_on_success | Boolean | |
created_at | Datetime | |
updated_at | Datetime | |
checkout_url | String | |
checkout_form | String | |
callback_url | String | |
redirect_url | String | |
redirect_success | Boolean | |
redirect_message | String | |
redirect_avs_code | String | |
redirect_avs_message | String | |
redirect_cvv_code | String | |
redirect_cvv_message | String | |
redirect_pending | Boolean | |
redirect_result_uknown | Boolean | |
redirect_error_code | String | |
redirect_error_detail | String | |
redirect_cancelled | Boolean | |
redirect_fraud_review | Boolean | |
redirect_created_at | Datetime | |
redirect_updated_at | Datetime | |
callback_conversations | String | |
signature | String | |
fields | String | |
algorithm | String | |
callback_success | Boolean | |
callback_message | String | |
callback_avs_code | String | |
callback_avs_message | String | |
callback_cvv_code | String | |
callback_cvv_message | String | |
callback_pending | Boolean | |
callback_result_uknown | Boolean | |
callback_error_code | String | |
callback_error_detail | String | |
callback_cancelled | Boolean | |
callback_fraud_review | Boolean | |
callback_created_at | Datetime | |
callback_updated_at | Datetime | |
setup_created_at | Datetime | |
setup_updated_at | Datetime | |
setup_success | Boolean | |
setup_message | String | |
setup_error_code | String | |
setup_checkout_url | String | |
custom_payment_type | String | |
errors | List |
|
gatewaySpecificFields | Map |
|
gatewaySpecificResponseFields | Map |
|
gateway_specific_fields | Map |
|
gateway_specific_response_fields | Map |