PayFanout API reference
Preparing search index...
adapter-payzen-server/src
PayZenTransactionLike
Interface PayZenTransactionLike
Structural subset of the V4/Transaction object.
interface
PayZenTransactionLike
{
amount
?:
number
;
creationDate
?:
string
;
currency
?:
string
;
detailedErrorCode
?:
string
|
null
;
detailedStatus
?:
string
;
errorCode
?:
string
|
null
;
metadata
?:
Record
<
string
,
string
>
|
null
;
operationType
?:
string
;
orderDetails
?:
{
metadata
?:
Record
<
string
,
string
>
|
null
;
orderId
?:
string
|
null
;
}
;
paymentMethodType
?:
string
;
status
?:
string
;
transactionDetails
?:
{
cardDetails
?:
{
captureResponse
?:
{
captureDate
?:
string
|
null
;
refundAmount
?:
number
|
null
;
}
;
effectiveBrand
?:
string
;
expectedCaptureDate
?:
string
;
expiryMonth
?:
number
|
null
;
expiryYear
?:
number
|
null
;
manualValidation
?:
string
;
pan
?:
string
;
}
;
creationContext
?:
string
;
parentTransactionUuid
?:
string
|
null
;
}
;
uuid
?:
string
;
}
Index
Properties
amount?
creation
Date?
currency?
detailed
Error
Code?
detailed
Status?
error
Code?
metadata?
operation
Type?
order
Details?
payment
Method
Type?
status?
transaction
Details?
uuid?
Properties
Optional
amount
amount
?:
number
Optional
creation
Date
creationDate
?:
string
Optional
currency
currency
?:
string
Optional
detailed
Error
Code
detailedErrorCode
?:
string
|
null
Optional
detailed
Status
detailedStatus
?:
string
Optional
error
Code
errorCode
?:
string
|
null
Optional
metadata
metadata
?:
Record
<
string
,
string
>
|
null
Optional
operation
Type
operationType
?:
string
Optional
order
Details
orderDetails
?:
{
metadata
?:
Record
<
string
,
string
>
|
null
;
orderId
?:
string
|
null
;
}
Optional
payment
Method
Type
paymentMethodType
?:
string
Optional
status
status
?:
string
Optional
transaction
Details
transactionDetails
?:
{
cardDetails
?:
{
captureResponse
?:
{
captureDate
?:
string
|
null
;
refundAmount
?:
number
|
null
;
}
;
effectiveBrand
?:
string
;
expectedCaptureDate
?:
string
;
expiryMonth
?:
number
|
null
;
expiryYear
?:
number
|
null
;
manualValidation
?:
string
;
pan
?:
string
;
}
;
creationContext
?:
string
;
parentTransactionUuid
?:
string
|
null
;
}
Optional
uuid
uuid
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
amount
creation
Date
currency
detailed
Error
Code
detailed
Status
error
Code
metadata
operation
Type
order
Details
payment
Method
Type
status
transaction
Details
uuid
PayFanout API reference
Loading...
Structural subset of the V4/Transaction object.