Skip to main content

Signature Generation

The signature is used to authenticate requests sent to the Checkout Page API. Signatures are generated from data sent to the Checkout Page API.

Key & Secret Key

Users will be given credentials (consisting of a pair of usernames and passwords) in the form of 2 credentials, namely Key and Secret Key

Formula Signature


hash_hmac('sha256', timestamp di X-Winpay-Timestamp, $secretKey)