====== giropay-ID Konto- und Altersverifikation ======
==== transactionstart.request ====
curl -d "merchantId=1234567" \
-d "projectId=1234" \
-d "merchantTxId=1234567890" \
-d "iban=DE87123456781234567890" \
-d "urlRedirect=http://www.ihre-domein.de/girocheckout/redirect" \
-d "urlNotify=http://www.ihre-domein.de/girocheckout/notify" \
-d "hash=6048aefae3e7a684ac9d7251220f99f8" \
https://payment.girosolution.de/girocheckout/api/v2/transaction/start
==== transactionstart.response.true ====
hash : f56b5f91094cd22ace93b76ef250aa62
{"reference":"9ce6c641-4082-4f75-ae54-333309febcc5","redirect":"https://giropay.starfinanz.de/ftg/a/go/07i2j1k00pp0u109biywcswh;jsessionid=B1D575F122ED8D4B4B4EB0F83E85897F","rc":"0","msg":""}
==== transactionstart.response.false ====
hash : baf3c9b7217f362c29dd5cf6f098320c
{"reference":null,"redirect":null,"rc":5033,"msg":"Währung ungütig"}
==== issuer.request ====
curl -d "merchantId=1234567" \
-d "projectId=1234" \
-d "hash=02f123fdb8b2056596abc0e6ebb1a8c3" \
https://payment.girosolution.de/girocheckout/api/v2/giropay/issuer
==== issuer.response ====
hash : cf6109481bc2a7bdf82fa3af02a8e763
{"issuer":{"PBNKDEFF100":"Postbank","BELADEBEXXX":"Landesbank Berlin - Berliner Sparkasse", [...]} ,"rc":0,"msg":""}
==== senderinfo.request ====
curl -d "merchantId=1234567" \
-d "projectId=1234" \
-d "reference=9ce6c641-4082-4f75-ae54-333309febcc5" \
-d "hash=246d1fa2ed97ecff895de974c560f9ec" \
https://payment.girosolution.de/girocheckout/api/v2/giropay/senderinfo
==== senderinfo.response.true ====
hash : cde71b6b98e8dae709fdc1e17aef885f
{"accountholder":"Max Mustermann","iban":"DE87123456781234567890","bic":"TESTDETT421","rc":0,"msg":""}
==== senderinfo.response.false ====
hash : f1d186103b8c4cb59c54ae7b987a9d4c
{"accountholder":null,"iban":null,"bic":null,"rc":5034,"msg":"Transaktion nicht vorhanden"}