-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
you have to add new parms also #54
Comments
Would you like to make a PR, i can merge it.. Sorry have been very occupied with personal life so dont get time for this. |
Can you try and update to V 1.0.5 |
@nitish24p with V 1.0.5 also it is failing. Could you please update the steps for merchant payment. |
I added the following in the Readme
|
Thanks a lot.
…On Mon, 2 Oct 2023, 9:14 pm Nitish Phanse, ***@***.***> wrote:
I added the following in the Readme
{
/*
* REQUIRED
* vpa is the address of the payee given to you
* by your bank
*/
vpa: ***@***.***',
/*
* REQUIRED
* payeeName is the name of the payee you want
* to make a payment too. Some upi apps need this
* hence it is a required field
*/
payeeName: 'Payee name',
/*
* REQUIRED
* This is a reference created by you / your server
* which can help you identify this transaction
* The UPI spec doesnt mandate this but its a good to have
*/
transactionRef: 'some-hash-string',
/*
* REQUIRED
* The actual amount to be transferred
*/
amount: '200',
/*
* OPTIONAL
* Transactional message to be shown in upi apps
*/
transactionNote: 'for food'
/*
* OPTIONAL
* Transactional message to be shown in upi apps
*/
merchantCode: 'Merchant Code for the payor'
}
—
Reply to this email directly, view it on GitHub
<#54 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALY3KNAIWO2A77O72KABITLX5LOMLAVCNFSM6AAAAAA5KJXNLSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONBTGI3DCNRQGA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Is the issue resolved ? I am facing " limit reached/ risky payment?" issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi , Most of transaction goes faild and message is showing that : limit reached/ risky payment?
so you have to add new params 👍
please read here also : https://www.blueappsoftware.com/google-pay-error-bank-limit-exceeded/
above code in java , you have to add that in react -native this package
The text was updated successfully, but these errors were encountered: