mage2pro / alphacommercehub

AlphaCommerceHub integration with Magento 2
https://upwork.com/fl/mage2pro
MIT License
0 stars 2 forks source link

Show the list banks supported POLi Payments on the Magento checkout screen (using the `QueryBanks` transaction) #57

Open dmitrii-fediuk opened 7 years ago

dmitrii-fediuk commented 7 years ago

1. «POLi (June 2015)» → «Supported transaction types»

QueryBanks – used to obtain the list of banks available to the merchant. This optional service can be used to inform the user about the list of banks that they can use with POLi.

2. «POLi (June 2015)» → «Optional steps» → «Query Banks»

The QueryBanks API is used to obtain the list of banks available to the merchant. This API is optional and can be used to inform the customer about the list of banks that they can use with POLi.

This is useful as customers can then determine if their bank is supported by POLi before continuing with POLi as the payment method.

3. «POLi (June 2015)» → «Appendix» → «Sample OnlineRequest» → «Request»

<Brand> is an optional parameter and is to be populated with the from the QueryBank Response API if available.

4. «POLi (June 2015)» → «Appendix» → «Sample QueryBank»

dmitrii-fediuk commented 7 years ago

I need to implement the following features first:

dmitrii-fediuk commented 6 years ago

I need to implement #63 first (Involve the Df\API framework in the AlphaCommerceHub integration).

dmitrii-fediuk commented 6 years ago

63 is implemented! (Involve the Df\API framework in the AlphaCommerceHub integration)