Inttegro TypeScript SDK - v8.2.0
Studio
GitHub
Preparing search index...
types/payments
PaymentAttempt
Interface PaymentAttempt
Latest attempt to execute a payment.
interface
PaymentAttempt
{
initiatedAt
?:
string
;
paymentMethodId
?:
string
;
paymentMethodType
?:
PaymentMethodType
;
reference
?:
string
;
status
?:
PaymentAttemptStatus
;
succeededAt
?:
string
;
}
Index
Properties
initiated
At?
payment
Method
Id?
payment
Method
Type?
reference?
status?
succeeded
At?
Properties
Optional
initiated
At
initiatedAt
?:
string
Optional
payment
Method
Id
paymentMethodId
?:
string
Optional
payment
Method
Type
paymentMethodType
?:
PaymentMethodType
Optional
reference
reference
?:
string
Optional
status
status
?:
PaymentAttemptStatus
Optional
succeeded
At
succeededAt
?:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
initiated
At
payment
Method
Id
payment
Method
Type
reference
status
succeeded
At
Studio
GitHub
Inttegro TypeScript SDK - v8.2.0
Loading...
Latest attempt to execute a payment.