Direct iPay API Test
This form will send a test payment directly to iPay with a full 64-character hash to see if they accept it.
What to check:
- Click the button to submit to iPay
- Look at the error message from iPay
- Check if the hash shown is still 64 characters or truncated to 60
- If it's 60 characters, then iPay is truncating it on their end
- If it's 64 characters, then something on your server is truncating it
Note: This will show a hash mismatch error (because I used a dummy hash), but we're just testing if the hash length is preserved.