What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

Hey .. can anyone point me into the right direction to integrate payments with glue? I’m not sure if

UPDQFGGM9
UPDQFGGM9 Posts: 29 🧑🏻‍🚀 - Cadet

Hey .. can anyone point me into the right direction to integrate payments with glue? I’m not sure if I understand the purpose of the order-payments endpoint.
When I call this endpoint with the data it just seems to reply with the provided data and doesn’t do anything with it. Is there something I don’t see?
And second, I know the payload is provider dependent.. is there any source for what is necessary for specific payment providers?
Any help is much appreciated 🙏 I’ve read the specific Spryker docs a couple of times now but it feels that I’m missing something here

Comments

  • UPDQFGGM9
    UPDQFGGM9 Posts: 29 🧑🏻‍🚀 - Cadet

    Do I need to write the updater logic by my self in the UpdaterPlugin mentioned in the docs ?

  • Eugenia Poidenko
    Eugenia Poidenko Sprykee Posts: 145 🧑🏻‍🚀 - Cadet

    Hello Chris! /order-payments endpoint needs specific payment providers’ plugin implementation on the project level.

  • UPDQFGGM9
    UPDQFGGM9 Posts: 29 🧑🏻‍🚀 - Cadet

    Ok thanks, that confirms my findings.