Scotiabank · Schema

RealtimePaymentResponse

BankingFinancePaymentsCanadaOpen Banking

Properties

Name Type Description
payment_id string
status string
created_at string
View JSON Schema on GitHub

JSON Schema

scotiabank-realtimepaymentresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RealtimePaymentResponse",
  "title": "RealtimePaymentResponse",
  "type": "object",
  "properties": {
    "payment_id": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "created_at": {
      "type": "string",
      "format": "date-time"
    }
  }
}