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 smartgateway-payment-links/docs/payment-links-via-api/session-api--payment-links by Debdeepa Karmakar #287

Merged
merged 4 commits into from
Mar 27, 2024

Conversation

rubaijuspay99
Copy link
Contributor

[{"filePath":"https://github.com/juspay/juspay-sdk-integration-demo/blob/api-reference-hdfc/add-ons/payment-links/new-request.sh","text":"curl --location --request POST 'https://smartgatewayuat.hdfcbank.com/session' \\n--header 'Authorization: Basic base_64_encoded_api_key==' \\n--header 'x-merchantid: your_merchant_id' \\n--header 'Content-Type: application/json' \\n--data-raw '{\n "order_id": "testing-order-one",\n "amount": "2000.0",\n "currency" : "INR",\n "customer_id": "testing-customer-one",\n "customer_email": "[email protected]",\n "customer_phone": "9876543210",\n "payment_page_client_id": "your_client_id",\n "action": "paymentPage",\n "return_url": "https://shop.merchant.com",\n "description": "Complete your payment",\n "first_name": "John",\n "last_name": "wick",\n "payment_filter" : {\n "allowDefaultOptions": false,\n "options": [\n {\n "paymentMethodType": "NB",\n "enable": true\n },\n {\n "paymentMethodType": "UPI",\n "enable": true\n },\n {\n "paymentMethodType": "CARD",\n "enable": true\n },\n {\n "paymentMethodType": "WALLET",\n "enable" : true\n }\n ]\n },\n"options.create_mandate": "OPTIONAL",\n"mandate.max_amount": "4000.00",\n"mandate.start_date":"1699368604",\n"mandate.end_date":"1763971322",\n"mandate.frequency" : "MONTHLY",\n"metadata.expiryInMins" : "15",\n"source_object" : "PAYMENT_LINK",\n"udf1": "udf1-dummy",\n"udf2": "udf2-dummy",\n"udf3": "udf3-dummy",\n"udf4": "udf4-dummy",\n"udf6": "udf6-dummy",\n"udf5": "udf5-dummy",\n"udf7": "udf7-dummy",\n"udf8": "udf8-dummy",\n"udf9": "udf9-dummy",\n"udf10": "udf10-dummy",\n"send_mail": true,\n"send_sms" : true}'","sha":"c1246085459db0f1648523900fadf207e5906265"}]

…add-ons/payment-links/new-request.sh @ smartgateway-payment-links/docs/session-api--payment-links by Debdeepa Karmakar
…add-ons/payment-links/new-request.sh @ smartgateway-payment-links/docs/session-api--payment-links by Debdeepa Karmakar
…add-ons/payment-links/new-request.sh @ smartgateway-payment-links/docs/session-api--payment-links by Debdeepa Karmakar
…add-ons/payment-links/new-request.sh @ smartgateway-payment-links/docs/session-api--payment-links by Debdeepa Karmakar
@rubaijuspay99 rubaijuspay99 merged commit d02f64c into api-reference-hdfc Mar 27, 2024
@rubaijuspay99 rubaijuspay99 deleted the debdeepa.karmakar-1711520618489 branch March 27, 2024 13:00
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