Hitelesítési adatok előkészítése
Utoljára frissítve:
Hasznos volt ez?
Hasznos volt ez?
curl --url 'https://system-test.paymentgateway.hu/api/payment/' \
--header 'authorization: Basic c2RrX3Rlc3Q6ODZhZjMtODBlNGYtZjgyMjgtOTQ5OGYtOTEwYWQ=' \
--user-agent 'Providers | merchant-store.com | PHP | 7.3.0' \
--request 'POST' \
--data 'method=Providers' \
--data 'json=
{
"StoreName":"sdk_test"
}'curl --url 'https://system-test.paymentgateway.hu/api/payment/' \
--user 'sdk_test:86af3-80e4f-f8228-9498f-910ad' \
--user-agent 'Providers | merchant-store.com | PHP | 7.3.0' \
--request 'POST' \
--data 'method=Providers' \
--data 'json=
{
"StoreName":"sdk_test"
}'{
"Data": [
{
"provider_name": "CIB",
"provider_long_name": "CIB Bank"
},
{
"provider_name": "OTP",
"provider_long_name": "OTP Bank"
},
...
],
"ResultCode": "SUCCESSFUL",
"ResultMessage": null,
"ResponseId": "3202109280600047702"
}