Closed heshesh2010 closed 2 years ago
Can you explain more why you need this information? You normally get this data when the backend creates a payment intent.
The token is encrypted so you cannot decode it using json decode. For more info see: https://developer.apple.com/documentation/passkit/apple_pay/payment_token_format_reference
Hi , my apple pay button works great and return the token but i just need these values from onApplePayResult :
i'm using this code
void onApplePayResult(paymentResult) {
}