Apideck · Schema

Payment method reference

Optional reference message returned by payment method on processing

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

apideck-paymentmethodreference-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PaymentMethodReference",
  "title": "Payment method reference",
  "type": "string",
  "description": "Optional reference message returned by payment method on processing",
  "nullable": true,
  "example": "123456"
}