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.

Test Parameters:

What to check:

  1. Click the button to submit to iPay
  2. Look at the error message from iPay
  3. Check if the hash shown is still 64 characters or truncated to 60
  4. If it's 60 characters, then iPay is truncating it on their end
  5. 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.