Square connect Reporting API testing - square-connect

Can anyone help me to know how can I test the listAdditionalRecipientReceivables API implementation as it cannot be tested on sandbox in Square connect payment gateway at backend side?

Unfortunately, the ability to test the Reporting API in sandbox isn’t currently available for Square’s API. In order to test you will need to use live transactions. 
We are constantly improving the product based on feedback like this, so I’ll be sure to share your thoughts with the API team.

Related

PayPal API Taking Very Long Time To Respond

I am using following PayPal API
https://payflowlink.paypal.com/
It is taking very long time. Please check following screenshot.
Is it a PayPal issue? How to improve the speed? Let me know if any other information is required.
payflowlink.paypal.com is not an API, it's a hosted field application
If it's too slow try something more modern like https://developer.paypal.com/demo/checkout/#/pattern/client , or Braintree Direct if you need a full gateway
switch network environment or put your code from local to linux server.

SalesForce Commerce Cloud. Intercept data of users and orders

I'm not so familiar with Commerce Cloud product but I need to know one point and I hope community can help me.
I need to implement a feature for customer who use SF Commerce Cloud and I would like to know it is possible or not. Customer wants to send some of data such as orders and users to an additional storage. This is requirement of local law and they have to implement it to do business.
Is it possible to intercept some actions like order placing, modifying, deleting and e-store customers creation, modifying, deleting? It would be great if you help me with direction where I can find additional information because after several attempts I can't get access to trial version of Commerce Cloud.
Thank you!
Yes, it is possible to do this in various ways. One way might be to implement a Javascript tracking integration that runs in the customer's browser and is referenced by the Storefront application that is running on SFCC. Another way would be to implement what is known as an Integration Cartridge which would implement several export jobs and/or service connections to your third party storage solution.
There is no trial version of the platform. In order to access an instance for development purposes, you will need to work through your customer's sandbox instances or become a Salesforce Partner.
Please review the Getting Started documentation. See also: Demandware/SFCC prerequisites

How to do a performance Testing with MS Botframework

We have created a bot which uses Luis to address user queries. Would like to understand how can we perform a performance testing to my bot which can be like a VSTS testing. Yes tried with VSTS also but of no use, since my bot api is always sending a request and response couldn't capture the exact one. Please help.
I'm not sure if you are using Azure bot service directly or the other way. Considering if you are using the Azure Bot Service following are the steps to configure performance test.
You can do performance test using Azure Bot Service from continuous integration tab
Select the team services account, subscription and location.
You can track the build and errors using Azure App insights
Let me know if you are looking for anything else.
Regards
-Jyo

Spring - Payment Gateway integration

I am trying to develop a proxy for a local payment gateway (i.e.: users will use our system to pay and the real payment gateway will be hidden). What is the best way to post calls to the payment gateway from our system? I was thinking of developing a service and use httpclient (post method over ssl) any ideas? or sample code?
the system could become complex coz I have transations and the http call would be part of them (call payment gateway, insert data locally, update some other records in db...etc..) and I was thinking of developing a special log to update it whenever any operation is successful if it is not I save it and process it later via cron ! is this a good architecture?
Answer to your question is too subjective. What you've described is basically how most payment-related websites are built.
As for payment gateway, you can refer http://git.springsource.org/spring-payment/spring-payment/trees/master.
You can first create the basic design i.e. the DB structure and such. Once that's done, you can start developing with a stub. That'll help you validate your assumptions related to payment gateways. Once that's done, and everything's working fine, you can move on a real payment gateway.
In the meanwhile, you can visit payment gateway providers/Banks in person or online, and see which one works for you best. By the time you get the permission and all the formalities are in place, you'll hopefully have your system ready. You can then integrate your system with the real payment gateway.

Google Keyword Tools API

Is there anyway for developer to test Google keyword Tools API for free?
You can test it against the sandbox without charge but you don't get the real results that you would from the live system.
Testing against the live API uses API units. However, I usually find I only need to pull down a few keywords for testing and even with many testing cycles it doesn't really cost very much.
One thing you can do to reduce costs is to get the tool working with the sandbox to make sure there aren't any errors etc. Then, once it's working, just run a few tests in production to check the data looks correct.
Having an Adword's account is free. You only pay if you have an active ad running. The keywords tool is here

Resources