|
| 1 | +development: |
| 2 | + swedbank: |
| 3 | + service_url: https://www.swedbank.ee/banklink |
| 4 | + return_url: http://localhost:3000/swedbank/return |
| 5 | + cancel_url: http://localhost:3000/swedbank/cancel |
| 6 | + login: dealer |
| 7 | + file_cert: seb_test_pub.pem |
| 8 | + file_key: seb_test_priv.pem |
| 9 | + key_secret: foobar |
| 10 | + encoding: UTF-8 |
| 11 | + snd_id: sender |
| 12 | + |
| 13 | + seb: |
| 14 | + service_url: https://www.seb.ee/cgi-bin/dv.sh/un3min.r |
| 15 | + return_url: http://localhost:3000/seb/return |
| 16 | + cancel_url: http://localhost:3000/seb/cancel |
| 17 | + login: dealer |
| 18 | + file_cert: seb_test_pub.pem |
| 19 | + file_key: seb_test_priv.pem |
| 20 | + encoding: UTF-8 |
| 21 | + snd_id: sender |
| 22 | + |
| 23 | + nordea: |
| 24 | + auth_service_url: https://netbank.nordea.com/pnbeidtest/eidn.jsp |
| 25 | + auth_return_url: http://localhost:3000/nordea/return |
| 26 | + auth_reject_url: http://localhost:3000/nordea/reject |
| 27 | + auth_cancel_url: http://localhost:3000/nordea/cancel |
| 28 | + auth_language: 'ET' |
| 29 | + auth_rcv_id: '12345678' |
| 30 | + confirm: 'YES' |
| 31 | + keyvers: '0001' |
| 32 | + file_key: nordea_test_priv |
| 33 | + |
| 34 | +test: |
| 35 | + swedbank: |
| 36 | + service_url: https://www.swedbank.ee/banklink |
| 37 | + return_url: http://test.host/swedbank/return |
| 38 | + cancel_url: http://test.host/swedbank/cancel |
| 39 | + login: dealer |
| 40 | + file_cert: seb_test_pub.pem |
| 41 | + file_key: seb_test_priv.pem |
| 42 | + key_secret: foobar |
| 43 | + encoding: UTF-8 |
| 44 | + snd_id: sender |
| 45 | + |
| 46 | + seb: |
| 47 | + service_url: https://www.seb.ee/cgi-bin/dv.sh/un3min.r |
| 48 | + return_url: http://test.host/seb/return |
| 49 | + cancel_url: http://test.host/seb/cancel |
| 50 | + login: dealer |
| 51 | + file_cert: seb_test_pub.pem |
| 52 | + file_key: seb_test_priv.pem |
| 53 | + encoding: UTF-8 |
| 54 | + snd_id: sender |
| 55 | + |
| 56 | + nordea: |
| 57 | + auth_service_url: https://netbank.nordea.com/pnbeidtest/eidn.jsp |
| 58 | + auth_return_url: http://test.host/nordea/return |
| 59 | + auth_reject_url: http://test.host/nordea/reject |
| 60 | + auth_cancel_url: http://test.host/nordea/cancel |
| 61 | + auth_language: 'ET' |
| 62 | + auth_rcv_id: '12345678' |
| 63 | + confirm: 'YES' |
| 64 | + keyvers: '0001' |
| 65 | + file_key: nordea_test_priv |
| 66 | + |
| 67 | +production: |
| 68 | + swedbank: |
| 69 | + service_url: https://www.swedbank.ee/banklink |
| 70 | + return_url: http://myapp.host/swedbank/return |
| 71 | + cancel_url: http://myapp.host/swedbank/cancel |
| 72 | + login: dealer |
| 73 | + file_cert: seb_test_pub.pem |
| 74 | + file_key: seb_test_priv.pem |
| 75 | + key_secret: foobar |
| 76 | + encoding: UTF-8 |
| 77 | + snd_id: sender |
| 78 | + |
| 79 | + seb: |
| 80 | + service_url: https://www.seb.ee/cgi-bin/unet3.sh/un3min.r |
| 81 | + return_url: http://myapp.host/seb/return |
| 82 | + cancel_url: http://myapp.host/seb/cancel |
| 83 | + login: dealer |
| 84 | + file_cert: seb_test_pub.pem |
| 85 | + file_key: seb_test_priv.pem |
| 86 | + encoding: UTF-8 |
| 87 | + snd_id: sender |
| 88 | + |
| 89 | + nordea: |
| 90 | + auth_service_url: https://netbank.nordea.com/pnbeid/eidn.jsp |
| 91 | + auth_return_url: http://myapp.host/nordea/return |
| 92 | + auth_reject_url: http://myapp.host/nordea/reject |
| 93 | + auth_cancel_url: http://myapp.host/nordea/cancel |
| 94 | + auth_language: 'ET' |
| 95 | + auth_rcv_id: '12345678' |
| 96 | + confirm: 'YES' |
| 97 | + keyvers: '0001' |
| 98 | + file_key: nordea_test_priv |
0 commit comments