-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update 17-contact-us.adoc * Update wiretransfer_authorization_request_success.xml * Update 09-shop-systems.adoc * Update 05-00-01-01-prestashop.adoc * Update 05-00-02-01-woocommerce.adoc * Update 05-00-03-01-magento.adoc * Delete WPP.jpg * Add files via upload * Delete WPP.PNG * Add files via upload * Delete mfp1.jpg * Add files via upload * Delete AdditionalFields_demoshop_orderOverview.jpg * Add files via upload * Add files via upload * Update pos-host-to-host-integration-guide.adoc * Added POS preauth and increment samples * Delete WPP.jpg * Add files via upload * Delete mfp1.jpg * Add files via upload * Delete AdditionalFields_demoshop_orderOverview.PNG * Add files via upload * Added samples for resolver category and updated maid * updated maid * Update 11-12-ideal.adoc * Delete WPP.jpg * Add files via upload * Added resolver category samples for PP * Delete AdditionalFields_demoshop_orderOverview.png * Delete mfp1.jpg * Add files via upload * Delete demoshop_OrderOverview.png * Add files via upload * Update 11-29-02-sepa-direct-debit.adoc * Update 11-29-01-sepa-credit-transfer.adoc * updated file name * updated file name * updated maid * updated image --------- Co-authored-by: srikanth.kasam <srikanth.kasam@getneteurope.com>
- Loading branch information
1 parent
aa9fcfb
commit 2ada8d7
Showing
20 changed files
with
235 additions
and
11 deletions.
There are no files selected for viewing
Binary file modified
BIN
-65 KB
(31%)
content/images/03-01-06-01-order-overview/demoshop_OrderOverview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-34 KB
(64%)
...mages/03-01-06-03-additional-fields/AdditionalFields_demoshop_orderOverview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
2 changes: 1 addition & 1 deletion
2
...dooPPv2_SeamlessIntegrationExampleInitialRequest_CreateAPaymentSessionInitialRequest.json
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
2 changes: 1 addition & 1 deletion
2
...ntPageSolutions_WPP_EPP_IntegrationExampleCreate_CreateAPaymentSessionInitialRequest.json
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
22 changes: 22 additions & 0 deletions
22
...EPP_IntegrationExampleCreate_CreateAPaymentSessionInitialRequestWithResolverCategory.json
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"payment": { | ||
"merchant-account-resolver-category": "GetnetEuropeTest", | ||
"request-id": "{{$guid}}", | ||
"transaction-type": "auto-sale", | ||
"requested-amount": { | ||
"value": 10, | ||
"currency": "EUR" | ||
}, | ||
"account-holder": { | ||
"first-name": "John", | ||
"last-name": "Doe" | ||
}, | ||
"success-redirect-url": "https://{pp-redirect-url-success}", | ||
"fail-redirect-url": "https://{pp-redirect-url-error}", | ||
"cancel-redirect-url": "https://{pp-redirect-url-cancel}" | ||
}, | ||
"options": { | ||
"mode": "embedded", | ||
"frame-ancestor": "https://example.com" | ||
} | ||
} |
35 changes: 35 additions & 0 deletions
35
...tegrationExampleCreate_CreateAPaymentSessionInitialRequestWithResolverCategoryAndPMs.json
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 |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"payment": { | ||
"merchant-account-resolver-category": "GetnetEuropeTest", | ||
"request-id": "{{$guid}}", | ||
"transaction-type": "auto-sale", | ||
"requested-amount": { | ||
"value": 10, | ||
"currency": "EUR" | ||
}, | ||
"account-holder": { | ||
"first-name": "John", | ||
"last-name": "Doe" | ||
}, | ||
"payment-methods": { | ||
"payment-method": [ | ||
{ | ||
"name": "creditcard" | ||
}, | ||
{ | ||
"name": "paypal" | ||
}, | ||
{ | ||
"name": "ideal" | ||
} | ||
] | ||
}, | ||
"success-redirect-url": "https://{pp-redirect-url-success}", | ||
"fail-redirect-url": "https://{pp-redirect-url-error}", | ||
"cancel-redirect-url": "https://{pp-redirect-url-cancel}" | ||
}, | ||
"options": { | ||
"mode": "embedded", | ||
"frame-ancestor": "https://example.com" | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
...ntPageSolutions_WPP_HPP_IntegrationExampleCreate_CreateAPaymentSessionInitialRequest.json
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
18 changes: 18 additions & 0 deletions
18
...HPP_IntegrationExampleCreate_CreateAPaymentSessionInitialRequestWithResolverCategory.json
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"payment": { | ||
"merchant-account-resolver-category": "GetnetEuropeTest", | ||
"request-id": "{{$guid}}", | ||
"transaction-type": "auto-sale", | ||
"requested-amount": { | ||
"value": 10, | ||
"currency": "EUR" | ||
}, | ||
"account-holder": { | ||
"first-name": "John", | ||
"last-name": "Doe" | ||
}, | ||
"success-redirect-url": "https://{pp-redirect-url-success}", | ||
"fail-redirect-url": "https://{pp-redirect-url-error}", | ||
"cancel-redirect-url": "https://{pp-redirect-url-cancel}" | ||
} | ||
} |
31 changes: 31 additions & 0 deletions
31
...tegrationExampleCreate_CreateAPaymentSessionInitialRequestWithResolverCategoryAndPMs.json
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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"payment": { | ||
"merchant-account-resolver-category": "GetnetEuropeTest", | ||
"request-id": "{{$guid}}", | ||
"transaction-type": "auto-sale", | ||
"requested-amount": { | ||
"value": 10, | ||
"currency": "EUR" | ||
}, | ||
"account-holder": { | ||
"first-name": "John", | ||
"last-name": "Doe" | ||
}, | ||
"payment-methods": { | ||
"payment-method": [ | ||
{ | ||
"name": "creditcard" | ||
}, | ||
{ | ||
"name": "paypal" | ||
}, | ||
{ | ||
"name": "ideal" | ||
} | ||
] | ||
}, | ||
"success-redirect-url": "https://{pp-redirect-url-success}", | ||
"fail-redirect-url": "https://{pp-redirect-url-error}", | ||
"cancel-redirect-url": "https://{pp-redirect-url-cancel}" | ||
} | ||
} |
22 changes: 22 additions & 0 deletions
22
...ess_IntegrationExampleCreate_CreateAPaymentSessionInitialRequestWithResolverCategory.json
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"payment": { | ||
"merchant-account-resolver-category": "GetnetEuropeTest", | ||
"request-id": "{{$guid}}", | ||
"transaction-type": "auto-sale", | ||
"requested-amount": { | ||
"value": 10, | ||
"currency": "EUR" | ||
}, | ||
"account-holder": { | ||
"first-name": "John", | ||
"last-name": "Doe" | ||
}, | ||
"success-redirect-url": "https://{pp-redirect-url-success}", | ||
"fail-redirect-url": "https://{pp-redirect-url-error}", | ||
"cancel-redirect-url": "https://{pp-redirect-url-cancel}" | ||
}, | ||
"options": { | ||
"mode": "seamless", | ||
"frame-ancestor": "https://www.example.com" | ||
} | ||
} |
35 changes: 35 additions & 0 deletions
35
...tegrationExampleCreate_CreateAPaymentSessionInitialRequestWithResolverCategoryAndPMs.json
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 |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"payment": { | ||
"merchant-account-resolver-category": "GetnetEuropeTest", | ||
"request-id": "{{$guid}}", | ||
"transaction-type": "auto-sale", | ||
"requested-amount": { | ||
"value": 10, | ||
"currency": "EUR" | ||
}, | ||
"account-holder": { | ||
"first-name": "John", | ||
"last-name": "Doe" | ||
}, | ||
"payment-methods": { | ||
"payment-method": [ | ||
{ | ||
"name": "creditcard" | ||
}, | ||
{ | ||
"name": "paypal" | ||
}, | ||
{ | ||
"name": "ideal" | ||
} | ||
] | ||
}, | ||
"success-redirect-url": "https://{pp-redirect-url-success}", | ||
"fail-redirect-url": "https://{pp-redirect-url-error}", | ||
"cancel-redirect-url": "https://{pp-redirect-url-cancel}" | ||
}, | ||
"options": { | ||
"mode": "seamless", | ||
"frame-ancestor": "https://www.example.com" | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
...son/WPP_SeamlessIntegrationExampleInitialRequest_CreateAPaymentSessionInitialRequest.json
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