Skip to content

Instantly share code, notes, and snippets.

@hugohenrique
Created November 21, 2017 20:21
Show Gist options
  • Save hugohenrique/83590d23699dee6dda231ede0666c073 to your computer and use it in GitHub Desktop.
Save hugohenrique/83590d23699dee6dda231ede0666c073 to your computer and use it in GitHub Desktop.
Criar a preferência de notificação do pagamento com a URL pública.
{
"events": [
"ORDER.*",
"PAYMENT.AUTHORIZED",
"PAYMENT.CANCELLED",
"PAYMENT.PRE_AUTHORIZED"
],
"target": "https://requestb.in/16q3gux1",
"media": "WEBHOOK"
}
@hugohenrique
Copy link
Author

Trocar o target para a URL webhook dodoo.ciwwic.com/...

@hugohenrique
Copy link
Author

Fazer um POST https://sandbox.moip.com.br/v2/preferences/notifications usando as credenciais em produção.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment