Payment Transaction Query
It can be used to query the status of the payment transaction.
status
POST
https://api.paym.es/v4.6/status
Request Body
Name
Type
Description
hash*
string
Base64 encoded string of SHA512 hash of data sent. It is detailed below.
paymesOrderId*
string
Unique transaction id sent by Paymes
publicKey*
string
Your Public Key
Hash Check
Hash is obtained by concatenating the following parameters as string, hashing with SHA512 and encoding the result in base64 type:
Last updated