-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpaymenttransfer.json
80 lines (80 loc) · 2.28 KB
/
paymenttransfer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"merchant_transfer":{
"transfer_reference":"ref_16019322011890221",
"payment_type":"P2M",
"transfer_amount":{
"value":"120",
"currency":"INR"
},
"payment_origination_country":"IND",
"sender_account_uri":"pan:5299920000000149;exp=2022-08;cvc=123",
"transaction_local_date_time":"2017-09-22T13:22:11-05:30",
"sender":{
"first_name":"Fred",
"middle_name":"Pete",
"last_name":"Flinstone",
"date_of_birth":"1994-05-21",
"address":{
"line1":"21Broadway",
"line2":"ApartmentA-62",
"city":"OFallon",
"country_subdivision":"MO",
"postal_code":"63368",
"country":"IND"
},
"phone":"123456789",
"email":"[email protected]"
},
"recipient_account_uri":"pan:5299920210000277;exp=2077-08;cvc=123",
"recipient":{
"merchant_category_code":"4121",
"first_name":"Fred",
"middle_name":"Pete",
"last_name":"Flinstone",
"address":{
"line1":"1MainSt",
"line2":"Apartment9",
"city":"OFallon",
"country_subdivision":"MO",
"postal_code":"63368",
"country":"IND"
},
"phone":"123456789",
"email":"[email protected]",
"additional_merchant_data":{
"payment_facilitator_id":"1234567890",
"sub_merchant_id":"SMI123456"
}
},
"funding_source":"CASH",
"reconciliation_data":{
"custom_field":[
{
"name":"Paymentid",
"value":"123"
},
{
"name":"tranid",
"value":"456"
},
{
"name":"reference",
"value":"789"
}
]
},
"participant":{
"card_acceptor_name":"testmerchant"
},
"mastercard_assigned_id":"111111",
"channel":"KIOSK",
"device_id":"DEVICE-1234",
"location":"state:MO",
"participation_id":"Imparticipating1",
"additional_message":"mymessage",
"qr_data":"longrandomQRlimit237",
"convenience_amount":"100",
"convenience_indicator":"01",
"interchange_rate_designator":"QR"
}
}