Installment Information

You can use it to view the installment rates of the given credit card

installment_info

POST https://api.paym.es/v4.6/installment_info

Request Body

{
    "status": true,
    "results": {
        "1": 0,
        "2": 1.23,
        "3": 1.23,
        "4": 1.23,
        "5": 1.23,
        "6": 1.23,
        "7": 1.23,
        "8": 1.23,
        "9": 1.23,
        "10": 1.23,
        "11": 1.23,
        "12": 1.23
    }
}

Hash Check

Hash is obtained by concatenating the following parameters as string, hashing with SHA512 and encoding the result in base64 type:

binNumber + secret

Last updated