Skip to main content
GET
/
shopping
/
{portfolio}
/
v1
/
payment
/
processor
Get payment processor information
curl --request GET \
  --url https://public-api.prd.monument.io/shopping/{portfolio}/v1/payment/processor \
  --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

Response

200 - application/json

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

paymentProcessorId
string
required