Alex, thanks for the reply again.. No luck yet. Here is my log after getting/creating the checkout. As you can see the value for the shopify_payments_account_id is still null.
gid://shopify/Checkout/5a22b14fd7bb76c12d5ab25ceb84314c?key=e1852a8af4e732e45128de6a64908c5b
Optional({
checkout = {
âapplied_discountâ = ââ;
âbilling_addressâ = ââ;
âclone_urlâ = "https://tech-outlett.myshopify.com/1516404824/checkouts/5a22b14fd7bb76c12d5ab25ceb84314c/clone";
âcompleted_atâ = ââ;
âcreated_atâ = â2018-08-30T11:36:56-05:00â;
âcredit_cardâ = ââ;
currency = USD;
âcustomer_idâ = 749963214936;
âcustomer_localeâ = en;
âdevice_idâ = ââ;
âdiscount_codeâ = ââ;
email = âVlad@drobile.comâ;
âgift_cardsâ = (
);
âlegal_notice_urlâ = ââ;
âline_itemsâ = (
{
âapplied_discountsâ = (
);
âcompare_at_priceâ = â199.99â;
âfulfillment_serviceâ = manual;
âgift_cardâ = 0;
grams = 454;
id = 2110a6f75b7924e53b3c1dc7c3399c0b;
âimage_urlâ = "https://cdn.shopify.com/s/files/1/0015/1640/4824/products/whiteX.png?v=1534856152";
key = 2110a6f75b7924e53b3c1dc7c3399c0b;
âline_priceâ = â1.00â;
price = â1.00â;
âproduct_idâ = 1328366878808;
properties = {
};
quantity = 1;
ârequires_shippingâ = 0;
sku = ââ;
taxable = 1;
title = âiPhone Xâ;
âvariant_idâ = 12370047172696;
âvariant_titleâ = White;
vendor = âTech Outlettâ;
}
);
âlocation_idâ = ââ;
name = â#5087949160536â;
note = ââ;
ânote_attributesâ = {
};
order = ââ;
âorder_idâ = ââ;
âorder_status_urlâ = ââ;
âpayment_dueâ = â1.00â;
âpayment_urlâ = "https://elb.deposit.shopifycs.com/sessions";
payments = (
);
phone = ââ;
âpresentment_currencyâ = USD;
âprivacy_policy_urlâ = "https://checkout.shopify.com/1516404824/policies/6506086488.html";
ârefund_policy_urlâ = "https://checkout.shopify.com/1516404824/policies/6506053720.html";
ârequires_shippingâ = 0;
âreservation_timeâ = ââ;
âreservation_time_leftâ = 0;
âshipping_addressâ = ââ;
âshipping_lineâ = ââ;
âshipping_policy_urlâ = ââ;
âshipping_rateâ = ââ;
âshopify_payments_account_idâ = ââ;
âsource_identifierâ = ââ;
âsource_nameâ = 2470921;
âsource_urlâ = ââ;
âsubtotal_priceâ = â1.00â;
âtax_exemptâ = 0;
âtax_linesâ = (
);
âtax_manipulationsâ = (
);
âtaxes_includedâ = 0;
âterms_of_service_urlâ = "https://checkout.shopify.com/1516404824/policies/6506119256.html";
token = 5a22b14fd7bb76c12d5ab25ceb84314c;
âtotal_line_items_priceâ = â1.00â;
âtotal_priceâ = â1.00â;
âtotal_taxâ = â0.00â;
âtotal_tip_receivedâ = â0.00â;
âupdated_atâ = â2018-08-30T11:40:18-05:00â;
âuser_idâ = ââ;
âweb_urlâ = "https://tech-outlett.myshopify.com/1516404824/checkouts/5a22b14fd7bb76c12d5ab25ceb84314c?key=e1852a8af4e732e45128de6a64908c5b";
};
})
I also got a response from the developer support channel on shopify via email and they said this ( Which may be useful to you). âit seems as though the shopify_payments_account_id is being returned as part of the request under the key âaccount_idâ. The value of this payments account id is 7444529240 for your test shop tech-outlett.myshopify.com.â Not sure what the developer means by that and not sure what he means by âpayments account id is 7444529240â. Iâm simply going off the stripe integeration docs and it says after creating the checkout shopify gives us the "shopify_payments_account_id" to then send up to stripe. Thanks once again for looking into this.
Zameer Masjedee (Shopify Apps Team)
Aug 29, 15:09 EDT
Hey Zack,
Iâve been doing some digging to figure out what exactly is happening during your integration process.
Taking a look at our logs, it seems as though the shopify_payments_account_id is being returned as part of the request under the key âaccount_idâ. The value of this payments account id is 7444529240 for your test shop tech-outlett.myshopify.com.
Can you give this id a try to see if it lets you complete the integration with Stripe? Is it possible you were trying to parse the wrong key or are you not receiving an âaccount_idâ value either?
I can definitely continue exploring this issue for you so we can get to the bottom of it!
Cheers,
Zameer Masjedee
Developer Support