Pular para o conteúdo
Documentação do usuário

Adyen

Adyen é uma empresa holandesa que oferece várias possibilidades de pagamento online.

Configuração do Adyen

  1. Create an Adyen account if necessary and log into your Adyen Customer Area.

    Faça login na sua conta de Teste para testar a integração sem cobrar dos clientes. Mude para sua conta ao Vivo quando estiver pronto para aceitar pagamentos.

  2. Contact the Adyen support team to enable the Multiple partial capture feature.

  3. In the Adyen Customer Area, go to Developers › API credentials and click the relevant API credential user name in the list or click Create new credential to create a new one.

  4. In the Server settings section, click Generate API key, then click the fa-copy (Copy API key) icon and save the value for the payment_providers/adyen/configure_odoo step.

  5. In the Client settings section, click Generate client key, then click the fa-copy (Copy API key) icon and save the value for the payment_providers/adyen/configure_odoo step.

  6. Enter your Odoo website URL in the Add allowed origins field, then click Add.

  7. Click Save changes at the bottom of the page.

  8. Go to Developers › Webhooks in the left menu and click Create new webhook.

  9. In the Create new webhook popup, click Add on to the Standard webhook line.

  10. On the Webhook generation form, in the Server configuration section, enter your Odoo database URL followed by /payment/adyen/notification.

  11. In the Security section, click Generate under HMAC, then click the fa-copy (Copy HMAC to the clipboard) icon and save the value for the payment_providers/adyen/configure_odoo step.

  12. Click Save configuration at the bottom of the page.

  13. Go to Developers › API URLs, then copy the Prefix and save it for the payment_providers/adyen/configure_odoo step.

Configuração do Odoo

  1. Navigate to the Adyen payment provider<payment_providers/add_new>.

  2. Fill in the Merchant account, API Key, Client Key, HMAC Key, and API URL Prefix fields with the values saved at the Adyen configuration step <payment_providers/adyen/configure_dashboard>.

  3. Configure the remaining options as needed.

  4. Set the State field to Enabled.

Captura manual

Para habilitar a captura manual <payment_providers/manual_capture> para pagamentos Adyen, siga estas etapas:

  1. Navigate to the Adyen payment provider <payment_providers/add_new>.

  2. Go to the Configuration tab and enable Capture Amount Manually.

  3. Log in to your Adyen Customer Area, then go to Settings and click Company in the Account management section.

  4. In the General section, click the fa-pencil (Edit property) icon next to the Capture Delay field.

  5. In the popup, set the Capture delay field to Manual and click Save.

Veja também:
ON THIS PAGE