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
1 change: 0 additions & 1 deletion Wallet/create-wallet/request.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
curl -X POST https://api.juspay.in/customers/$customer_id/wallets \
-u your_api_key: \
-h "version=2023-06-30"
-d "gateway=MOBIKWIK" \
-d "command=authenticate"
1 change: 0 additions & 1 deletion Wallet/refresh-all/request.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
curl --location --request GET 'https://api.juspay.in/customers/cth_eN4e4kR12CJV/wallets/refresh-balances' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--header 'version: 2023-06-30' \
--header 'Authorization: Basic NTlEQ****QzE1Og=='
1 change: 0 additions & 1 deletion Wallet/update-mobile/request.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
curl --location --request POST 'https://api.juspay.in/wallets/wlt_yvuidaupkvz3' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--header 'version: 2023-06-30' \
--header 'Authorization: Basic MTkx*****RGODBDNDg2Og==' \
--data-urlencode 'command=update' \
--data-urlencode 'mobile_number=7777777777'
3 changes: 1 addition & 2 deletions mandates/list-mandate/request-upi.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
curl GET 'https://api.juspay.in/customers/cst_lz7zmpemoo5okgav/mandates' \
-H 'Authorization: Basic <Base-64 Key>' \
-H 'version:2023-06-30
-H 'Authorization: Basic <Base-64 Key>'
3 changes: 1 addition & 2 deletions mandates/order-status/request-upi.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
curl GET 'https://api.juspay.in/orders/234823498237423894273498' \
--header 'x-merchantid: merchant' \
--header 'Authorization: Basic <base64 of key:>'
--header 'version: 2023-06-30'
--header 'Authorization: Basic <base64 of key:>'
1 change: 0 additions & 1 deletion offers/status/request.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
curl --location --request GET 'https://api.juspay.in/orders/JP1636474794' \
--header 'version: 2023-06-30' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--header 'Authorization: Basic OTc5Mzcx*****czRTlGOg=='
1 change: 0 additions & 1 deletion orders/refund-order/request.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
curl -X POST https://api.juspay.in/orders/1418394476/refunds \
-u your_api_key: \
-H "version:2023-06-30" \
-H 'Content-Type: application/x-www-form-urlencoded'\
-H 'x-merchantid: merchant_id'\
-d "unique_request_id=xyz123" \
Expand Down
1 change: 0 additions & 1 deletion tokenization/onboarding/request.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
curl --location --request POST 'https://api.juspay.in/tokenization/onboarding' \
--header 'Authorization: Basic base_64_encoded_api_key==' \
--header 'version: 2023-06-30' \
--header 'x-merchantid: <merchant id>' \
--header 'Content-Type: application/json' \
--data-raw '{
Expand Down