Skip to content

Commit

Permalink
add(docs): raw field details
Browse files Browse the repository at this point in the history
  • Loading branch information
iamshabell committed Dec 15, 2023
1 parent d98357e commit 9620932
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/docs/pages/guide/credit.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

2 changes: 2 additions & 0 deletions apps/docs/pages/guide/purchase.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 9620932

Please sign in to comment.