Spring Boot PhonePe Payment Gateway Integration Example
- User initiates a payment to Our Application
- Our Application Calls PhonePe Pay API with Transaction ID and Call Me Back with CallbackURL.
- PhonePe returns a payment Collector URL Our Application redirects the User to the Collector URL
- User enters his Payment Details and Submit to PhonePe.
- PhonePe calls our application the CallbackURL that we gave on Step 1 with transaction id
- Our Application Can now check the status ofd the payment with Status API.