Webhook
In case of any problem that the buyer user may experience during the routing after the payment transaction, it may not enter your system even if the transaction is successful. With the use of webhook, successful transactions are transmitted directly to the webhook address you specify via Paymes servers.
Response
The parameters included in the HTTP Post Request sent with the user are in the following format:
Hash Check
Hash is obtained by concatenating the following parameters as string, hashing with SHA512 and encoding the result in base64 type
You can use the hash information sent by Paymes to confirm the incoming reply.
Last updated