This service is used to update the pos fee profile.
Request
Body Params application/json
{
"Profile": {
"needInfo": false,
"guid": 0,
"status": 1,
"lastUpdated": 0,
"Id": "364783921176285",
"Name": "ID LOREM",
"Type": "M",
"GetStatementFee": true,
"StatementFee": 10,
"GetPosFee": true,
"GetInactiveFee": true,
"InactiveFee": 10,
"GetMemberFee": true,
"MemberFee": 10,
"MbrId": 7
},
"Details": [
{
"ProfileGuid": 1100000022135197,
"TermType": "PO",
"FeeAmount": 10,
"FeePaymentType": "O"
}
]
}
Request Code Samples
curl --location --request POST 'https://hilarion.corpayss.net:8422/api/IntegrationAcquirer/UpdatePosFeeProfile' \
--header 'token: 58ff081d-eba7-4e9c-bfab-3cd51792b96d+202501211205' \
--header 'Content-Type: application/json' \
--data-raw '{
"Profile": {
"needInfo": false,
"guid": 0,
"status": 1,
"lastUpdated": 0,
"Id": "364783921176285",
"Name": "ID LOREM",
"Type": "M",
"GetStatementFee": true,
"StatementFee": 10,
"GetPosFee": true,
"GetInactiveFee": true,
"InactiveFee": 10,
"GetMemberFee": true,
"MemberFee": 10,
"MbrId": 7
},
"Details": [
{
"ProfileGuid": 1100000022135197,
"TermType": "PO",
"FeeAmount": 10,
"FeePaymentType": "O"
}
]
}'
Responses
{
"ResultObject": 2696557326,
"Result": 0,
"ReturnDescription": "Successfully completed.",
"ApprovalRefNumber": 0
}
Modified at 2025-11-13 14:41:11