Skip to content

Commit

Permalink
Minor additions to simple payments
Browse files Browse the repository at this point in the history
  • Loading branch information
James-P2P committed Nov 9, 2023
1 parent 9bb0590 commit b6bb2d0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/Standards/Simple-Bank-Account-Origination.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Additional endpoints, and extensions to existing endpoints, to facilitate the re

## Abstract

This standard defines a set of extensions to the existing consumer data standards. It defines mechanisms for a bank or non-bank lender to receive an account application for a new, or existing, customer facilitated by an external entity.
This standard defines a set of extensions to the existing Consumer Data Standards. It defines mechanisms for a bank or non-bank lender to receive an account application for a new, or existing, customer facilitated by an external entity.

The standard defines the following:

Expand All @@ -26,7 +26,7 @@ The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "S

| Term | Definition |
|-|-|
| Accredited Action Initiator (AAI) | A software product that is accredited to initiate actions under CDR. The equivalent of an Accredited Data Recipient under the current CDR regime |
| Accredited Action Initiator (AAI) | A software product that is operated by an entity accredited to initiate actions under CDR. The equivalent of an Accredited Data Recipient under the current CDR regime |
| Action Service Provider (ASP) | A server implementation that supports the receipt of an action instruction from an AAI. The equivalent of a Data Holder under the current CDR regime |

## Specification
Expand Down
6 changes: 3 additions & 3 deletions docs/Standards/Simple-Payments.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Additional endpoints, and extensions to existing endpoints, to facilitate simple

## Abstract

This standard defines a set of extensions to the existing consumer data standards. It defines mechanisms for a bank, or non-bank lender, acting as an Action Service Provider (ASP), to receive payment instructions from an Accredited Action Initiator (AAI) for simple bank account to bank account payments.
This standard defines a set of extensions to the existing Consumer Data Standards. It defines mechanisms for a bank, or non-bank lender, acting as an Action Service Provider (ASP), to receive payment instructions from an Accredited Action Initiator (AAI) for simple bank account to bank account payments.

The standard defines the following:

Expand All @@ -28,7 +28,7 @@ The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "S

| Term | Definition |
|-|-|
| Accredited Action Initiator (AAI) | A software product that is accredited to initiate actions under CDR. The equivalent of an Accredited Data Recipient under the current CDR regime |
| Accredited Action Initiator (AAI) | A software product that is operated by an entity accredited to initiate actions under CDR. The equivalent of an Accredited Data Recipient under the current CDR regime |
| Action Service Provider (ASP) | A server implementation that supports the receipt of an action instruction from an AAI. The equivalent of a Data Holder under the current CDR regime |

## Specification
Expand Down Expand Up @@ -81,7 +81,7 @@ The field `DSB-supportedPaymentTypes` will be an object. The schema of this def

Note that the enumeration values for outbound payments types are to be interpreted as follows:

* TRANSFER - Account to account transfer between the customers own account
* TRANSFER - Account to account transfer between the customers own accounts

In the future additional enumeration values can be added to support additional payment types.

Expand Down

0 comments on commit b6bb2d0

Please sign in to comment.