====== Blue Code ======
==== transactionstart.request ====
curl -d "merchantId=1234567" \
-d "projectId=1234" \
-d "merchantTxId=1234567890" \
-d "amount=10000" \
-d "currency=EUR" \
-d "purpose=Beispieltransaktion" \
-d "urlRedirect=http://www.my-domain.de/girocheckout/redirect" \
-d "urlNotify=http://www.my-domain.de/girocheckout/notify" \
-d "hash=1189b707a5eeab6ba79e6dc937abad0d" \
https://payment.girosolution.de/girocheckout/api/v2/transaction/start
==== transactionstart.response.true ====
hash : 899f05ca96d469efd99a550c5b29ed01
{"reference":"e3c0399d-6fc4-4063-8c23-9e9603dce299","redirect":"https:\/\/go.bluecode.mobi\/28\/2\/04\/33\/pay\/ecom4743c66a-9686-471b-b42d-125a1c1e34ec","rc":0,"msg":""}
==== transactionstart.response.false ====
hash : b32ac9a94378b697ede4929bc0c564d2
{"reference":null,"redirect":null,"rc":5030,"msg":"amount ungültig"}
==== capture.request ====
curl -d "merchantId=1234567" \
-d "projectId=1234" \
-d "merchantTxId=1234567890" \
-d "amount=10000" \
-d "currency=EUR" \
-d "purpose=Beispiel-Capture" \
-d "reference=dd724940-5e86-4072-8442-2c2ba2aebc79" \
-d "final=true" \
-d "hash=e4e57b71b094d7fa197374f4fbdd4ca9" \
https://payment.girosolution.de/girocheckout/api/v2/transaction/capture
==== capture.response.true ====
hash : 36dc1f4622d0c1260fe5da76fe83fbd3
{"reference":"ehd82947-5e86-4072-8442-2c2ba2ae74a","referenceParent":null,"merchantTxId":"123456","backendTxId":"5720d913a1338","amount":"100","currency":"EUR","resultPayment":4000,"rc":0,"msg":""}
==== capture.response.false ====
hash : c7dcb2d7d5e6719c6a51d81705bfc3af
{"reference":null,"rc":5030,"msg":"Betrag ungültig"}