Skip to content

Commit

Permalink
Updates and New Bankcard Documentation
Browse files Browse the repository at this point in the history
Updated the following:
BankCard.md - fixed tables and added links to individual business type bankcard files (BankCard_Ecommerce, BankCard_Retail, and BankCard_HealthCare)
README.md - Fixed links to contributor fork rather than master repository.

Added the following:
BankCard_Ecommerce.md - Specific requests and documentation for Ecommerce/Moto CNP transactions.
BankCard_Retail.md - Specific requests and documentation for Retail CP transactions.
BankCard_HealthCare.md - Specific requests and documentation for HealthCare transactions including FSA.
  • Loading branch information
thlinux1107 committed Sep 6, 2024
1 parent bae7487 commit 930dd4a
Show file tree
Hide file tree
Showing 5 changed files with 3,718 additions and 9 deletions.
11 changes: 8 additions & 3 deletions PayaCore/Direct-API/BankCard.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Bankcard

The Bankcard API is used to credit, debit, and other payment cards. This sandbox provides interactive samples for all available bankcard processing methods.
The Bankcard API is used to credit, debit, and other payment cards. This sandbox provides interactive samples for all available bankcard processing methods. This includes Card Not Present (CNP) which is Ecommerce/MOTO, Card Present (CP), and HealthCare. Please refer to our individual pages for specific requests for these business types.
* [Bankcard Ecommerce](https://github.com/PayaDev/PayaGateway/blob/master/PayaCore/Direct-API/BankCard_Ecommerce.md)
* [Bankcard Retail](https://github.com/PayaDev/PayaGateway/blob/master/PayaCore/Direct-API/BankCard_Retail.md)
* [Bankcard HealthCare](https://github.com/PayaDev/PayaGateway/blob/master/PayaCore/Direct-API/BankCard_Healthcare.md)

## API Health

Expand Down Expand Up @@ -1312,8 +1315,9 @@ https://api-cert.sagepayments.com/bankcard/v1/transactions

#### Query Parameters

| Name | Values | Description |
|----------------|----------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------|
| type | Sale/Authorization/Force/Void/Credit/CreditByReference/Capture | The type of transaction, valid values are "Sale", "Authorization", "Force", "Void", "Credit", "CreditByReference", "Capture" |
|----------------|----------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| startDate | | Returns records on or after this date |
| endDate | | Returns records on or before this date |
| pageSize | | The number of items to be included in each page of the result set |
Expand Down Expand Up @@ -1449,8 +1453,9 @@ https://api-cert.sagepayments.com/bankcard/v1/batches

#### Query Parameters

| Name | Values | Description |
|----------------|----------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------|
| startDate | | Returns records on or after this date |
|---------------|--------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------|
| endDate | | Returns records on or before this date |
| pageSize | | The number of items to be included in each page of the result set |
| pageNumber | | The page number of the result set to return |
Expand Down
Loading

0 comments on commit 930dd4a

Please sign in to comment.