Skip to content

Commit

Permalink
Aprilupdate (#121)
Browse files Browse the repository at this point in the history
* 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
HDjebali and skasam2210 authored Apr 28, 2023
1 parent aa9fcfb commit 2ada8d7
Show file tree
Hide file tree
Showing 20 changed files with 235 additions and 11 deletions.
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.
Binary file modified content/images/03-01-06-07-my-favorite-payment/mfp1.jpg
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 content/images/03-payment-page-solutions/WPP.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ set up your testing tool:
| Merchant Account ID (MAID)
| 5c4a8a42-04a8-4970-a595-262f0ba0a108

|Resolver Category
|GetnetEuropeTest

| Username
| 515225-GetnetEuropeTEST

Expand All @@ -88,7 +91,9 @@ set up your testing tool:

| Secret Key (used for response verification)
| 5ac555d4-e7f7-409f-8147-d82c8c10ed53

|===
[%autowidth, cols="h,", stripes="none"]
|===
2+h|Test Card
|Card number
|4012000300201199
Expand Down Expand Up @@ -126,6 +131,20 @@ The ``Authorization`` header needs to be formatted as:
include::{root}/samples/json/PaymentPageSolutions_WPP_HPP_IntegrationExampleCreate_CreateAPaymentSessionInitialRequest.json[]
----

.Create a Payment Session (Initial Request with resolver category)
The request below generates a payment page that includes all payment methods assigned to the specified resolver category.
[source,json,subs=attributes+]
----
include::{root}/samples/json/PaymentPageSolutions_WPP_HPP_IntegrationExampleCreate_CreateAPaymentSessionInitialRequestWithResolverCategory.json[]
----

.Create a Payment Session (Initial Request with resolver category and allowed payment methods)
It is also possible to generate a payment page with a subset of the payment methods assigned to one resolver category. You just need to list the payment methods as in the sample below.
[source,json,subs=attributes+]
----
include::{root}/samples/json/PaymentPageSolutions_WPP_HPP_IntegrationExampleCreate_CreateAPaymentSessionInitialRequestWithResolverCategoryAndPMs.json[]
----

.Field Table
[%autowidth, cols="m,,,,,"]
|===
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ set up your testing tool:
| Merchant Account ID (MAID)
| 5c4a8a42-04a8-4970-a595-262f0ba0a108
|Resolver Category
|GetnetEuropeTest
| Username
| 515225-GetnetEuropeTEST
Expand All @@ -89,7 +92,9 @@ set up your testing tool:
| Secret Key (used for response verification)
| 5ac555d4-e7f7-409f-8147-d82c8c10ed53
|===
[%autowidth, cols="h,", stripes="none"]
|===
2+h|Test Card
|Card number
|4012000300201199
Expand Down Expand Up @@ -128,6 +133,19 @@ You can try it using the authorization headers above.
include::{root}/samples/json/PaymentPageSolutions_WPP_EPP_IntegrationExampleCreate_CreateAPaymentSessionInitialRequest.json[]
----
.Create a Payment Session (Initial Request with resolver category)
The request below generates a payment page that includes all payment methods assigned to the specified resolver category.
[source,json,subs=attributes+]
----
include::{root}/samples/json/PaymentPageSolutions_WPP_EPP_IntegrationExampleCreate_CreateAPaymentSessionInitialRequestWithResolverCategory.json[]
----
.Create a Payment Session (Initial Request with resolver category and allowed payment methods)
It is also possible to generate a payment page with a subset of the payment methods assigned to one resolver category. You just need to list the payment methods as in the sample below.
[source,json,subs=attributes+]
----
include::{root}/samples/json/PaymentPageSolutions_WPP_EPP_IntegrationExampleCreate_CreateAPaymentSessionInitialRequestWithResolverCategoryAndPMs.json[]
----
.Field Table
[%autowidth, cols="m,,,,,"]
|===
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,14 @@ set up your testing tool:
|MAID
|5c4a8a42-04a8-4970-a595-262f0ba0a108

|Resolver Category
|GetnetEuropeTest

|Secret Key
|5ac555d4-e7f7-409f-8147-d82c8c10ed53

|===
[%autowidth, cols="h,", stripes="none"]
|===
2+|Test Card
|Card Number
|4012000300201199
Expand Down Expand Up @@ -178,6 +183,20 @@ The ``Authorization`` header needs to be formatted as:
include::{root}/samples/json/WPP_SeamlessIntegrationExampleInitialRequest_CreateAPaymentSessionInitialRequest.json[]
----

.Create a Payment Session (Initial Request with resolver category)
The request below generates a payment page that includes all payment methods assigned to the specified resolver category.
[source,json,subs=attributes+]
----
include::{root}/samples/json/PaymentPageSolutions_WPP_Seamless_IntegrationExampleCreate_CreateAPaymentSessionInitialRequestWithResolverCategory.json[]
----

.Create a Payment Session (Initial Request with resolver category and allowed payment methods)
It is also possible to generate a payment page with a subset of the payment methods assigned to one resolver category. You just need to list the payment methods as in the sample below.
[source,json,subs=attributes+]
----
include::{root}/samples/json/PaymentPageSolutions_WPP_Seamless_IntegrationExampleCreate_CreateAPaymentSessionInitialRequestWithResolverCategoryAndPMs.json[]
----

[%autowidth, cols="m,,,,,"]
|===
2+|Field (JSON) |Data Type |Required/Optional |Size |Description
Expand Down
1 change: 1 addition & 0 deletions content/index/payment-methods/ideal/rest/11-12-ideal.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ website.
| TRIONL2U | Triodos Bank
| FVLBNL22 | Van Lanschot Bankiers
| REVOLT21 | Revolut Bank
| BITSNL2A | Yoursafe B.V.
|===

Frieslandbank merged into Rabobank. They are now available as Rabobank.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,14 @@ at <<AppendixB, Transaction Types>>.

| _authorization_ | Verifies payment details for structural validity and /
or generates a reference ID for the merchant (not mandatory). |
| _pending-credit_ | Transaction is processed in the {payment-gateway}.
| _pending-credit_ | The credit has been accepted by the payment gateway
| See <<SEPACreditTransfer_Samples_PendingCredit, samples>>.
| _void-pending-credit_ | Voids a _pending-credit_. +
Only available when the <<SEPA_TransactionType_Void_Restrictions, restrictions>> are met.
| See <<SEPACreditTransfer_Samples_VoidPendingCredit, samples>>.
| _credit_ | Transaction is processed by Santander Bank. |
| _credit_ | The credit has been processed and confirmed by Santander Bank. A notification will be sent once the transaction reaches this state and the merchant should await the credit transaction, which confirms the fund transfer is successful, before releasing the goods.
Please note: there can be a delay of 1-2 business days before the transaction is confirmed.
|
| _credit-return_ | The payment is returned by the consumer bank. See <<SEPA_ReturnCodes, Return Codes>>. |
|===

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,13 @@ at <<AppendixB, Transaction Types>>.

| authorization | Verifies payment details for structural validity and/or generates a reference ID for the merchant (not mandatory).
| See <<SEPADirectDebit_Samples_Authorization, samples>>.
| pending-debit | Transaction is processed in the {payment-gateway}. |
| pending-debit | The debit has been accepted by the Payment Gateway. |
| void-pending-debit | Voids a _pending-debit._ +
Only available when the <<SEPA_TransactionType_Void_Restrictions, restrictions>> are met.
| See <<SEPADirectDebit_Samples_VoidPendingDebit, samples>>.
| debit | Transaction is processed by Santander Bank. |
| debit | The debit has been processed and confirmed by Santander Bank. A notification will be sent once the transaction reaches this state and the merchant should await the debit transaction, which confirms the fund transfer is successful, before releasing the goods.
Please note: there can be a delay of 1-2 business days before the transaction is confirmed.
|
| debit-return | The payment is returned by the consumer bank. See <<SEPA_ReturnCodes, Return Codes>>. |
|===

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"payment": {
"merchant-account-id": {
"value": "cafdc4c6-3eec-424c-9c74-80c31b77cd38"
"value": "5c4a8a42-04a8-4970-a595-262f0ba0a108"
},
"request-id": "{{$guid}}",
"transaction-type": "purchase",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"payment": {
"merchant-account-id": {
"value": "7a6dd74f-06ab-4f3f-a864-adc52687270a"
"value": "5c4a8a42-04a8-4970-a595-262f0ba0a108"
},
"request-id": "{{$guid}}",
"transaction-type": "authorization",
Expand Down
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"
}
}
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"
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"payment": {
"merchant-account-id": {
"value": "7a6dd74f-06ab-4f3f-a864-adc52687270a"
"value": "5c4a8a42-04a8-4970-a595-262f0ba0a108"
},
"request-id": "{{$guid}}",
"transaction-type": "authorization",
Expand Down
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}"
}
}
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}"
}
}
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"
}
}
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"
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"payment": {
"merchant-account-id": {
"value": "cad16b4a-abf2-450d-bcb8-1725a4cef443"
"value": "5c4a8a42-04a8-4970-a595-262f0ba0a108"
},
"request-id": "{{$guid}}",
"transaction-type": "purchase",
Expand Down

0 comments on commit 2ada8d7

Please sign in to comment.