TransactionCreateResponseZibal

Represents the response object for creating a transaction in Zibal.
Properties
NameTypeDescription
isErrorbooleanIndicates if there's an error in the response.
dataobjectData related to the transaction if successful.
Properties
NameTypeDescription
trackIdnumberTrack ID of the transaction.
urlstringURL to redirect the user to.
errorobjectError details if an error occurred.
Properties
NameTypeDescription
messagestringError message.
codenumberError code.