diff --git a/apps/docs/pages/guide/credit.mdx b/apps/docs/pages/guide/credit.mdx index e5bcb96..b234a18 100644 --- a/apps/docs/pages/guide/credit.mdx +++ b/apps/docs/pages/guide/credit.mdx @@ -38,5 +38,7 @@ The `credit` method returns a `PaymentInfo` object. It'll return these details: - **`referenceId`:** The reference ID is specific to Marupay and is provided in Marupay's response. It serves as a unique identifier for the transaction within Marupay's system. +- **`raw`:** This will return unfiltered response details from the vendor. + These details are essential for tracking and reconciling transactions between your application, the vendor, and Marupay. Ensure that you appropriately handle and store these values for accurate record-keeping and future reference. diff --git a/apps/docs/pages/guide/purchase.mdx b/apps/docs/pages/guide/purchase.mdx index 9da2fd3..80eeb78 100644 --- a/apps/docs/pages/guide/purchase.mdx +++ b/apps/docs/pages/guide/purchase.mdx @@ -33,4 +33,6 @@ It'll return the same response detail as from [`credit`](credit.mdx) method `Pay - **`referenceId`** +- **`raw`** + Feel free to incorporate these details into your application's logic based on your specific use case and requirements. \ No newline at end of file