E-commerce transaction flow
The customer goes to the shopping cart and begins checkout.
The customer selects the Resolve payment method during checkout.
The customer submits checkout.
The merchant (or your e-commerce platform) sends the checkout object to Resolve.
The customer is either: a) redirected to Resolve or b) sees a Resolve modal
The customer signs in or creates an account with Resolve.
The customer confirms order and payment details.
Resolve redirects the customer to the merchant page defined in the
success_url
property of the checkout object. Resolve also appends thecharge_id
token as a query parameter in thesuccess_url
.The merchant parses the response and stores the
charge_id
token.The merchant redirects the customer to order confirmation page or shows a confirmation message.
The order is complete.
Once the merchant is ready to fulfill the order, they will capture the charge.
Last updated