====== Payment Page ======
==== transactionstart.request ====
curl -d "merchantId=1234567" \
-d "projectId=1234" \
-d "merchantTxId=1234567890" \
-d "amount=100" \
-d "currency=EUR" \
-d "purpose=Beispieltransaktion" \
-d "description=Fahrradleuchte klein" \
-d "type=SALE" \
-d "locale=de" \
-d "paymethods=1,2,6,11,14" \
-d "test=1" \
-d "successUrl=http://www.my-domain.de/girocheckout/success" \
-d "backUrl=http://www.my-domain.de/girocheckout/back" \
-d "failUrl=http://www.my-domain.de/girocheckout/fail" \
-d "notifyUrl=http://www.my-domain.de/girocheckout/notify" \
-d "hash=9d7cc3729790bfdbe68a7156bb4d386b" \
https://payment.girosolution.de/girocheckout/api/v2/paypage/init
==== transactionstart.response.true ====
hash : 6c4da0504e8e6a359c7f2df86cb5318d
{"reference":"4f88b6c8-6209-4c96-a450-b6de22633f6b","url":"http:\/\/pay.girosolution.de\/v1\/paypage\/en\/EG-ddvXSrAHmXRClBeamKGAyzXU-uAYbNYFLQ3uz_zj_J4rYCb0GIrWIQ-H_g8h3_-yf3WvSenh2Dg6TLhmTAA","rc":0,"msg":""}
==== transactionstart.response.false ====
hash : f55ce87e132ebb7eb20004c6b186ce09
{"reference":null,"redirect":null,"rc":5030,"msg":"Betrag ungültig"}
==== projects.request ====
curl -d "merchantId=1234567" \
-d "projectId=1234" \
-d "hash=9d7cc3729790bfdbe68a7156bb4d386b" \
https://payment.girosolution.de/girocheckout/api/v2/paypage/projects
==== projects.response ====
{"projects":[{"id":"12345","name":"iDEAL - ICEPAY","paymethod":"12","mode":"LIVE"},{"id":"12346","name":"giropay","paymethod":"1","mode":"TEST"},{"id":"12347","name":"Kreditkarte","paymethod":"11","mode":"TEST"}],"rc":0,"msg":""}