🚧 This project is currently in active development. A sandbox environment will be made available soon for testing and exploration. Stay tuned!
Sale
docsSECRET_KEY
, WEBHOOK_SECRET_KEY
provided by Datman.Environment | Base URL |
---|---|
Sandbox | https://ws2-payments.datmanpay.com |
Production | http://payments.datmanpay.com |
Sale
documentation, with a few additional keys.Key | Description | Status | Example |
---|---|---|---|
authorisation_type | Authorisation Type value (Expexted value: PreAuth) | Required | 'PreAuth' |
https://<BASE_URL>/opto/card.php?data=<ENCRYPTED_DATA>
https://ws2-payments.datmanpay.com/opto/card.php?data=U2FtcGxlRW5jcnlwdGVkRGF0YQ==
After payment completion:
redirect_url
cancel_url
Error Code | Reason | Suggested Action |
---|---|---|
Unable to process this request! | Missing required key | Verify that all required keys are present |
Invalid secret | Invalid encryption or secret mismatch | Check your secret key length and initialization vector (IV) |