Skip to main content
GET
/
shopping
/
{portfolio}
/
v1
/
payment
/
payrix
/
public-key
Get Payrix public API key
curl --request GET \
  --url https://public-api.prd.monument.io/shopping/{portfolio}/v1/payment/payrix/public-key \
  --header 'x-api-key: <x-api-key>'
"<string>"

Headers

x-api-key
any
required

Api key required to authenticate your request. Please reach out to monument for a key.

Example:

"monument-2230012-2312321"

Path Parameters

portfolio
string
required

Response

200 - application/json

The public key needed to create a payfield for users to enter their information. These keys are temporary and must be refetched every hour or they will become unusable.

The response is of type string.