-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from v-pos/sm-handle-sandbox
Sandbox
- Loading branch information
Showing
5 changed files
with
20 additions
and
98 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,6 @@ App.java | |
target/* | ||
.idea | ||
*.iml | ||
.classpath | ||
.project | ||
.settings/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,7 +71,6 @@ interacting with the API using this library: | |
| `MERCHANT_VPOS_TOKEN` | The API token provided by vPOS | true | | ||
| `PAYMENT_CALLBACK_URL` | The URL that will handle payment notifications | false | | ||
| `REFUND_CALLBACK_URL` | The URL that will handle refund notifications | false | | ||
| `VPOS_ENVIRONMENT` | The vPOS environment, leave empty for `sandbox` mode and use `"prd"` for `production`. | false | | ||
|
||
or using one of the optional arguments | ||
|
||
|
@@ -83,7 +82,6 @@ or using one of the optional arguments | |
| `supervisor_card` | Merchant Supervisor Card number provided by EMIS | `string` | ||
| `payment_callback_url` | Merchant application JSON endpoint to accept the callback payment response | `string` | ||
| `refund_callback_url` | Merchant application JSON endpoint to accept the callback refund response | `string` | ||
| `environment` | The vPOS environment, leave empty for `sandbox` mode and use `"PRD"` for `production`. | `string` | | ||
|
||
Don't have this information? [Talk to us]([email protected]) | ||
|
||
|
@@ -99,13 +97,6 @@ be able to authenticate and communicate effectively with our API using this libr | |
|
||
The next section will show the various payment actions that can be performed by you, the merchant. | ||
|
||
### Get all Transactions | ||
This endpoint retrieves all transactions. | ||
|
||
```java | ||
var transactions = merchant.getTransactions(); | ||
``` | ||
|
||
### Get a specific Transaction | ||
Retrieves a transaction given a valid transaction ID. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters