💻
Payouts Integration
  • Introduction
  • Functional overview
  • Onboarding
  • Postman Collection
  • Authentication
  • Authentication Token
    • API to Generate Token using username/password
    • API to Generate Token using private client id
  • Refresh Tokens
    • Refresh Token API
  • IP Check
  • API Integration
  • Testing Credentials
  • API Flow Diagram
  • Beneficiary Management
    • View Beneficiary Detail
    • Beneficiary Creation / Registration
  • Core Payouts API
    • Get Account Details API
    • Cancel Transfer API
    • Check Transfer Status API
    • Initiate/Schedule Transfer API
  • Verification
    • Verify Account / Penny Test
    • Validate Vpa
    • IFSC Details
  • smart send
    • Feature
    • Smart Send API
      • Cancel Smart Send
      • Smart Send Status
    • Smart Send V2 API
      • Create Smart Send Link
      • Smart Send Status
      • Cancel Smart Send
      • Extend Expiry Date
    • Bulk Smart Send
      • Bulk File Upload
      • Bulk Process File
    • Smart Send Error Codes
    • Fetch masked Vpas
  • Webhooks
    • What are Webhooks?
    • Default Webhooks
    • Creating Webhooks
    • Set Webhook API
    • Types of webhooks
  • Settings
    • Disable queued Payout
  • FAQ
Powered by GitBook
On this page

Was this helpful?

Testing Credentials

Below are some testing credentials details which can be used to get particular responses from transfer API's Test server Credential :

Login Url : https://dashboard-staging.payu.in/ Username : payouttest5@mailinator.com

payoutMerchantId - 1111126 Password : Tester@123 client_id: 9fe75ea34c2bf34c9d6231732697a8ae8a03b4dfcd591d2ca14fcd95410ecca7 client_secret: 18f70adc78dbb685d91d81a34c53cb72e373faddf48918152af3b82ff4790f2d

Use beneficiaryAccountNumber as "51234567890" to get the success response

Use beneficiaryAccountNumber as "41234567890" to get the Failure response

Use beneficiaryAccountNumber as "61234567890" to get the Pending response

Sample vpa for test : Success Response: omi1@yesb, Kb12@yesb Failure Response: failure1@paytm, failure2@icici

PreviousIP CheckNextAPI Flow Diagram

Last updated 3 years ago

Was this helpful?