Skip to main content
GET
/
shopping
/
{portfolio}
/
v1
/
payment
/
processor
/
facility
/
{facilityUuid}
Retrieve payment processor info for a given facility
curl --request GET \
  --url https://public-api.prd.monument.io/shopping/{portfolio}/v1/payment/processor/facility/{facilityUuid} \
  --header 'x-api-key: <x-api-key>'
{
  "paymentProcessorId": "<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

facilityUuid
string
required

Response

200 - application/json

Payment processor information needed to build a payfield for user to enter their payment information for a facility

paymentProcessorId
string
required