Announcing Metadata feature

We are happy to announce the Metadata feature 🎉🚀

Metadata is a set of key-value pairs object that can be attached to payment and invoice objects. Which can be used to store business data to give more context to the main object.

Metadata can be searched and viewed in the API and dashboard and the API is straightforward:

Please visit API docs for more information.

🎉 NEW FEATURE: IP Whitelist

Good News!

Now you can guarantee your 🔐 Secret Key 🔐  is safe and will not be used outside your own servers!

Because we care about your private information, and as you know that your secret key can perform all payment operations, including refund, void or list payments.
We added this new feature that will reject any request uses your secret key and is not coming from your own server.

We call it IP Whitelist.

It is optional. And can be set or modified directly from your dashboard.

Visit Moyasar Docs to see how you can enable it.

Visit Moyasar API Docs for additional information.

Your feedback is great addition to our improvements!
And we truly appreciate and look forward to your continued support.

Payment Webhooks

Payment Webhooks is now supported in Moyasar, a way for backend apps to receive real-time notifications about status changes of the payment, reducing the need for fetching every payment each time a client pay through your store.

The notifications get sent to your webhook URL every time payment reaches its final state (Paid/Failed). The payload of the webhook is containing the payment object and a secret token assigned by the merchant from dashboard settings to secure it and ensure that request is from Moyasar.

To get started using payment webhooks, check out the reference documentation. And let us know if you have any feedback by replying to this post.