Below is th form i am trying to submit the https://testsecureacceptance.cybersource.com/pay but
<form method="post" action="https://testsecureacceptance.cybersource.com/pay">
<input type="hidden" name="access_key" value="55b1d557dd4b358a99cbcccb820765aa">
<input type="hidden" name="profile_id" value="91F98466-C96F-4EAC-BF93-6C55C5DF07BD">
<input type="hidden" name="transaction_uuid" value="40155b3c-8691-4f56-bf90-380deb1e9ccc">
<input type="hidden" name="signed_field_names" value="access_key,profile_id,transaction_uuid,signed_field_names,signature,amount,currency,transaction_type">
<input type="hidden" name="signature" value="pfsJxNo8aFyfYWhTDctZBKaNbscRsiO1lVH8OWjAIq4=">
<input type="hidden" name="amount" value="100.00">
<input type="hidden" name="currency" value="USD">
<input type="hidden" name="transaction_type" value="sale">
<button type="submit">Pay2 Now</button>
</form>
08-06-2024 03:31 AM