Full Install Checklist
This document lists the topics that merchants should be familiar with before setting up a full Flex Fields implementation (with links to the relevant extended documentation).
- 1.API Username: xxx
- 2.API Password: xxx
- 3.Payment Terminal API Key: xxx
The following steps will be integrated:
- 1.
- 2.Initiate API call use
SessionId
to retrievePublicToken
(used within Flex Fields - valid for one hour) - 3.
- 4.Compare client-side to server-side to ensure the data is consistent before order creation (via Flex Fields or API call):
- Update API (mainly used for server side update if the order id is available only after the payment is done)
- Flex Fields (mainly used if the order id is available from the client side before the payment is done but after the Flex Fields module is initiated)
Merchant must integrate Splitit messaging throughout the customer journey which ensures consumers' awareness and maximizes conversion.
On-Site Messaging provides a simple way to add price breakdown messaging on product, cart and checkout pages.
Order Management will be issued through the Splitit API and processed through Merchant's Gateway.
- Determine whether to automate the first installment capture or implement a separate API call to capture when the order is shipped (AutoCapture)
- Handle
SessionId
orPublicToken
expired scenarios (which expire after 20 mins. and 60 mins., respectively)
The 3DS flow can be integrated as follows:
Last modified 2mo ago