Skip to content

Commit

Permalink
Update API spec to include SETTLEMENT_SCHED (#1006)
Browse files Browse the repository at this point in the history
seeker25 authored Nov 2, 2022
1 parent 37f7479 commit 8887774
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ info:
<p>BC Registries Pay system is used by the BC Registries account services and integrated systems to create payment transactions to pay for the products purchased. This abstracts the integrated systems from the underlying payment integrations and payment methods. <br/>
With this API you can submit the following transactions:<ul><li>Create payment transactions</li><li>Get payment status</li><li>Delete unpaid payment transactions</li><li>Generate PDF receipt</li><li>Retrieve account statements</li><li>Generate account transactions reports</li></ul>
<p>All requests must include an Account ID.</p>
version: 1.0.1
version: 1.0.2
contact:
name: BC Registries
paths:
@@ -1635,6 +1635,7 @@ components:
- PAD Invoice Approved
- REFUND_REQUESTED
- REFUNDED
- SETTLEMENT_SCHED
references:
type: array
items:
2 changes: 1 addition & 1 deletion jobs/payment-jobs/tests/docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -57,7 +57,7 @@ services:
image: stoplight/prism:3.3.0
command: >
mock -p 4010 --host 0.0.0.0
https://raw.githubusercontent.com/bcgov/sbc-pay/main/docs/docs/api_contract/pay-api-1.0.0.yaml
https://raw.githubusercontent.com/bcgov/sbc-pay/main/docs/docs/api_contract/pay-api-1.0.2.yaml
reports:
image: stoplight/prism:3.3.0
command: >
2 changes: 1 addition & 1 deletion pay-api/tests/docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -57,7 +57,7 @@ services:
image: stoplight/prism:3.3.0
command: >
mock -p 4010 --host 0.0.0.0
https://raw.githubusercontent.com/bcgov/sbc-pay/main/docs/docs/api_contract/pay-api-1.0.1.yaml
https://raw.githubusercontent.com/bcgov/sbc-pay/main/docs/docs/api_contract/pay-api-1.0.2.yaml
reports:
image: stoplight/prism:3.3.0
command: >

0 comments on commit 8887774

Please sign in to comment.