It seems there might be an issue related to the account configuration or
permissions when trying to create a customer using your organization
account. Here are some steps you can take to troubleshoot and resolve
the issue:Check API Key and Merchant I...
use this code const paymentSDK = require('sdk-node'); // Replace
'sdk-node' with the actual SDK module// Initialize the SDK with your
credentials or configurationpaymentSDK.initialize({apiKey:
'your_api_key',// other configuration parameters});// Cre...