@paypal/paypal-js
Preparing search index...
components/applepay-payments
ConfirmOrderResponse
Type Alias ConfirmOrderResponse
Response from confirming an Apple Pay order.
type
ConfirmOrderResponse
=
{
approveApplePayPayment
:
{
id
:
string
;
links
?:
unknown
[]
;
payment_source
:
{
apple_pay
:
{
card
:
unknown
;
name
:
string
}
}
;
status
:
string
;
}
;
}
Index
Properties
approve
Apple
Pay
Payment
Properties
approve
Apple
Pay
Payment
approveApplePayPayment
:
{
id
:
string
;
links
?:
unknown
[]
;
payment_source
:
{
apple_pay
:
{
card
:
unknown
;
name
:
string
}
}
;
status
:
string
;
}
Settings
Theme
OS
Light
Dark
On This Page
Properties
approve
Apple
Pay
Payment
@paypal/paypal-js
Loading...
Response from confirming an Apple Pay order.