Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.4 KB

instrument-template.md

File metadata and controls

47 lines (30 loc) · 1.4 KB

Payment Instrument Definition

A definition of a Payment Instrument that can be used in conjuction with the Point-of-sale Payment Profile of the Open QR Standard to communicate a source of funds for a merchant payment.

This payment instrument definition relies upon the Point-of-sale Payment Profile.

Support for this payment instrument is optional.

DRAFT: v1.0.0

Authors: ,

Sponsor Organistaion:

Payment Instrument URN: urn:cds-au:qr:pos-instrument:<name>:<version>

Payment Instrument Schema

The following schema defines the fields that convey the information about the payment instrument to the merchant to allow for the instrument to be successfully used for payment.

Payment instrument schema [JSONSchema]:

{
   "$schema": "http://json-schema.org/draft-07/schema",
   "$id": "https://cds-au/qr/pos-instrument/<name>/<version>",
   "type": "object",
   "additionalProperties": true,
   "required": [
      <specify required fields>
   ],
   "properties": {
      <specify properties>
   }
}

Payment Instrument Overview

Additional references

<Links to additional information such as T&Cs, specifications, default contracts, etc>