Get Payment Method
Request Parameters:
For Getting payment method
URL: ../Plugins/XcellenceIt.Plugin.Misc.NopRestApi/RemoteService/WebService.svc/GetPaymentMethod
Parameter:
{
"apiSecretKey": "k117x118z122r116t100e100r118j122",
"storeId": "1",
"customerId": "1",
"currencyId": "1",
"languageId":"1"
}
Response:
{
"GetPaymentMethodResult":
{
"Id": 0,
"Message": null,
"DisplayRewardPoints": false,
"PaymentMethods":
[
{
"Fee": null,
"LogoUrl": "http://localhost:15539/plugins/Payments.CheckMoneyOrder/logo.jpg",
"Name": "Check / Money Order",
"PaymentMethodSystemName": "Payments.CheckMoneyOrder",
"Selected": true
},
{
"Fee": null,
"LogoUrl": "http://localhost:15539/plugins/Payments.Manual/logo.jpg",
"Name": "Credit Card",
"PaymentMethodSystemName": "Payments.Manual",
"Selected": false
},
{
"Fee": null,
"LogoUrl": "http://localhost:15539/plugins/Payments.PurchaseOrder/logo.jpg",
"Name": "Purchase Order",
"PaymentMethodSystemName": "Payments.PurchaseOrder",
"Selected": false
}
],
"RewardPointsAmount": null,
"RewardPointsBalance": 0,
"UseRewardPoints": false
}
}