The first part of Automated Onboarding for Embedded Checkout is to confirm the merchant details on a Bolt hosted UI.
We have to provide a way for the new merchants to create a Bolt account from the solidus admin interface.
[ ] Add merchant ID preference to the payment method
[ ] Add a button on admin payment methods page on the top right corner of the screen to start to create a bolt account
[ ] Following the UML diagram provided by the bolt team send the first call to the Get onboarding URL, create a new Payment method with the received merchant ID and redirect the user to the Bolt Onboarding Form URL provided by the API
The first part of
Automated Onboarding for Embedded Checkout
is toconfirm the merchant details on a Bolt hosted UI
.We have to provide a way for the new merchants to create a Bolt account from the solidus admin interface.
Get onboarding URL
, create a new Payment method with the received merchant ID and redirect the user to theBolt Onboarding Form URL
provided by the API