Replies: 1 comment
-
|
I had the same problem in version 2.3.8 Error response from API. | Status code: 400 | API message: auto_return invalid. back_url.success must be defined and this error is resolved by using "https" instead of "http" at least in the "success" URL. like the example on https://www.mercadopago.com.ar/developers/en/docs/checkout-pro/configure-back-urls#bookmark_define_return_url |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Estou com um problema quando atualizei a sdk da versão 2.4.1 para a versão 2.5.
Estou usando .net core 8 em um ambiente linux, ao rodar no windows, tudo roda normal. Porém no linux está dando esse erro ao tentar criar um pagamento.
Erro completo: Error response from API. | Status code: 400 | API message: auto_return invalid. back_url.success must be defined
Segue o meu método do controller
public async Task CreatePayment([FromBody] DonationViewModel model)
{
}
Beta Was this translation helpful? Give feedback.
All reactions