From 50a077d3576880793cbee25c58952766fc452c2b Mon Sep 17 00:00:00 2001 From: arebra Date: Wed, 25 Oct 2023 13:37:41 +0200 Subject: [PATCH] DX-2251: Added two required check marks, made some changes to Trustly Express after Per's wishes and fixed some indents. --- _includes/payout.md | 10 +++++----- checkout-v3/payment-presentations.md | 7 ++++--- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/_includes/payout.md b/_includes/payout.md index 6e64db3abc..7b3ebf58b6 100644 --- a/_includes/payout.md +++ b/_includes/payout.md @@ -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": { @@ -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. | diff --git a/checkout-v3/payment-presentations.md b/checkout-v3/payment-presentations.md index 63be5a0178..2b5758c092 100644 --- a/checkout-v3/payment-presentations.md +++ b/checkout-v3/payment-presentations.md @@ -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" %}