Skip to content

Commit

Permalink
Update API spec to include SETTLEMENT_SCHED
Browse files Browse the repository at this point in the history
  • Loading branch information
seeker25 committed Nov 2, 2022
1 parent 37f7479 commit 38a4e23
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -1635,6 +1635,7 @@ components:
- PAD Invoice Approved
- REFUND_REQUESTED
- REFUNDED
- SETTLEMENT_SCHED
references:
type: array
items:
Expand Down
2 changes: 1 addition & 1 deletion jobs/payment-jobs/tests/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: >
Expand Down
2 changes: 1 addition & 1 deletion pay-api/tests/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: >
Expand Down

0 comments on commit 38a4e23

Please sign in to comment.