Worldline Connect Node.js SDK
Preparing search index...
v1/model/domain
PaymentStatusOutput
Interface PaymentStatusOutput
interface
PaymentStatusOutput
{
errors
?:
APIError
[]
|
null
;
isAuthorized
?:
boolean
|
null
;
isCancellable
?:
boolean
|
null
;
isRefundable
?:
boolean
|
null
;
isRetriable
?:
boolean
|
null
;
providerRawOutput
?:
KeyValuePair
[]
|
null
;
statusCategory
?:
string
|
null
;
statusCode
?:
number
|
null
;
statusCodeChangeDateTime
?:
string
|
null
;
threeDSecureStatus
?:
string
|
null
;
}
Hierarchy (
View Summary
)
OrderStatusOutput
PaymentStatusOutput
Index
Properties
errors?
is
Authorized?
is
Cancellable?
is
Refundable?
is
Retriable?
provider
Raw
Output?
status
Category?
status
Code?
status
Code
Change
Date
Time?
three
D
Secure
Status?
Properties
Optional
errors
errors
?:
APIError
[]
|
null
Optional
is
Authorized
isAuthorized
?:
boolean
|
null
Optional
is
Cancellable
isCancellable
?:
boolean
|
null
Optional
is
Refundable
isRefundable
?:
boolean
|
null
Optional
is
Retriable
isRetriable
?:
boolean
|
null
Optional
provider
Raw
Output
providerRawOutput
?:
KeyValuePair
[]
|
null
Optional
status
Category
statusCategory
?:
string
|
null
Optional
status
Code
statusCode
?:
number
|
null
Optional
status
Code
Change
Date
Time
statusCodeChangeDateTime
?:
string
|
null
Optional
three
D
Secure
Status
threeDSecureStatus
?:
string
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
errors
is
Authorized
is
Cancellable
is
Refundable
is
Retriable
provider
Raw
Output
status
Category
status
Code
status
Code
Change
Date
Time
three
D
Secure
Status
Worldline Connect Node.js SDK
Loading...