Re: CyberSource Payments How can I produce merchants?

ronghuichase
Helper

CyberSource Payments How can I produce merchants?

CyberSource Payments How can I produce merchants?

7 REPLIES 7
API_Managers
Visa Developer Support Specialist

Re: CyberSource Payments How can I produce merchants?

Hey @ronghuichase,

 

We have an expert team that manages questions specific to CyberSource. Please reach out to the CyberSource team directly.

 

CyberSource Support - 800-709-7779

 

Currently, the only method to properly query the CyberCource Payments sandbox is creating a merchant account directly with CyberSource:     https://developer.cybersource.com

 

Luckily, their site also provides an easy to use method to test their account credentials:
 
https://developer.cybersource.com/api/reference/api-reference.html
 
Additionally, here are the following links for sample code:  https://github.com/CyberSource/cybersource-rest-samples-java/blob/master/src/main/java/samples/payme...

 




Thanks,

Tee



Was your question answered? Don't forget to click on "Accept as Solution" to help other devs find the answer to the same question.

ronghuichase
Helper

Re: CyberSource Payments How can I produce merchants?

hi After I set it through https://github.com/cybersource/cybersource-rest-samples-php demo, I will run it and prompt: stdClass Object ( [response] => stdClass Object ( [rmsg] => Authentication Failed ) ) My developer account is ronghuichase@gmail.com 1:Where can I find the apikeyid code: $this->authType = "http_signature";//http_signature/jwt $this->enableLog = true; $this->logSize = "1048576"; $this->logFile = "Log"; $this->logFilename = "Cybs.log"; $this->merchantID = "hong_kong_ro__60974"; $this->apiKeyID = "CU2Q00WJG7CCLU2NVI4721sYJijRTVkbswoO_---QPd9G2zec"; $this->secretKey = "dB0R5xc6y+w-QHhPDN52Zpy0WFqj#fhyUY15dfN+"; $this->keyAlias = "hong_kong_ro__60974"; $this->keyPass = "hong_kong_ro__60974"; $this->keyFilename = "hong_kong_ro__60974"; $this->keyDirectory = "Resources/"; $this->runEnv = "cyberSource.environment.SANDBOX"; $this->merchantConfigObject();
ronghuichase
Helper

Re: CyberSource Payments How can I produce merchants?

hi After I set it through https://github.com/cybersource/cybersource-rest-samples-php demo, I will run it and prompt: stdClass Object ( [response] => stdClass Object ( [rmsg] => Authentication Failed ) ) My developer account is ronghuichase@gmail.com 1:Where can I find the apikeyid? code(Please help me see where the settings are wrong, thank you): $this->authType = "http_signature";//http_signature/jwt $this->enableLog = true; $this->logSize = "1048576"; $this->logFile = "Log"; $this->logFilename = "Cybs.log"; $this->merchantID = "hong_kong_ro__60974"; $this->apiKeyID = "CU2Q00WJG7CCLU2NVI4721sYJijRTVkbswoO_---QPd9G2zec"; $this->secretKey = "dB0R5xc6y+w-QHhPDN52Zpy0WFqj#fhyUY15dfN+"; $this->keyAlias = "hong_kong_ro__60974"; $this->keyPass = "hong_kong_ro__60974"; $this->keyFilename = "hong_kong_ro__60974"; $this->keyDirectory = "Resources/"; $this->runEnv = "cyberSource.environment.SANDBOX"; $this->merchantConfigObject();
API_Managers
Visa Developer Support Specialist

Re: CyberSource Payments How can I produce merchants?

Hey @ronghuichase,

 

We have an expert team that manages questions specific to CyberSource. Please reach out to the CyberSource team directly using the phone number below.

 

CyberSource Support
800-709-7779

 




Thanks,

Tee



Was your question answered? Don't forget to click on "Accept as Solution" to help other devs find the answer to the same question.

ronghuichase
Helper

Re: CyberSource Payments How can I produce merchants?

cybersource ? Do you have email ?
ronghuichase
Helper

Re: CyberSource Payments How can I produce merchants?

Can I have a support email? CyberSource?
API_Managers
Visa Developer Support Specialist

Re: CyberSource Payments How can I produce merchants?

Hey @ronghuichase,

 

You can also try going to the CyberSource Support page here - https://support.cybersource.com/s/article/How-Do-I-Contact-CyberSource-Customer-Support

 

However, I think calling CyberSource Support directly would be best. You can also try to make the phone call using VoIP and see if that works.

 

CyberSource Support
800-709-7779

 




Thanks,

Tee



Was your question answered? Don't forget to click on "Accept as Solution" to help other devs find the answer to the same question.