Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CHANGE: At api-reference/docs/express-checkout/refund-order-api by Maheti Mehra #579

Open
wants to merge 8 commits into
base: api-reference
Choose a base branch
from

Conversation

rubaijuspay99
Copy link
Contributor

[{"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"}]

…s/refund-order/request.sh @ api-reference/docs/refund-order-api by Maheti Mehra
…t/refresh-all/request.sh @ api-reference/docs/refresh-all-wallets by Maheti Mehra
…tes/order-status/request-upi.sh @ api-reference/docs/get-mandate-order-status by Maheti Mehra
…tes/list-mandate/request-upi.sh @ api-reference/docs/list-mandate-api by Maheti Mehra
…s/status/request.sh @ api-reference/docs/get-offer-order-status by Maheti Mehra
…t/update-mobile/request.sh @ api-reference/docs/update-mobile-number by Maheti Mehra
…ization/onboarding/request.sh @ api-reference/docs/alt-id-onboarding-api by Maheti Mehra
…t/create-wallet/request.sh @ api-reference/docs/create-wallet by Maheti Mehra
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants