Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 594 Bytes

File metadata and controls

23 lines (15 loc) · 594 Bytes

phonepe_api_examples

Code examples for merchant API integrations with PhonePe.

APIs

  1. Make collect call
  2. Get payment status
  3. Cancel a payment request
  4. Trigger a refund for a payment

Full API Documentation: https://developer.phonepe.com/reference#api-objects-offline

Credentials

  1. Get the Preprod (UAT) credentials here: https://developer.phonepe.com/docs/test-credentials
  2. Get the production credentials by signing up with PhonePe here: https://developer.phonepe.com/docs/merchant-onboarding
  3. Set the environment as UAT or PROD

Languages

  1. Python
  2. Node.js