Skip to content

Assistance Needed for Integrating Mercado Pago Payment Gateway into NexoPOS #2375

Answered by Blair2004
render4us asked this question in Q&A
Discussion options

You must be logged in to vote

Hey there, glad to have you there.

1 - Well, there is no proper way to trigger a payment event while just selecting a payment gateway. For NexoPOS, the payment is triggered when the order is being saved or after the order has been saved. We need to have the order created before we can proceed. In your scenario, I don't think it's an option. While clicking on Mercado Payment, we should trigger a payment and find a way to attach it to the order.

2 - NexoPOS triggers two event depending of the nature of the order:

  • OrderAfterCreatedEvent and OrderAfterUpdatedEvent. both events ships the order object, which can be used to retreive it details.

3 - How i would have done this:

If i have to make…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@render4us
Comment options

Answer selected by render4us
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants