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.