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/create-order-api by Maheti Mehra #477

Open
wants to merge 2 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/create-order/request.sh","text":"curl --location --request POST 'https://api.juspay.in/orders' \\n--header 'Content-Type: application/x-www-form-urlencoded' \\n--header 'x-merchantid: merchant_id'\\n--header 'Authorization: Basic QTA0QT*******ODg1Og==' \\n--data-urlencode 'order_id=14183944763' \\n--data-urlencode 'amount=100.00' \\n--data-urlencode 'currency=INR' \\n--data-urlencode 'customer_id=guest_user_101' \\n--data-urlencode 'customer_email=customer@gmail.com' \\n--data-urlencode 'customer_phone=9988665522' \\n--data-urlencode 'product_id=prod-141833' \\n--data-urlencode 'return_url=http://shop.merchant.com/payments/handleResponse' \\n--data-urlencode 'description=Sample description' \\n--data-urlencode 'billing_address_first_name=Juspay' \\n--data-urlencode 'billing_address_last_name=Technologies' \\n--data-urlencode 'billing_address_line1=Girija Building' \\n--data-urlencode 'billing_address_line2=Ganapathi Temple Road' \\n--data-urlencode 'billing_address_line3=8th Block, Koramangala' \\n--data-urlencode 'billing_address_city=Bengaluru' \\n--data-urlencode 'billing_address_state=Karnataka' \\n--data-urlencode 'billing_address_country=India' \\n--data-urlencode 'billing_address_postal_code=560095' \\n--data-urlencode 'billing_address_phone=9988775566' \\n--data-urlencode 'billing_address_country_code_iso=IND' \\n--data-urlencode 'shipping_address_first_name=Juspay' \\n--data-urlencode 'shipping_address_last_name=Technologies' \\n--data-urlencode 'shipping_address_line1=Girija Building' \\n--data-urlencode 'shipping_address_line2=Ganapathi Temple Road' \\n--data-urlencode 'shipping_address_line3=8th Block, Koramangala' \\n--data-urlencode 'shipping_address_city=Bengaluru' \\n--data-urlencode 'shipping_address_state=Karnataka' \\n--data-urlencode 'shipping_address_postal_code=560095' \\n--data-urlencode 'shipping_address_phone=9962881912' \\n--data-urlencode 'shipping_address_country_code_iso=IND' \\n--data-urlencode 'shipping_address_country=India' \\n--data-urlencode 'metadata.PAYTM:PROMO_CAMP_ID=xyz' \\n--data-urlencode 'metadata.PAYTM:CUST_ID=1234' \\n--data-urlencode 'metadata.PAYU:offer_key=1234' \\n--data-urlencode 'metadata.PAYU:gateway_reference_id=bus' \\n--data-urlencode 'options.get_client_auth_token=true' \\n--data-urlencode 'metadata.subvention_amount=90'\n","sha":"ec13a208f79b153a95f6ab2800bbeb5f28f8d3d6"},{"text":"curl --location --request GET 'https://api.juspay.in/orders/JP1636474794' \\n--header 'Content-Type: application/x-www-form-urlencoded' \\n--header 'x-merchantid: merchant_id'\\n--header 'Authorization: Basic OTc5Mzcx*****czRTlGOg==' ","filePath":"https://raw.githubusercontent.com/juspay/juspay-sdk-integration-demo/api-reference/orders/order-status/request.sh","sha":"4be54b291a3655bfd7ee99e5a50c1cf5d0c6066e"}]

Maheti Mehra added 2 commits June 13, 2024 17:11
…s/create-order/request.sh @ api-reference/docs/create-order-api by Maheti Mehra
…s/order-status/request.sh @ api-reference/docs/order-status-api 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.

None yet

1 participant