Open
Conversation
Contributor
Greptile OverviewGreptile SummaryThis PR updates API request examples across the documentation to use the new structured
All changes are documentation-only updates that align the examples with the current API schema. The new structure provides better clarity and flexibility for specifying payment sources and destinations. Confidence Score: 5/5
|
| Filename | Overview |
|---|---|
| mintlify/global-p2p/platform-tools/sandbox-testing.mdx | Updated quote creation examples to use new source/destination structure instead of flat currency codes |
| mintlify/payouts-and-b2b/quickstart.mdx | Removed unnecessary comment from quote creation example |
| mintlify/snippets/sending/uma.mdx | Updated UMA payment examples to use new source/destination structure and corrected parameter name from senderUserInfo to senderCustomerInfo |
Last reviewed commit: 6edf2ee
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

TL;DR
Updated API request examples for UMA payments to use the new source/destination structure instead of currency codes.
What changed?
sourceanddestinationobjects instead ofsendingCurrencyCodeandreceivingCurrencyCodesourceType,destinationType, andumaAddressfieldssenderUserInfotosenderCustomerInfoin the UMA payment example to reflect the correct parameter nameHow to test?
senderCustomerInfofieldWhy make this change?
The API has been updated to use a more structured approach for specifying payment sources and destinations, which provides better clarity and flexibility. This change ensures the documentation reflects the current API design and helps users implement UMA payments correctly.