====== RPP-Check ======
==== rppcheck.request ====
curl -d "merchantId=1234567" \
-d "projectId=1234" \
-d "bankcode=12345679" \
-d "bankaccount=1234567890" \
-d "hash=d5b5ff6b4880824311dbe7c1a62ff211" \
https://payment.girosolution.de/girocheckout/api/v2/scoring/rppcheck
==== rppcheck.response.true ====
{
"rc":0,
"msg":"",
"bankaccountValidationResult":"00",
"rppMatch":"1",
"rppResult":[
{
"code":"7",
"count":"1",
"firstDate":"2012-03-20",
"lastDate":"2012-03-20"
}
]
}
==== rppcheck.response.false ====
{
"rc":"error code",
"msg":error message"",
}