Access a community of over 900,000 Shopify Merchants and Partners and engage in meaningful conversations with your peers.
Hi,
I'm developing a payments app, to offer BNPL-like payment options in shopify.
I've managed to complete the payment process but I can't see how to get either the order_num or the checkout id related to the payment.
It is important in our case to have this information so that we can explain to the shopper what the shopper is paying for, in future installments.
For partial return we would need it too so that we can know which items have been returned.
Any idea how to get it?
Thanks!
@SeQura Do you figure out the way to get it?
I have the same problem. Is there anyone can help? Thanks
No, I didn't get a direct way to have it.
While I figure it out I've created a private app in the merchant with read_order scope. I use this access to query graphQL api for the order with the same checkout_token that we recieve at the payment endpoint, last part in the cancel url. From there I can get the order_num, checkout_id ....
With the order Id, I can get then using the REST Api all the order details.
Yes. Thanks for your sharing.
With checkout_token, i found out another way that no need to create a new private app.
We can use the webhook orders/create that would be called when an order is created and it would return checkout_token. So, we can map this to the one that we receive from cancel url.
User | RANK |
---|---|
5 | |
4 | |
4 | |
3 | |
3 |