[#1097] Having Trouble with very basic credentials access

Migrated from Redmine #1097 | Author: Khurram Shaikh
Status: Feedback | Priority: High, I’m very impatient | Created: 2023-08-22


Hi Team,

I am creating custom payment processor, it was easy to integrate as per documentation but I not sure where I can get below credentials

// Your SBPay token
const SBPAY_TOKEN = ‘xxxxx’;
// Your SBPay secret
const SBPAY_SECRET = ‘xxxxx’;
// Your SBPay merchant
const SBPAY_MERCHANT = ‘xxxxx’;
// SBPay host
const SBPAY_HOST = ‘https://app.sbpay.me/’;
// Host for your demo page
const HOST = ‘https://demo-custom-processor.com/’;

Information is not enough in documentation where I can get above constants to update the order according to payment status.

Khurram Shaikh wrote:

I contacted SBPay.me to get merchantID as well but no possitve response.

Dmytro Bondarev wrote:

Hi,

At the moment API keys available only for Admin user in sbpay.
Please create admin user and you will be able to get token/key.