Synctera · Schema

payment_error_details

Payment error details. It will be included only when status is ERROR

FinTechBaaSBankingPaymentsCard IssuingKYC

Properties

Name Type Description
code string
details string
View JSON Schema on GitHub

JSON Schema

synctera-payment-error-details-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/payment_error_details",
  "title": "payment_error_details",
  "description": "Payment error details. It will be included only when status is ERROR",
  "properties": {
    "code": {
      "type": "string"
    },
    "details": {
      "type": "string"
    }
  },
  "type": "object"
}