Paytm API - how to get subwalletGuid? - paytm

I have found similar post below
Where I can find "subWalletGuid" for Paytm Wallet Transfer API?
posting again. How do we get subwalletGuid?

To get the subwalletGuid configured on your MID, you can contact to paytm developer support. You can post the request on contact us section of paytm developer. After this it would be available on paytm dashboard itself.

Related

How to integrate payment gateway Paytm using swift in iOS?

I am developing project for paying bills through app, for that I need to add payment gateway paytm in project? But I don't know how to add. I have searched but I didn't find any tutorial to learn.
Anyone, please help me.
I am not expert in how to implement payment gateway but you can follow this example https://developer.paytm.com/docs/v1/ios-sdk/

How to access Walmart Open API

Where can I see the list of Walmart Open APIs that are currently supported? How can I get access to these APIs? Thank you very much for your help!
https://developer.walmartlabs.com/
Check this website, there is Walmart Open API that is free to use. Before you start using it, make sure you register first.
Hope this Help!
First of all, go through this link to get yourself registered for Walmart open API panel.
https://developer.walmartlabs.com/member/register
Once you'll be completed this process then you'll get an email to get your account registered verification/confirmation. Once you'll confirm by redirecting on provided URL. You'll be got New Application Key using that key, You can make a request for all Walmart Open API's.
To test it's working you can go to Developer console having a link:
https://developer.walmartlabs.com/io-docs
There simply you'll have to put above key and make a request for all possible API's call.

Google using OAuth 2.0 Issue in Content API for Shopping

I am trying to get the JSON data of this URI provided by google:
GET https://www.googleapis.com/content/v2/merchantId/productstatuses/productId
I provided the merchant ID as well as the product ID and I got the OAuth activated by toggling the OAuth2.0.
I always get the error when I click the button Execute. Here is the screenshot:
I have gone through API Manager and set up OAuth 2.0 client IDs but still not working. Am I missing something? Please take me to the right track. Thank you.
I think I got the answer, it was because it requires me to have a Google Merchant center account and only have Google Payment Merchant Center account.

Integration of PayTm payment in iOS

Could anyone please tell me how can I implement payTm payment gateway in my iOS app. Searched a lot in internet but couldn't get any result. Not sure whether they provide any SDK or API to use.
I was searching for payment gateways which are mainly focussed in India. found One97's Paytm Payments but not sure how to implement this in iOS app.
Could any one please help me.
Paytm has SDK for both iOS and Android platform. It is integrated already on few merchants. Write to us at pgsales#paytm.com and we will send you SDK and Integration document along with test credentials.
PayTM is only for Private Ltd. companies. Unlike PayPal(unfortunately not in India), which provides access to there SDK for developers as well.
If you want to integrate PayTM, you would have to contact them and they will give you a list of things (which includes: DIN number, company name, PAN.. etc) which you should have before getting the SDK access.
This to me is pretty outdated thing. PayTM should provide access to developers to at least test their platform. Sandbox account is something developers can test their app before going live they can definitely request for all the needed details. In that sense, PayPal integration is way way better.
#Prerna Kalra Please let your team know that developers want to test their integration before going into all the official details.
To integrate with Paytm payments, you would require an SDK that they provide for the same. You need to get in touch with the Paytm's integration team for the SDK.
I'm pretty sure a lot of people are asking this and Paytm is not really ready to make its own documentation. The only way I know of is to download their sdk and contact their customer care with your query about integration. And await their response for installation queries.

Migration Questions from Paypal MPL to PaypalMobile iOS SDK

We are migrating from MPL to Paypal Mobile iOS SDK and we have what you call classic app. We could not find the migration guide and are having following questions.
The new sdk needs client id. Is the client id same as API Key?
According to the guide
"You need two credentials:
clientId: Available on the PayPal developer site.
receiverEmail: Your PayPal account email address
These are used to identify you as the recipient of payments. Both are public credentials; there is no need to attempt to obscure them or keep them private.
Important The receiverEmail should match the account used to get your client_id and secret."
We are not a receiver. We only facilitate payments between our users. Also we don't have a secret key. How do we let our users pay to other users?
In our app, user can pay their peers and also service providers. How do we make the distinction?
Your help is really appreciated!
Josh from PayPal here.
The PayPal iOS SDK does not currently have support for peer to peer payments.
The client_id is not the same as an API Key. You can get one from the PayPal developer website.
If you don't need support for direct credit card payments (sender has no PayPal account) you don't need the client_id. There is an option in the SDK to suppress direct credit card option. All you need to do is pass the payee's email address when initializing PaymentViewController. You can see the code snippet at https://developer.paypal.com/webapps/developer/docs/integration/mobile/ios-integration-guide/.

Resources