@@ -47,28 +47,33 @@ client.customer.create({
4747
4848``` py
4949client.order.create({
50- " amount" : 0 ,
51- " currency" : " INR" ,
52- " method" : " emandate " ,
50+ " amount" :0 ,
51+ " currency" :" INR" ,
52+ " method" :" nach " ,
5353 " customer_id" : " cust_1Aa00000000001" ,
54- " receipt" : " Receipt No. 1" ,
54+ " receipt" :" Receipt No. 1" ,
5555 " notes" : {
5656 " notes_key_1" : " Beam me up Scotty" ,
57- " notes_key_2" : " Engage"
57+ " notes_key_2" : " Engage"
5858 },
59- " token" : {
60- " auth_type" : " netbanking " ,
61- " max_amount" : 9999900 ,
62- " expire_at" : 4102444799 ,
59+ " token" :{
60+ " auth_type" :" physical " ,
61+ " max_amount" :10000000 ,
62+ " expire_at" :2709971120 ,
6363 " notes" : {
6464 " notes_key_1" : " Tea, Earl Grey, Hot" ,
6565 " notes_key_2" : " Tea, Earl Grey… decaf."
6666 },
67- " bank_account" : {
68- " beneficiary_name" : " Gaurav Kumar" ,
69- " account_number" : 1121431121541121 ,
70- " account_type" : " savings" ,
71- " ifsc_code" : " HDFC0000001"
67+ " bank_account" :{
68+ " account_number" :" 11214311215411" ,
69+ " ifsc_code" :" HDFC0000001" ,
70+ " beneficiary_name" :" Gaurav Kumar" ,
71+ " account_type" :" savings"
72+ },
73+ " nach" :{
74+ " form_reference1" :" Recurring Payment for Gaurav Kumar" ,
75+ " form_reference2" :" Method Paper NACH" ,
76+ " description" :" Paper NACH Gaurav Kumar"
7277 }
7378 }
7479})
0 commit comments