developermypos/myPOS-Checkout-SDK-PHP

Question: extra meta data in JSON format

Closed this issue · 1 comments

We are implementing myPOS for a customer. Can we post extra meta data in JSON format when creating a purchase which is later being send back in the callback to our application ?

The meta data looks like

{
"id": "4",
"userId": "7434",
"tokens": "60000",
"price": "60000",
"description": "xxx",
"status": "pending",
"creationDate": "2022-05-13 21:00:12",
"paymentId": "notAvailable",
"referralId": "0",
"originUrl": "xxx"
}

Greetings,
Right now we don't have such a functionality.
Can you save that data in some DB/Storage and then refer to it with orderID field witch we send back in the callback.

For more questions, please contact us here: https://developers.mypos.com/en/contacts/