Skip to content

Commit ad6cf3b

Browse files
committed
Use PGTESTPAYUAT86 sandbox credentials
1 parent c3ac427 commit ad6cf3b

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

backend/src/services/payment.service.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,11 @@ export function verifyRazorpaySignature(body, signature) {
4545
// PHONEPE PAYMENT GATEWAY
4646
// ============================================
4747

48-
// Official PhonePe Sandbox Test Credentials
48+
// Official PhonePe Sandbox Test Credentials (2024-2025)
49+
// Using PGTESTPAYUAT86 as recommended - PGTESTPAYUAT may have rate limits
4950
const PHONEPE_SANDBOX_CREDENTIALS = {
50-
merchantId: 'PGTESTPAYUAT',
51-
saltKey: '099eb0cd-02cf-4e2a-8aca-3e6c6aff0399',
51+
merchantId: 'PGTESTPAYUAT86',
52+
saltKey: '96434309-7796-489d-8924-ab56988a6076',
5253
saltIndex: '1'
5354
};
5455

0 commit comments

Comments
 (0)