Skip to content

Commit

Permalink
Update sessionapirequest
Browse files Browse the repository at this point in the history
added few missing parameters
  • Loading branch information
prabu-juspay authored Nov 24, 2024
1 parent 480f899 commit a98f662
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions merchantContainer/sessionapirequest
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"order_id": "testing-order-2205241516",
curl --location 'https://sandbox.juspay.in/session' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic M******************==' \
--data-raw '{
"order_id": "test123",
"amount": "1000",
"currency":"INR",
"customer_email": "[email protected]",
Expand All @@ -8,5 +11,6 @@
"action": "paymentPage",
"first_name": "first",
"last_name": "last",
"metadata.merchant_container_list" :"[{\"payment_method\":\"JUSPAY_WALLET\",\"payment_method_type\":\"MERCHANT_CONTAINER\",\"display_name\":\"Juspay Wallet\",\"balance_amount\":10,\"eligible_amount\":10}]"
"metadata.merchant_container_list" :"[{\"payment_method\":\"JUSPAY_WALLET\",\"payment_method_type\":\"MERCHANT_CONTAINER\",\"display_name\":\"Juspay Wallet\",\"balance_amount\":10,\"eligible_amount\":10,\"isPreSelected\":true,\"walletIconURL\":\"https://www.juspay.in/images/logo.png\"}]"
}
'

0 comments on commit a98f662

Please sign in to comment.