Hi to all and thanks for helping us!
StiM developer team here (www.stim-isv.com), speaking about our platform www.way-commerce.com.
Our platform has a list of local businesses ( merchants ) who sell service, gift item and so on. End user can access to this platform through web and mobile app.
End user can pay choosing two payment platform , but our next goal would be to integrate other payment platform like Visa.com services ( if is it possible obviously ) and then we try to summarize our doubts!
- We don't have clarity about how transfer happend? Between the credit card customer and credit card merchant?
This mean that :
- Obviously, way-commerce.com registering on visa.com to have api e credential key
- way-commerce.com ask only to merchant to set his the credit card number into way-commerce.com profile to receive the payment from end customer ?
Or we don't understand nothing about as visa.com running!
Thank you for info
Hi @waycommerce,
Please check our website for specific APIs relevant to your business case. https://developer.visa.com/apibrowser
Since you are interested in payment methods, please navigate to the link below to view our Payment Methods APIs for more information.
Payment Methods APIs
https://developer.visa.com/site/payment-methods
Visa Checkout
https://developer.visa.com/capabilities/visa_checkout/docs
CyberSource Payments
https://developer.visa.com/capabilities/cybersource/docs
Visa Direct
https://developer.visa.com/capabilities/visa_direct/docs
In particular, if you are interested in using Visa Direct, see the top few paragraphs that are shaded in yellow that discuss the requirements to use Visa Direct.
After having read the documentation, if you meet those requirements, then please click through the link in those paragraphs to the Visa Direct Program Implementation Questionnaire, fill it out, and submit to the email address listed on that form.
Thank you Diana!
In recent months we have read the documentation and have chosen cybersource payment as a solution (hopefully)!
Now let's prepare a test environment ... thanks
Hey @waycommerce,
That's great to hear that you've chosen CyberSource Payments for your project app!
Please note, the only method to properly query the CyberCource Payments sandbox is creating a merchant account directly with CyberSource. To do this, you can refer to this link here - https://developer.cybersource.com
Luckily, the CyberSource website also provides an easy to use method to test their account credentials:
https://developer.cybersource.com/api/reference/api-reference.html
Furthermore, here's the following links for sample code: https://github.com/CyberSource/cybersource-rest-samples-java/blob/master/src/main/java/samples/payme...