PayFanout API reference
Preparing search index...
react/src
PayResult
Interface PayResult
interface
PayResult
{
error
?:
UnifiedError
;
info
?:
PaymentInfo
;
status
:
|
"requires_payment_method"
|
"requires_confirmation"
|
"requires_action"
|
"requires_capture"
|
"processing"
|
"succeeded"
|
"canceled"
|
"failed"
;
}
Index
Properties
error?
info?
status
Properties
Optional
error
error
?:
UnifiedError
Optional
info
info
?:
PaymentInfo
Present when the payment finished via server completion (tokenize-first PSPs).
status
status
:
|
"requires_payment_method"
|
"requires_confirmation"
|
"requires_action"
|
"requires_capture"
|
"processing"
|
"succeeded"
|
"canceled"
|
"failed"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
info
status
PayFanout API reference
Loading...
Present when the payment finished via server completion (tokenize-first PSPs).