Hosted Form Redirect
Splitit's Hosted Form Redirect features a full redirect from your site to Splitit's. To use it, you fetch a URL from the Splitit API then send your customer there to enter credit card data. After the customer is done checking out, they are sent back to URLs of your choice, which you specify in the initial API call (success, cancel, or failure).
Hosted Form Redirect Demo
Bearer Token
Fetch a bearer token and attach it as header using the instructions under "Authentication."
Initiate an Installment Plan
The Initiate API call requires specific details such as TerminalId
, order details (capture strategy, amount, shopper information, billing address-mandatory for funded plans) and return URLs (success, cancel, or failure) so that the customer can be redirected back to your site once they have completed the Hosted Form. You can learn more about Initiate in the API Reference.
Redirect to Splitit
After receiving a successful Initiate response, the parameter CheckoutUrl
is returned, which contains a unique one-time URL. This URL is valid for one hour (but can be extended on request). It redirects the customer to the Hosted Form Redirect to complete payment.