Skip to main content
GET
/
v2
/
public-key
/
http
Public Keys
curl --request GET \
  --url https://api.sandbox.pawapay.io/v2/public-key/http \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "HTTP_EC_P256_KEY:1",
    "key": "-----BEGIN PUBLIC KEY-----\nMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEYZe9jhnaZKw9ykMBe2IwRg6AgVMx\n2JRE3RMIdf4YazZTaQaUO19uDI5UO0QsTG699UeI+emd63/GY1PyOpf1rw==\n-----END PUBLIC KEY-----\n"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.pawapay.io/llms.txt

Use this file to discover all available pages before exploring further.

Provides the public keys that are used to sign callbacks sent by pawaPay. Read more about how to use signatures.

Authorizations

Authorization
string
header
required

Response

200 - application/json

If a request has been processed by pawaPay successfully.

id
string
required

The ID of the public key.

key
string
required

The public key to use when verifying the signature in a callback sent by pawaPay.