Hi, everyone. Faced following problem on Live API, doing payment with vaulted card:
1. I store real card in a Vault and get a card token
2. Using that token I create a payment
3. Unlike to sandbox, it returns me
{"name":"UNAUTHORIZED_PAYMENT","message":"Unauthorized payment.", "information_link":"https://developer.paypal.com/docs/api/payments/#errors","debug_id":"...."}
How can I fix this issue?