I was using stripe pricing table but when the customer clicks on subscription for a particular plan on the pricing table it redirect's the customer to the checkout page but,I want it to redirect it to my appliction payment page instead of the stripe checkout page, can this be done in stripe or is there any other way i can proceed?
No, Stripe Pricing Table can only create Stripe Checkout Sessions. If you want a pricing table to send customers to your own checkout flow you will need to implement it yourself.