Skip to content

Commit

Permalink
Merge pull request #2307 from SwedbankPay/hotfix/devp-422_hotfix_the_…
Browse files Browse the repository at this point in the history
…hotfix

DEVP-422: Hotfix of hotfix (master)
  • Loading branch information
arebra authored Jun 25, 2024
2 parents b1d25b3 + 0e5bf4a commit 869b734
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 19 deletions.
9 changes: 0 additions & 9 deletions _includes/one-click-payments.md
Original file line number Diff line number Diff line change
Expand Up @@ -377,15 +377,6 @@ in a validation error.

{% endif %}

## How It Looks

{% include alert.html type="informative" icon="info" body="
When redirecting to Swedbank Pay the payment page will be
prefilled with the payer's card details. See example below." %}

{:.text-center}
![One click payment page][one-click-image]

## Delete Payment Token

If you need to delete a `paymentToken`, you have two options. The first is by
Expand Down
7 changes: 3 additions & 4 deletions _includes/payer-aware-payment-menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -486,15 +486,14 @@ single token][delete-tokens] if you wish to do that.
Querying with a `GET` request will give you a response containing all tokens and
the operation(s) available for them.

{% capture request_content %}GET /psp/paymentorders/payerownedtokens/<payerReference> HTTP/1.1
{% capture request_header %}GET /psp/paymentorders/payerownedtokens/<payerReference> HTTP/1.1
Host: {{ page.api_host }}
Authorization: Bearer <AccessToken>
Content-Type: application/json;version=3.x/2.0 // Version optional for 3.0 and 2.0{% endcapture %}
Content-Type: application/json;version=3.x/2.0 // Version optional for 3.0 and 2.0 {% endcapture %}

{% include code-example.html
title='Request'
title='GET Tokens Request'
header=request_header
json= request_content
%}

## GET Tokens Response
Expand Down
3 changes: 0 additions & 3 deletions _includes/problems/checkout.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,9 +261,6 @@ card brand:
* MasterCard - 10 failed payment attempts allowed during a period of **24 hours**.
* Visa - 15 failed payment attempts allowed during a period of **30 days**.

Note that all of the attempts has to get a failed response to be added to the
limit quota - if a transaction goes through successfully, the quota will reset.

The other limitation that will be implemented is in the case that Visa or
Mastercard gives such a response that is flagged as "Do Not Retry" in accordance
to Visa and MasterCard regulations. This response is given in the cases that
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -261,9 +261,6 @@ card brand:
* MasterCard - 10 failed payment attempts allowed during a period of **24 hours**.
* Visa - 15 failed payment attempts allowed during a period of **30 days**.

Note that all of the attempts has to get a failed response to be added to the
limit quota - if a transaction goes through successfully, the quota will reset.

The other limitation that will be implemented is in the case that Visa or
Mastercard gives such a response that is flagged as "Do Not Retry" in accordance
to Visa and MasterCard regulations. This response is given in the cases that
Expand Down

0 comments on commit 869b734

Please sign in to comment.