php - PayU Payment Gateway - I can't use API PayU Version 2 -
i use laravel 5 , via composer install official openpayu php library 2.2 (https://github.com/payu/openpayu_php)
but require: merchantposid, signaturekey, oauthclientid , oauthclientesecret.
and have in merchant admin panel: api_key, api_login, public_key, merchant_id.
i related:
- merchantposid = merchant_id
- signaturekey = api_key
- oauthclientid = merchant_id
- oauthclientesecret = api_login | api_key
but not working method create or others methods of class openpayu_order error:
oauth error: [code=401], [message=invalid_client - can't find oauthclient clientid = 123445]
will settings wrong? necessary require new?
when adding new pos in payu admin panel, have choose "rest api" on "classic api". classic api doesn't use oauthclient, client_id won't found.
Comments
Post a Comment