# Payments and Wallet

- [Create Card Payment](https://magicpay.gitbook.io/magicpay-documentation/payments-and-wallet/create-card-payment.md)
- [3D Secure Payment Initialization](https://magicpay.gitbook.io/magicpay-documentation/payments-and-wallet/3d-secure-payment-initialization.md)
- [3D Secure Payment Completion](https://magicpay.gitbook.io/magicpay-documentation/payments-and-wallet/3d-secure-payment-completion.md)
- [Query Payment](https://magicpay.gitbook.io/magicpay-documentation/payments-and-wallet/query-payment.md)
- [Reward Inquiry](https://magicpay.gitbook.io/magicpay-documentation/payments-and-wallet/reward-inquiry.md)
- [Create Wallet](https://magicpay.gitbook.io/magicpay-documentation/payments-and-wallet/create-wallet.md)
- [Get Member Wallet](https://magicpay.gitbook.io/magicpay-documentation/payments-and-wallet/get-member-wallet.md)
- [Make Deposit](https://magicpay.gitbook.io/magicpay-documentation/payments-and-wallet/make-deposit.md)
- [Search Wallet Transactions](https://magicpay.gitbook.io/magicpay-documentation/payments-and-wallet/search-wallet-transactions.md)
- [Send Remittance](https://magicpay.gitbook.io/magicpay-documentation/payments-and-wallet/send-remittance.md)
- [Receive Remittance](https://magicpay.gitbook.io/magicpay-documentation/payments-and-wallet/receive-remittance.md)
- [Retrieve Remittance](https://magicpay.gitbook.io/magicpay-documentation/payments-and-wallet/retrieve-remittance.md)
- [Get Refundable Amount](https://magicpay.gitbook.io/magicpay-documentation/payments-and-wallet/get-refundable-amount.md)
- [Make Deposit (3D Init)](https://magicpay.gitbook.io/magicpay-documentation/payments-and-wallet/make-deposit-3d-init.md)
- [Make Deposit (3D Complete)](https://magicpay.gitbook.io/magicpay-documentation/payments-and-wallet/make-deposit-3d-complete.md)
- [Retrieve Merchant Wallet](https://magicpay.gitbook.io/magicpay-documentation/payments-and-wallet/retrieve-merchant-wallet.md)
- [Create Refund Transaction](https://magicpay.gitbook.io/magicpay-documentation/payments-and-wallet/create-refund-transaction.md)
- [Get Refunds](https://magicpay.gitbook.io/magicpay-documentation/payments-and-wallet/get-refunds.md)
- [Reset Merchant Wallet Balance](https://magicpay.gitbook.io/magicpay-documentation/payments-and-wallet/reset-merchant-wallet-balance.md)
- [Refund Payment](https://magicpay.gitbook.io/magicpay-documentation/payments-and-wallet/refund-payment.md)
- [Get Refund By Id](https://magicpay.gitbook.io/magicpay-documentation/payments-and-wallet/get-refund-by-id.md)
- [Get Refund Transaction By Id](https://magicpay.gitbook.io/magicpay-documentation/payments-and-wallet/get-refund-transaction-by-id.md)
- [Refund Payment Transaction](https://magicpay.gitbook.io/magicpay-documentation/payments-and-wallet/refund-payment-transaction.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://magicpay.gitbook.io/magicpay-documentation/payments-and-wallet.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
