Primer · Example Payload

Primer Post Payments Id Refund Response 422 Requestvalidationerror

paymentspayment orchestrationpayment processingfintechfraud detectionsmart routingcheckoutpayment methodsreconciliationwebhooks

Primer Post Payments Id Refund Response 422 Requestvalidationerror is an example object payload from Primer, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

error

Example Payload

Raw ↑
{
  "error": {
    "errorId": "RequestValidationError",
    "description": "We were unable to validate your request, please check your payload against /docs/api",
    "diagnosticsId": "1234567898",
    "validationErrors": [
      {
        "model": "PaymentCaptureAPIRequest",
        "errors": [
          {
            "path": "$.amount",
            "description": "Value must be a valid integer"
          }
        ]
      }
    ]
  }
}