When the merchant will have completed the Bolt Onboarding process started from solidus, Bolt will redirect the user to a solidus page that should fill all the missing keys in order to let the payment method work.
Following the onboarding UML diagram the Merchant will lend on a solidus page and it should:
[ ] Make a call to /v1/merchants/<merchant_id>/config endpoint to get API key, Signing Secret & Publishable Key.
[ ] Store them to the Payment Method created previously when the onboarding process has been started
[ ] Make a PUT call to /v1/merchants/<merchant_id>/config endpoint to enable the payment
[ ] Show a success message to the merchant if everything worked as expected
When the merchant will have completed the Bolt Onboarding process started from solidus, Bolt will redirect the user to a solidus page that should fill all the missing keys in order to let the payment method work.
Following the onboarding UML diagram the Merchant will lend on a solidus page and it should:
/v1/merchants/<merchant_id>/config
endpoint to get API key, Signing Secret & Publishable Key./v1/merchants/<merchant_id>/config
endpoint to enable the payment