You cannot use application_fee with this payment. | MercadoPago MarketPlace Laravel #545
Unanswered
emasans2000
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm currently integrating MercadoPago into my Laravel application, and I'm encountering an issue when trying to process a payment. The error message I receive:
"You cannot use application_fee with this payment."
The documentation says "This error occurs because the Access Token being used was not obtained via OAuth. Make sure to use an Access Token generated through OAuth." but I've obtained the AToken via oauth.
Route /connect-mercadopago
MERCADOPAGO_GETAUTH=https://auth.mercadopago.com/authorization?
MERCADOPAGO_OAUTH=https://api.mercadopago.com/oauth/token
Beta Was this translation helpful? Give feedback.
All reactions