TransactionCreateResponseIdPay

Represents the response structure for creating a transaction with IdPay.
Properties
NameTypeDescription
isErrorbooleanIndicates if there's an error in the response.
dataobjectData related to the transaction if successful.
Properties
NameTypeDescription
idstringTransaction ID.
linkstringURL to redirect the user to.
error_codestring | nullError code if an error occurred, otherwise null.
error_messagestring | nullError message if an error occurred, otherwise null.