Signature Verification
Merchants can follow the steps below to verify the signature on API responses or callback notifications.Retrieve the Response Signature
PayLoco’s response signature is transmitted via the HTTPsignature header. (Note: the example below may show line breaks due to formatting — the actual value is a single unbroken string.)
Decode the value of the signature field using Base64 to obtain the response signature bytes.