Inttegro TypeScript SDK - v8.2.0
Studio
GitHub
Preparing search index...
types/payments
PaymentNextAction
Interface PaymentNextAction
interface
PaymentNextAction
{
confirmPayment
?:
{
expiresAt
:
string
;
request
?:
{
id
:
string
;
recipient
:
string
;
senderId
:
string
;
sentVia
:
PaymentConfirmationChannel
;
tokenSize
:
number
;
}
;
scheme
?:
string
;
}
;
execute
?:
Record
<
string
,
unknown
>
;
redirect
?:
{
url
:
string
}
;
type
:
PaymentNextActionType
;
}
Index
Properties
confirm
Payment?
execute?
redirect?
type
Properties
Optional
confirm
Payment
confirmPayment
?:
{
expiresAt
:
string
;
request
?:
{
id
:
string
;
recipient
:
string
;
senderId
:
string
;
sentVia
:
PaymentConfirmationChannel
;
tokenSize
:
number
;
}
;
scheme
?:
string
;
}
Optional
execute
execute
?:
Record
<
string
,
unknown
>
Optional
redirect
redirect
?:
{
url
:
string
}
type
type
:
PaymentNextActionType
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
confirm
Payment
execute
redirect
type
Studio
GitHub
Inttegro TypeScript SDK - v8.2.0
Loading...