Logo: This is top left corner and is being retrieved from your API request from logoUrl
Language: Top right corner, currently we offer German and English ( to be enriched with other language packages)
Order Summary: Checkout / Shopping basked information is being retrieved from the Checkout Object initially generated with the request. In case orderType is FULL then the whole checkout is being displayed, in case PARTIAL then system displaying those specific Items based on items.Id you previously sent.
Payment Methods: Display the complete list of payment methods requested during link generation.
Data Protection / Terms and Conditions: Directs the user to the desired pages on your website.
For specific payment methods, like Buy-Now-Pay-Later models, there will be specific data points / elements required by processing Partner in order to have the order approved. More information under: Mandatory Parameters Example
In case, during Checkout & Link generation, the consumer or the data is not available, no worries, we will collect it during the user interaction with the payment selection.
This means that you can generate and start a Pay By Link process simply by providing only the items which are being bought and then the consumer will add rest of the mandatory information during the checkout process.
As soon as the process finishes and the customer completes the payment, the Commerce Case and Checkout Objects from Commerce Platform are being updated with consumer data and can be retrieved using the GET requests from our API documentation examples.