Scotiabank · Schema

RequestForPaymentResponse

BankingFinancePaymentsCanadaOpen Banking

Properties

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

JSON Schema

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