TransactionVerifyResponseZp

Represents the response structure for verifying a transaction with ZarinPal.
Properties
NameTypeDescription
isErrorbooleanIndicates if there's an error in the response.
dataobjectData related to the verified transaction if successful.
Properties
NameTypeDescription
codenumberTransaction code.
messagestringTransaction message.
card_hashstringCard hash for the transaction.
card_panstringCard PAN for the transaction.
ref_idnumberReference ID for the transaction.
fee_typestringFee type for the transaction.
feenumberFee amount for the transaction.
errorTransactionErrorZpError details if an error occurred.