List your secret keys
curl -X GET "https://test-api.kashier.io/v2/identity/secret-keys"{}Returns the secret keys on your account — the credential you put in the Authorization
header. Requires the API-key permission on your user's role.
Kashier has not published the response shape for this endpoint, so it is not described here. Run it against your own account to see what you get.
Authorization
secretKey Merchant secret key used to identify the merchant, obtained from Kashier's dashboard. Pass the raw secret key value in the Authorization header (NOT a "Bearer" token).
In: header
Response Body
application/json
application/json
application/json
application/json
application/json
Validate a set of credentials POST
Checks whether the secret keys and Payment API keys you hold are the right ones for the modes you have filed them under. Useful in a deployment check, or when a partner platform stores merchant cre…
Update a user's secret keys PUT
Updates the secret keys held for one dashboard user. Requires the API-key permission on your user's role. Treat this as destructive until you have confirmed its behaviour with Kashier. Kashier has…