Represents the response structure for creating a transaction with IdPay.
PropertiesName | Type | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
isError | boolean | Indicates if there's an error in the response. | |||||||||
data | object | Data related to the transaction if successful.Properties
| |||||||||
error_code | string | | Error code if an error occurred, otherwise null. | |||||||||
error_message | string | | Error message if an error occurred, otherwise null. |