34 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
0
answers
74
views
getting unauthenticated error in phonepe refund api
i am getting problem of getting unauthenticated in the phonepe refund api. also i am using that token in the payment time it's working fine.
$data = $this->getAuthKey();
$payment = Payment::...
1
vote
0
answers
271
views
PhonePe Integration error - Package Signature Mismatched
void _initPhonePeSdk() {
PhonePePaymentSdk.init('SANDBOX', merchantId, userId.isNotEmpty ? userId : "USERID", enableLogs)
.then((isInitialized) => {
setState(() {...
1
vote
0
answers
120
views
UPI intent flow payments are failing from angular web application
I am using UPI intent flow deeplink URL to launch payment intent from web Angular web application. It lets me select payments app, shows merchant`s name, merchants VPA (UPI ID), amount etc. When I ...
0
votes
1
answer
451
views
Getting Error code 404 from Phone Pe PG Integration via Web Flow in Express |Node JS
I am integrating Phone Pe Payment Gateway on my Web Application.
Getting response as 404 from Phone Pe API
{"success":false,"code":"404"}
On the Backend I have done the ...
0
votes
0
answers
135
views
How to correctly structure a request for PhonePe Auto-Debit API (/v3/recurring/debit/init)?
I am integrating PhonePe's Auto-Debit API (/v3/recurring/debit/init) but keep receiving the following error response:
{
"status": "error",
"message": "Please ...
1
vote
0
answers
334
views
I got error 404 after payment success through PHONEPE
I am implement phonepepayment sdk in iOS swift project for phonepe payment gateway and I successful implement that but after the payment success when they need to go to redirect or callback link they ...
0
votes
2
answers
403
views
PhonePe integration for recurring payment
I'm trying to integrate phone pe's recurring payment / subscription.
Using this Document
For the Mandate Set Up Flow
Subscription is created successfully. Steps #1 and #2
Submit AUTH Request is ...
1
vote
1
answer
611
views
Phone_pe payment integration with flutter
Issue Description
I'm integrating the PhonePe Payment SDK into my Flutter app, and I'm encountering a MissingPluginException when trying to call the init method.
Code Snippets
Flutter Widget
import '...
1
vote
1
answer
150
views
Phone Pe Health Check - Error HTTP 406 Not Acceptable
I am trying to check the health of the PhonePe gateway, but I am getting error "HTTP 406 Not Acceptable":
{ code: 406, message: 'HTTP 406 Not Acceptable' }
I am using the following doc to ...
2
votes
1
answer
1k
views
During phonepe integration using Reactjs and node I get 429 error
During phonepe integration using Reactjs and node I get 429 error.. What is the reason behind this
I tried using the keys provided by them in their testing environment itself but it is also giving the ...
0
votes
0
answers
941
views
Phonepe payment status issue
I am using PHP to check payment status but I am getting this error
{"message":"Bad Request - Api Mapping Not Found"}
function checkstatus() {
global $MID, $txnid, $baseUrl, $...
1
vote
3
answers
13k
views
I am trying to resolve phonePe payment integration error in flutter
key_error_code:ERROR_B2B_API_RETURNED_ERROR
status: FAILURE
|
key_error_result:{"success":false,"code":"TOO_MANY_REQUESTS","message":"Too many requests. ...
0
votes
0
answers
262
views
Issue in integrating payment gateway from react native:
Problem Statement (React Native App)
When I click the 'Pay' button in React Native, the RazorPay page doesn't get triggered.
However, I've already configured the RazorPay key and order ID.
Error ...
0
votes
0
answers
906
views
PhonePeException: code=KEY_NOT_CONFIGURED, message=Key not found for the merchant
When i'm initiate the transaction using the pay function:
@GetMapping("/initiate")
public String initiatePayment() {
String merchantId = "M15IHWI5YI3Y";
String ...
0
votes
1
answer
234
views
res.redirect is not a function error in nextjs
I am trying to do some validation at server side and use that result to redirect user to external payment provider but it is showing me error.
TypeError: res.redirect is not a function
at eval (...