I am trying to setup checkout process using Storefront API. Creating order and creating checkout already completed following this documentation https://shopify.dev/docs/custom-storefronts/building-with-the-storefront-api/checkout/create#shopify-web-checkout, but at the time of payement i used Shopify web checkout, its worked fine but i’m unable to redirect back user to storefront website. is there any way to redirect user back to store front?
If there is not any then i have also looked on other payment methods _Shopify card vaul_t and Stripe, But in this case i can’t figured out shopify card vault APIs. Can any one help me with this?
I have looked into some other APIs related to payment and checkout - https://shopify.dev/docs/api/storefront/2023-07/mutations/checkoutcompletewithcreditcardv2, https://shopify.dev/docs/api/admin-rest/2023-07/resources/payment#create_payment_session-2021-07. but in this both API its asking for session_id and vaultId. where can i generate these token?
Thank you