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>
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>
}
}
<Links to additional information such as T&Cs, specifications, default contracts, etc>