Where I can find "subWalletGuid" for Paytm Wallet Transfer API? - payment

I am integrating the Wallet Transfer API of Paytm, which requires "subWalletGuid" parameter. As per documentation "This is available on Paytm dashboard" but I am not able to find that?
Can anyone help?

Paytm is not very clear in their documentation
Wallet transfer API is available under Paytm payouts which are only available for enterprise customers for which you need to contact them. Very stupid since a user cannot transfer his own Paytm cash via his wallet.
Bank Transfer API or Wallet Transfer API both come under Paytm payout
Here's the link to the page: https://developer.paytm.com/docs/paytm-payouts/

Related

Stripe instant verification for ACH with DocuSign

I'm using Stripe to collect payments on DocuSign envelope. For ACH payments DocuSign is using Stripe's micro deposit option to verify Bank. I want to use instant verification option here by integrating Plaid with Stripe or Using Stripe ACH Direct Debit but can't find any clue on how to get it working with DocuSign.
Could please directly open a Docusign support case regarding this payment question.
It will be taken in charge by our eSignature support team
Please follow this guide to open a support case:
https://support.docusign.com/s/articles/How-Do-I-Open-a-Case-in-the-DocuSign-Support-Center?language=en_US&rsc_301

Using plaid with Stripe

I am trying to build an eCommerce site using Stripe and Plaid to do ACH payment and I am new to both. Is Plaid's role mainly to collect the payment and verify the information? Do I use Plaid in the payout process as well? Thank you!
Plaid handles collecting and verifying information about the customer. Stripe handles the actual ACH transfer part. Plaid is not involved in the payout process. For more info you can check out the docs:
https://plaid.com/docs/auth/partnerships/stripe/
https://stripe.com/docs/ach#using-plaid

How to pay a user with stripe?

I am building an ecommerce store like amazon where sellers can sell and they receive money when a product is bought.
I am using stripe api with nodeJS for handeling payments. What is exactly the process of paying a user with stripe?
On their documentation they said of creating an account then transferring fund but in the process what about taking user's payment details like their bank account.
What are the steps which I need to follow for a paying a user out?
You'd need to use Stripe Connect. Each merchant you pay will need to be a connected account to your platform.

How can i do Stripe payment direct transfer to merchant account?

How can i do adaptive payment with credit card in Stripe. Payment should directly transfer to merchant bank account.
Can anyone give solution for that?
You can get all required document here.
https://cartalyst.com/manual/stripe/2.0
Recipient service no longer available in stripe it's deprecated. it's replaced with connect.

Google wallet integration in android

In the poc given by Google, it is not mentioned about the payment process. Where will the stipulated amount be transferred? There is no way to add the seller's details.
Will google wallet save only our card details and we must use getFullWallet() and use the details to continue process by using another third party payment gateway?or it will handle all the transactions? if so, where can we give seller details in the code?
Any POC on complete google wallet usage will be very much helpful as I couldn't understand the flow in the sample provided.
As in the sample the currency is converted to dollars, is that the case always?
What if I have a card and it is not internationally valid?
A piece of simple code is appreciated.
After getting fullwallet how can we use that to send details to merchant's account?
Will Google Wallet act as payment gateway?
After researching, I found out that Google-Wallet as its name suggests acts as our personal digital wallet and will not be involved in any of the payment gateway process. After fetching the details from Google-Wallet i.e..,getFullWallet() we can send these details to our server which implements the payment gateway on its side.

Resources