Replay Paysar
Developing
PUT
v1/api/paysar
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'http://localhost:3200/v1/api/paysar' \
--data-urlencode 'replay=OK Tl' \
--data-urlencode 'paysarId=58'
Response Response Example
{
"data": true,
"msg": "string"
}
Request
Body Params application/x-www-form-urlencoded
replay
string
optional
Example:
OK Tl
paysarId
string
optional
Example:
58