Form Setup: Create a form to collect payment details from the user (amount, currency, description, bank).
Form Submission: On form submission, send the payment details to your server's payment creation endpoint.
Redirect: Redirect the user to the paymentUrl received from your server.