CHANGE: At api-reference/docs/express-checkout/refund-order-api by Maheti Mehra #579
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.
[{"filePath":"https://raw.githubusercontent.com/juspay/juspay-sdk-integration-demo/api-reference/orders/refund-order/request.sh","text":"curl -X POST https://api.juspay.in/orders/1418394476/refunds \\n-u your_api_key: \\n-H 'Content-Type: application/x-www-form-urlencoded'\\n-H 'x-merchantid: merchant_id'\\n-d "unique_request_id=xyz123" \\n-d "amount=100.00"","sha":"00ee2f5000a036015d168755971ceb37bfebb7af"},{"text":"curl --location --request GET 'https://api.juspay.in/customers/cth_eN4e4kR12CJV/wallets/refresh-balances' \\n--header 'Content-Type: application/x-www-form-urlencoded' \\n--header 'Authorization: Basic NTlEQ****QzE1Og=='","filePath":"https://raw.githubusercontent.com/juspay/juspay-sdk-integration-demo/api-reference/Wallet/refresh-all/request.sh","sha":"400cbcf841810afe0e1a2b081ef884022e9c0a5d"},{"text":"curl GET 'https://api.juspay.in/orders/234823498237423894273498' \\n--header 'x-merchantid: merchant' \\n--header 'Authorization: Basic '","filePath":"https://raw.githubusercontent.com/juspay/juspay-sdk-integration-demo/api-reference/mandates/order-status/request-upi.sh","sha":"338b0323eb06fbc270f936dba6d3fa94c1ef415c"},{"text":"curl GET 'https://api.juspay.in/customers/cst_lz7zmpemoo5okgav/mandates' \\n-H 'Authorization: Basic '","filePath":"https://raw.githubusercontent.com/juspay/juspay-sdk-integration-demo/api-reference/mandates/list-mandate/request-upi.sh","sha":"910b994325d3de32bd8d4455cebe4d282cb09e70"},{"text":"curl --location --request GET 'https://api.juspay.in/orders/JP1636474794' \\n--header 'Content-Type: application/x-www-form-urlencoded' \\n--header 'Authorization: Basic OTc5MzcxczRTlGOg==' ","filePath":"https://raw.githubusercontent.com/juspay/juspay-sdk-integration-demo/api-reference/offers/status/request.sh","sha":"59f8735cfb9e374572ccbd24c46c02785ed944e0"},{"text":"curl --location --request POST 'https://api.juspay.in/wallets/wlt_yvuidaupkvz3' \\n--header 'Content-Type: application/x-www-form-urlencoded' \\n--header 'Authorization: Basic MTkxRGODBDNDg2Og==' \\n--data-urlencode 'command=update' \\n--data-urlencode 'mobile_number=7777777777'","filePath":"https://raw.githubusercontent.com/juspay/juspay-sdk-integration-demo/api-reference/Wallet/update-mobile/request.sh","sha":"c29d01568e969085adf6421efc593406e1f3f468"},{"text":"curl --location --request POST 'https://api.juspay.in/tokenization/onboarding' \\n--header 'Authorization: Basic base_64_encoded_api_key==' \\n--header 'x-merchantid: ' \\n--header 'Content-Type: application/json' \\n--data-raw '{\n "associateId": "rohit_juspay",\n "testMode": true,\n "companyDetails": {\n "legalName": "Partner's merchant Legal Name",\n "tradeName": "Partner's merchant trade Name",\n "websiteURL": "Partner's merchant URL",\n "contactEmail": "Partner's merchant Email",\n "businessIdentificationType": "",\n "businessIdentificationValue": ""\n },\n "flow": "ALT_ID",\n "network": "VISA"\n}'","filePath":"https://github.com/juspay/juspay-sdk-integration-demo/blob/api-reference/tokenization/onboarding/request.sh","sha":"a6d299e82c2f301d2aaba6c6db59c437b21ff679"},{"text":"curl -X POST https://api.juspay.in/customers/$customer_id/wallets \\n-u your_api_key: \\n-d "gateway=MOBIKWIK" \\n-d "command=authenticate"","filePath":"https://raw.githubusercontent.com/juspay/juspay-sdk-integration-demo/api-reference/Wallet/create-wallet/request.sh","sha":"06f8aace214a8b6161afad809574e7f7687eb257"}]