You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to stripes API, we should be able to use either a token for charges or payment method for payment intent but when using the token provided from the payment request button I receive the following: This Source cannot be managed directly. Instead, perform the attempted operation on its managing PaymentMethod, pm_xxxxxxxxxxxxx.
So I proceeded to try and use the payment intents version but this does not work as the stripe service forces the requirement of an element and the request payments button doesn't expose those elements.
According to stripes API, we should be able to use either a token for charges or payment method for payment intent but when using the token provided from the payment request button I receive the following:
This Source cannot be managed directly. Instead, perform the attempted operation on its managing PaymentMethod, pm_xxxxxxxxxxxxx
.So I proceeded to try and use the payment intents version but this does not work as the stripe service forces the requirement of an element and the request payments button doesn't expose those elements.
https://stripe.com/docs/stripe-js/elements/payment-request-button#complete-payment-intents
The text was updated successfully, but these errors were encountered: