You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> **IMPORTANT NOTE**: To update transaction status on your backend/database, **DO NOT** solely rely on frontend callbacks! For security reason to make sure the status is authentically coming from Midtrans, only update transaction status based on HTTP Notification or API Get Status.
@@ -479,6 +579,8 @@ Under the hood this API wrapper is using [Requests](https://github.com/requests/
479
579
Examples are available on [/examples](/examples) folder.
480
580
There are:
481
581
-[Core Api examples](/examples/core_api)
582
+
-[Subscription examples](/examples/subscription)
583
+
-[Tokenization examples](/examples/tokenization)
482
584
-[Snap examples](/examples/snap)
483
585
-[Flask App examples](/examples/flask_app) that implement Snap & Core Api
0 commit comments