POST Finance/AddRedsysProcessor
Adds a RedsysProcessor.
Request Information
URI Parameters
None.
Body Parameters
AddRedsysProcessorBinding| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
Required |
|
| UserName |
Merchant username |
string |
Required |
| Key |
Merchant authentication key |
string |
Required |
| Lang | string |
None. |
|
| StoreID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"UserName": "sample string 2",
"Key": "sample string 3",
"Lang": "sample string 4",
"StoreID": 5
}
application/xml, text/xml
Sample:
<AddRedsysProcessorBinding xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Admin.Models.Binding.Finance"> <Lang xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Admin.Models.Common.Base">sample string 4</Lang> <StoreID xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Admin.Models.Common.Base">5</StoreID> <Key>sample string 3</Key> <Name>sample string 1</Name> <UserName>sample string 2</UserName> </AddRedsysProcessorBinding>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>