Migrated from Redmine #1108 | Author: Viden Natzev
Status: Closed | Priority: High, I’m very impatient | Created: 2023-09-13
Dear Team,
We try to integrate custom payment processor MyPOS vie API. But we have a issue with authentication to the API
Request:
$SBclient = new \SBPay\SBPayClient(“string”,“string”,“golfsimsofia”,“https://app.sbpay.me/api/”);
$SBorder = $SBclient->payments()->getOrder(30);
The response:
Active token/Secret key not found
Code: 400
We verify 10 times SBPAY_TOKEN, SBPAY_SECRET ,SBPAY_MERCHANT, SBPAY_HOST but still the same error?
Can you help us?
Best Regards