Implementing MangoPay Service Provider

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
MirkoPinna
Posts: 16
Joined: 04 Sep 2017, 12:35

Implementing MangoPay Service Provider

Post by MirkoPinna » 06 Sep 2017, 14:36

Hi i am trying to implement MangoPay as a payment provider, i created the provider and it is recognized in the admin panel. So far everything is good, but i would like to generate a form in the checkout process as described here: https://aimeos.org/docs/Developers/Libr ... he_payment
The only problem is that the MangoPay APIs need Basic Access Authentication, is there any way to pass a Basic access key?

User avatar
aimeos
Administrator
Posts: 7865
Joined: 01 Jan 1970, 00:00

Re: Implementing MangoPay Service Provider

Post by aimeos » 07 Sep 2017, 08:30

HTTP basic auth is a HTTP header that is sent to the server and you can't add that to a form:
https://stackoverflow.com/questions/951 ... ost-a-form

I guess there must be another way to authenticate with MangoPay because supporting only HTTP basic auth would limit the usage of MangoPay as payment provider very much.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply