Adyen / adyen-magento2-express-checkout

Adyen Magento 2 Express Checkout Module
MIT License
8 stars 2 forks source link

[ECP-9114] Implement /payments endpoint for express use cases #88

Closed candemiralp closed 2 months ago

candemiralp commented 2 months ago

Summary

This PR creates a new endpoint the express module initiate /payments endpoint from Adyen's Checkout API. This endpoint doesn't not trigger the payment authorization command pool from payment method facade but makes an individual call to initiate offer on Adyen side.

Endpoint for guest shoppers

/V1/adyen/express/init-payments/guest

Required parameters:

Endpoint for logged-in shoppers

/V1/adyen/express/init-payments/mine

Required parameters:

Tested scenarios

sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed

Issues
1 New issue
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud