PaymentController
class PaymentController extends PayumController
Class PaymentController defines payment routes
Methods
API route for handling bank payment options
API route for handling payment options
Frontend route for handling pay-pay payment logic
Frontend route for handling cash on delivary logic, excludes payment step
Frontend route for handling stripe payment logic
API route for creating pay-pal account
API route for creating stripe account
API route for handling logic for refunding ALL SECURE payment
Frontend route for handling ALL SECURE payment
Frontend route for submitting ALL SECURE payment
Frontend route for handling logic for NEST PAY payment
Frontend route for handling band response logic for NEST PAY payment
Details
at line 52
RedirectResponse
goToBankPaymentAction()
API route for handling bank payment options
at line 88
RedirectResponse
goToPaymentAction()
API route for handling payment options
at line 120
RedirectResponse
goToPayPalAction()
Frontend route for handling pay-pay payment logic
at line 141
RedirectResponse
goToCashOnDeliveryAction()
Frontend route for handling cash on delivary logic, excludes payment step
at line 157
RedirectResponse
goToStripAction()
Frontend route for handling stripe payment logic
at line 196
JsonResponse
savePayPalAction(Request $request)
API route for creating pay-pal account
at line 227
JsonResponse
saveStripeAction(Request $request)
API route for creating stripe account
at line 264
Response
allSecureRefundAction(ArrayCollection $allSecurePayment)
API route for handling logic for refunding ALL SECURE payment
at line 281
array
checkoutAllSecureAction(ArrayCollection $allSecure)
Frontend route for handling ALL SECURE payment
at line 296
RedirectResponse
checkoutAllSecureResponseAction(ArrayCollection $allSecureResponse)
Frontend route for submitting ALL SECURE payment
at line 317
array
checkoutNestPayAction(ArrayCollection $nestPay)
Frontend route for handling logic for NEST PAY payment
at line 333
RedirectResponse|JsonResponse
checkoutNestPayResponseAction(ArrayCollection $nestPayResponse)
Frontend route for handling band response logic for NEST PAY payment