Skip to content

Commit

Permalink
Merge pull request #2011 from SwedbankPay/feature/dx-2251_trustly_upd…
Browse files Browse the repository at this point in the history
…ates

DX-2251: Trustly Express and Payout updates
  • Loading branch information
arebra authored Oct 25, 2023
2 parents a322b8a + 50a077d commit 5ae012e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
10 changes: 5 additions & 5 deletions _includes/payout.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,9 @@ Content-Type: application/json
"firstName": "Example",
"lastName": "Name",
"nationalIdentifier": {
"socialSecurityNumber": "199710202392",
"countryCode": "SE"
},
"socialSecurityNumber": "199710202392",
"countryCode": "SE"
},
"email": "test@payex.com",
"msisdn": "+46709876543",
"address": {
Expand All @@ -172,8 +172,8 @@ Content-Type: application/json
| {% icon check %} | {% f operation %} | `string` | Must be set to `Verify` . |
| {% icon check %} | {% f productName %} | `string` | Must be set to `Checkout3` . |
| {% icon check %} | {% f currency %} | `string` | The currency of the payment. |
| | {% f restrictedToInstruments %} | `bool` | Set to `true` to only show Payout enabled instruments (Trustly). |
| | {% f generateUnscheduledToken %} | `bool` | Set to `true`. |
| {% icon check %} | {% f restrictedToInstruments %} | `bool` | Set to `true` to only show Payout enabled instruments (Trustly). |
| {% icon check %} | {% f generateUnscheduledToken %} | `bool` | Set to `true`. |
| {% icon check %} | {% f description %} | `string` | The description of the payment order. |
| {% icon check %} | {% f userAgent %} | `string` | {% include fields/user-agent.md %} |
| {% icon check %} | {% f language %} | `string` | The language of the payer. |
Expand Down
7 changes: 4 additions & 3 deletions checkout-v3/payment-presentations.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,10 +251,11 @@ S-Pankki, Säästöpankki and Ålandsbanken.
While it works mostly the same way as the [payer aware payment menu][papm], we
have two recommendations to make the experience as smooth as possible.

* Add the payer's SSN and enable [SSN restriction][restrict].
* Include the first and last name of the payer in the `payer`
object.

* Include the first and last name of the payer in the `payer`
object.
* Add the payer's SSN. If you provide it in the `payerReference` field, the SSN
has to be hashed.

{% include iterator.html prev_href="/checkout-v3/"
prev_title="Back to Introduction" %}
Expand Down

0 comments on commit 5ae012e

Please sign in to comment.