PaySar
  1. PaySar
PaySar
  • CLIENT
    • PaySar
      • Create Paysar
        POST
      • GET PAYSAR
        GET
      • GetUser Payser
        GET
      • Replay Paysar
        PUT
      • Reply Paysar
        GET
    • Image
      • Get Images
    • Auth
      • Register
      • Login
      • Logout
    • User
      • getUser
      • Get Public User
      • Update User
      • GetAllUser
    • Feedback
      • createfeedback
    • Blog
      • Blog
      • Get Blog
      • like blog
  1. PaySar

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

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Body Params application/x-www-form-urlencoded
replay
string 
optional
Example:
OK Tl
paysarId
string 
optional
Example:
58

Responses

🟢200OK
application/json
Body
data
boolean 
required
msg
string 
required
Previous
GetUser Payser
Next
Reply Paysar
Built with