2.3 KiB
2.3 KiB
GetResponse
Properties
Name | Type | Description | Notes |
---|---|---|---|
result | Option<crate::models::Result> | [optional] | |
status | Option<String> | [optional] | |
error_code | Option<String> | Depending on setting in merchant panel, error_code may be different than none for correct status, when acceptance of overpays and surcharges has been set. | [optional] |
start_time | Option<String> | Transaction creation time | [optional] |
payment_time | Option<String> | Date of payment or empty for pending transactions | [optional] |
chargeback_time | Option<String> | Date of payment refund or empty for not refunded transactions | [optional] |
channel | Option<i32> | Payment channel ID can be recognised in merchant panel (your offer section) | [optional] |
test_mode | Option<String> | Returns 1 if transaction was in test mode | [optional] |
amount | Option<f32> | transaction amount casted to float | [optional] |
amount_paid | Option<f32> | The amount paid by customer | [optional] |
name | Option<String> | customer name | [optional] |
Option<String> | customer email | [optional] | |
address | Option<String> | customer address (parameter is empty if this field was not send with create method) | [optional] |
code | Option<String> | customer postal code (parameter is empty if this field was not send with create method) | [optional] |
city | Option<String> | customer city (parameter is empty if this field was not send with create method) | [optional] |
phone | Option<String> | customer phone number (parameter is empty if this field was not send with create method) | [optional] |
country | Option<String> | Two letters - see ISO 3166-1 document | [optional] |
err | Option<crate::models::TransactionErrorCodes> | [optional] | |
payment_attempts | Option<Veccrate::models::PaymentAttempts> | List of payment attempts. Currently is returned only for BLIK payment method | [optional] |