Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions docs/tutorials/moneygram-access-integration-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,33 @@ print(

</CodeExample>

## MoneyGram Successful Send Test Cases
Below are the test cases that can be performed after the intergation is complete in Non-production Environemnt (Testnet).

Prequisite for Testing: Set the VN to a location in the USA.

TestCase 1: Cash-out/ Withdraw In Cash-Out Country
Perform Cash-out/Withdraw from the wallet application (via MGI Anchor UI).

Step 1: Perform a cash-out/withdraw transaction using the folllwing:
a. set CASH-OUT COUNTRY = United States.
b. set CASH-OUT STATE = Minnesota (MN)
c. set amount = 1.00

Step 2a: Provide the following to MoneyGram team
a. the Date of Birth used on the transaction:
b. the MoneyGram REFERENCE NUMBER:
d. Screenshot of the status of this transaction in the wallet application. Status should show as 'Pending user pickup'.

Step 2b: MoneyGram team will complete the transaction and inform wallet team.

Step 3: Wallet team to Provide a screenshot of the status of this transaction in the wallet application. This transaction status should show as "completed”






[moneygram access]: https://stellar.org/moneygram?locale=e
[moneygram access wallet mvp implementation]: https://github.com/stellar/moneygram-access-wallet-mvp
[stellar test anchor]: https://testanchor.stellar.org/.well-known/stellar.toml
Expand Down