Synctera · Schema

resend_response

FinTechBaaSBankingPaymentsCard IssuingKYC

Properties

Name Type Description
body string response of the event notification
View JSON Schema on GitHub

JSON Schema

synctera-resend-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/resend_response",
  "title": "resend_response",
  "properties": {
    "body": {
      "description": "response of the event notification",
      "example": "usertransition response",
      "type": "string"
    }
  },
  "type": "object"
}